Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.0.2
- Update connectivity_plus package to ^6.0.1

## 2.0.1

- Extend delimiters for csv loader
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ description: Easy Localization Loader custom assets loaders for easy_localizatio
homepage: https://github.com/aissat/easy_localization_loader
issue_tracker: https://github.com/aissat/easy_localization_loader/issues

version: 2.0.1
version: 2.0.2

environment:
sdk: '>=2.12.0 <4.0.0'

dependencies:
connectivity_plus: ^5.0.1
connectivity_plus: ^6.0.1
csv: ^5.0.1
easy_localization: ^3.0.3
flutter: { sdk: flutter }
Expand Down