Skip to content

Commit

Permalink
Merge pull request #8 from bancolombia/fix-dependencies
Browse files Browse the repository at this point in the history
fix: added meta dependencie
  • Loading branch information
juan-campuzano authored Sep 25, 2024
2 parents ddf0be6 + e0502dd commit 215e8a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

## 1.4.0
- Update dependencies to be compatible with flutter 3.24 and removed `meta` and `cupertino_icons`.
- Update dependencies to be compatible with flutter 3.24 and removed `cupertino_icons`.
- Changed the getters/setters in the `BcGoldenConfiguration` file.

## 1.3.1
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ dependencies:
file: ^7.0.0
provider: ^6.1.2
equatable: ^2.0.5
meta: ^1.9.1
flutter_svg: ^2.0.7

dev_dependencies:

flutter_lints: ^4.0.0
flutter_lints: ^3.0.0


flutter:
Expand Down

0 comments on commit 215e8a7

Please sign in to comment.