Skip to content

Commit

Permalink
📝 update readme and banner
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Mar 26, 2021
1 parent d34cea6 commit c5f6277
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- Added back `isNullOrEmpty`, `isNotNullOrEmpty` extensions for `Iterable?`.
- Added back `isNullOrEmpty`, `isNotNullOrEmpty`, `isNullOrBlank` , `isNotNullOrBlank` extensions for `String?`.
- Added [collection](https://pub.dev/packages?q=collection) as a part of the package so it can now be used from screwdriver. No need to explicitly add it.
- Added [collection](https://pub.dev/packages/collection) as a part of the package so it can now be used from screwdriver. No need to explicitly add it.

## 2.0.0

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@

A dart package aiming to provide useful extensions and helper functions to ease and speed up development.

[![Tests](https://github.com/BirjuVachhani/screwdriver/workflows/Tests/badge.svg?branch=master)](https://github.com/BirjuVachhani/screwdriver/actions) [![Code Quality](https://github.com/BirjuVachhani/screwdriver/workflows/Code%20Quality/badge.svg?branch=master)](https://github.com/BirjuVachhani/screwdriver/actions) [![Codecov](https://img.shields.io/codecov/c/github/birjuvachhani/screwdriver.svg)](https://codecov.io/gh/birjuvachhani/screwdriver)

[![Tests](https://github.com/BirjuVachhani/screwdriver/workflows/Tests/badge.svg?branch=master)](https://github.com/BirjuVachhani/screwdriver/actions) [![Code Quality](https://github.com/BirjuVachhani/screwdriver/workflows/Code%20Quality/badge.svg?branch=master)](https://github.com/BirjuVachhani/screwdriver/actions) [![Codecov](https://img.shields.io/codecov/c/github/birjuvachhani/screwdriver.svg)](https://codecov.io/gh/birjuvachhani/screwdriver) ![Pub Version](https://img.shields.io/pub/v/screwdriver)


- 📋 Well Documented
Expand All @@ -17,6 +16,8 @@ A dart package aiming to provide useful extensions and helper functions to ease
- **180+** Extensions
- **15+** Helper Functions
- **4** Helper Classes
- Sound Null Safety
- [collection](https://pub.dev/packages/collection) included for extra extensions.



Expand All @@ -30,7 +31,7 @@ To checkout all the available extensions, helper functions & classes, see [docum

```yaml
dependencies:
screwdriver: ^1.X.X
screwdriver: <latest_version>
```
2. Import library into your code.
Expand Down
Binary file modified screwdriver.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c5f6277

Please sign in to comment.