Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
committed Dec 31, 2024
1 parent 7049aa7 commit 0c73f12
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
4 changes: 2 additions & 2 deletions general_documentation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ dependencies:
sdk: 'flutter'
cupertino_icons: '^1.0.6'
path: '^1.9.0'
general_lib: '^0.0.52'
general_lib_flutter: '^0.0.33'
general_lib: '^0.0.53'
general_lib_flutter: '^0.0.34'
documentation: '^0.0.2'
dev_dependencies:
flutter_test:
Expand Down
5 changes: 5 additions & 0 deletions package/general/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.37

- New Version 0.0.37


## 0.0.26

- Update.
6 changes: 3 additions & 3 deletions package/general/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ dependencies:
path: '../'
media_kit_video: '^1.2.5'
local_auth: '^2.2.0'
telegram_client: '^0.8.30'
general_lib: '^0.0.52'
general_lib_flutter: '^0.0.33'
telegram_client: '^0.8.31'
general_lib: '^0.0.53'
general_lib_flutter: '^0.0.34'
dev_dependencies:
flutter_test:
sdk: 'flutter'
Expand Down
6 changes: 3 additions & 3 deletions package/general/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'general'
description: |
General is Library for help you integrate any package commong used like audio, video, permission, location
gamepad, local auth fingerprint, biometric, camera, and many more only use one library
version: '0.0.36'
version: '0.0.37'
homepage: 'https://github.com/azkadev/general'
repository: 'https://github.com/azkadev/general'
issue_tracker: 'https://t.me/DEVELOPER_GLOBAL_PUBLIC'
Expand All @@ -22,7 +22,7 @@ executables:
environment:
sdk: '>=3.6.0 <4.0.0'
dependencies:
general_lib: '^0.0.52'
general_lib: '^0.0.53'
media_kit_fork: '^0.0.1'
path: '^1.9.0'
io_universe: '^0.0.2'
Expand All @@ -38,7 +38,7 @@ dependencies:
flutter_tts: '^4.2.0'
permission_handler: '^11.3.1'
speech_to_text: '^7.0.0'
general_lib_flutter: '^0.0.33'
general_lib_flutter: '^0.0.34'
media_kit_video_fork: '^0.0.1'
local_auth: '^2.3.0'
wakelock_plus: '^1.2.8'
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ funding:
environment:
sdk: '>=3.6.0 <4.0.0'
dependencies:
general_lib: '^0.0.52'
general_lib: '^0.0.53'
http: '^1.2.2'
mason_logger: '^0.3.1'
path: '^1.9.0'
Expand Down

0 comments on commit 0c73f12

Please sign in to comment.