Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
￴￴ committed Dec 4, 2024
1 parent 41e1c97 commit 8c64624
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ flutter:
uses-material-design: true
dependency_overrides:
pointycastle: '3.8.0'
mime: '^2.0.0'
funding:
- 'https://github.com/sponsors/azkadev'
- 'https://github.com/sponsors/generalfoss'
Expand Down
5 changes: 3 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'general_lib_flutter'
description: 'Library for make flutter more easy and more short with universal extension, utils, and more.'
version: '0.0.29'
version: '0.0.30'
environment:
sdk: '>=3.3.3 <4.0.0'
flutter: '>=3.10.0'
Expand All @@ -12,9 +12,10 @@ dev_dependencies:
flutter_test:
sdk: 'flutter'
flutter_lints: '^4.0.0'
general_lib: '^0.0.48'
general_lib: '^0.0.49'
dependency_overrides:
pointycastle: '3.8.0'
mime: '^2.0.0'
funding:
- 'https://github.com/sponsors/azkadev'
- 'https://github.com/sponsors/generalfoss'
Expand Down

0 comments on commit 8c64624

Please sign in to comment.