Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
￴￴ committed Nov 26, 2024
1 parent cc05d94 commit e4e8f62
Show file tree
Hide file tree
Showing 14 changed files with 10 additions and 10 deletions.
Binary file removed package/general/Icon-512.png
Binary file not shown.
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.25'
general_lib: '^0.0.46'
general_lib_flutter: '^0.0.27'
telegram_client: '^0.8.26'
general_lib: '^0.0.48'
general_lib_flutter: '^0.0.29'
media_kit_lib_flutter: '^0.0.0'
dev_dependencies:
flutter_test:
Expand Down
7 changes: 4 additions & 3 deletions package/general/lib/api/api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,11 @@ class GeneralLibraryApi {
final String new_content_kotlin = """
${package_name_kotlin}
import io.flutter.embedding.android.FlutterFragmentActivity
class MainActivity: FlutterFragmentActivity() {
}
import io.flutter.embedding.android.FlutterActivity
class MainActivity: FlutterActivity()
""";
file_kotlin.writeAsStringSync(new_content_kotlin);

Expand Down
Binary file removed package/general/pics/1.png
Binary file not shown.
Binary file removed package/general/pics/2.png
Binary file not shown.
Binary file removed package/general/pics/3.png
Binary file not shown.
Binary file removed package/general/pics/4.png
Binary file not shown.
Binary file removed package/general/pics/5.png
Binary file not shown.
Binary file removed package/general/pics/6.png
Binary file not shown.
Binary file removed package/general/pics/7.png
Binary file not shown.
Binary file removed package/general/pics/Icon-512.png
Binary file not shown.
Binary file removed package/general/pics/playstore-icon.png
Binary file not shown.
Binary file removed package/general/playstore-icon.png
Binary file not shown.
7 changes: 3 additions & 4 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 Make Your Coding or Project More Easy'
version: '0.0.30'
version: '0.0.31'
homepage: 'https://github.com/azkadev/general'
repository: 'https://github.com/azkadev/general'
issue_tracker: 'https://github.com/azkadev/general/issues '
Expand All @@ -20,7 +20,7 @@ executables:
environment:
sdk: '>=3.3.3 <4.0.0'
dependencies:
general_lib: '^0.0.46'
general_lib: '^0.0.48'
media_kit: '^1.1.1'
path: '^1.9.0'
universal_io: '^2.2.2'
Expand All @@ -36,8 +36,7 @@ dependencies:
flutter_tts: '^4.2.0'
permission_handler: '^11.3.1'
speech_to_text: '^7.0.0'
# sim_card_info: '^1.0.2'
general_lib_flutter: '^0.0.27'
general_lib_flutter: '^0.0.29'
media_kit_video: '^1.2.5'
local_auth: '^2.3.0'
wakelock_plus: '^1.2.8'
Expand Down

0 comments on commit e4e8f62

Please sign in to comment.