Skip to content

Commit

Permalink
update dependencies and add support wasm compile
Browse files Browse the repository at this point in the history
  • Loading branch information
committed Jan 16, 2025
1 parent 9011af3 commit 97d04d1
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 12 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.61'
general_lib_flutter: '^0.0.40'
general_lib: '^0.0.62'
general_lib_flutter: '^0.0.41'
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.46

- New Version 0.0.46
- Add Support Wasm
- Update Dependencies
## 0.0.45

- New Version 0.0.45
Expand Down
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.36'
general_lib: '^0.0.61'
general_lib_flutter: '^0.0.40'
telegram_client: '^0.8.37'
general_lib: '^0.0.62'
general_lib_flutter: '^0.0.41'
dev_dependencies:
flutter_test:
sdk: 'flutter'
Expand Down
12 changes: 6 additions & 6 deletions package/general/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'general'
description: 'General Library for help you integrate any package commong used like permission, and many more only use one library'
version: '0.0.45'
version: '0.0.46'
homepage: 'https://github.com/azkadev/general'
repository: 'https://github.com/azkadev/general'
issue_tracker: 'https://t.me/DEVELOPER_GLOBAL_PUBLIC'
Expand All @@ -26,10 +26,10 @@ executables:
environment:
sdk: '>=3.6.0 <4.0.0'
dependencies:
general_lib: '^0.0.61'
media_kit_fork: '^0.0.2'
general_lib: '^0.0.62'
media_kit_fork: '^0.0.3'
path: '^1.9.0'
io_universe: '^0.0.4'
io_universe: '^0.0.5'
html: 'any'
collection: '^1.19.0'
yaml: '^3.1.3'
Expand All @@ -40,8 +40,8 @@ dependencies:
flutter_tts: '^4.2.0'
permission_handler: '^11.3.1'
speech_to_text: '^7.0.0'
general_lib_flutter: '^0.0.40'
media_kit_video_fork: '^0.0.1'
general_lib_flutter: '^0.0.41'
media_kit_video_fork: '^0.0.2'
wakelock_plus: '^1.2.8'
camera: '^0.11.0+2'
camera_windows: '^0.2.6+1'
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.61'
general_lib: '^0.0.62'
http: '^1.2.2'
mason_logger: '^0.3.1'
path: '^1.9.0'
Expand Down

0 comments on commit 97d04d1

Please sign in to comment.