Skip to content

Commit

Permalink
remove event_Crew package and ads in asset, 27/Apr/23
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveatCor committed Apr 27, 2023
1 parent 70417e8 commit 34ee363
Show file tree
Hide file tree
Showing 13 changed files with 239 additions and 295 deletions.
Binary file removed assets/ads/banner.jpg
Binary file not shown.
Binary file removed assets/ads/mdw/tga.png
Binary file not shown.
Binary file removed assets/ads/mdw/vg_alive_tg_artist.jpg
Binary file not shown.
Binary file removed assets/ads/mdw/vga.png
Binary file not shown.
Binary file removed assets/ads/mini.png
Binary file not shown.
Binary file removed assets/ads/pro.png
Binary file not shown.
14 changes: 0 additions & 14 deletions ios/Runner/GeneratedPluginRegistrant.m
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@
@import flutter_native_splash;
#endif

#if __has_include(<flutter_ringtone_player/FlutterRingtonePlayerPlugin.h>)
#import <flutter_ringtone_player/FlutterRingtonePlayerPlugin.h>
#else
@import flutter_ringtone_player;
#endif

#if __has_include(<flutter_secure_storage/FlutterSecureStoragePlugin.h>)
#import <flutter_secure_storage/FlutterSecureStoragePlugin.h>
#else
Expand Down Expand Up @@ -114,12 +108,6 @@
@import permission_handler_apple;
#endif

#if __has_include(<qr_code_scanner/FlutterQrPlugin.h>)
#import <qr_code_scanner/FlutterQrPlugin.h>
#else
@import qr_code_scanner;
#endif

#if __has_include(<scan/ScanPlugin.h>)
#import <scan/ScanPlugin.h>
#else
Expand Down Expand Up @@ -179,7 +167,6 @@ + (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry {
[FlutterAesEcbPkcs5Plugin registerWithRegistrar:[registry registrarForPlugin:@"FlutterAesEcbPkcs5Plugin"]];
[InAppWebViewFlutterPlugin registerWithRegistrar:[registry registrarForPlugin:@"InAppWebViewFlutterPlugin"]];
[FlutterNativeSplashPlugin registerWithRegistrar:[registry registrarForPlugin:@"FlutterNativeSplashPlugin"]];
[FlutterRingtonePlayerPlugin registerWithRegistrar:[registry registrarForPlugin:@"FlutterRingtonePlayerPlugin"]];
[FlutterSecureStoragePlugin registerWithRegistrar:[registry registrarForPlugin:@"FlutterSecureStoragePlugin"]];
[FlutterContactPickerPlugin registerWithRegistrar:[registry registrarForPlugin:@"FlutterContactPickerPlugin"]];
[FluttertoastPlugin registerWithRegistrar:[registry registrarForPlugin:@"FluttertoastPlugin"]];
Expand All @@ -189,7 +176,6 @@ + (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry {
[FLTPackageInfoPlusPlugin registerWithRegistrar:[registry registrarForPlugin:@"FLTPackageInfoPlusPlugin"]];
[PathProviderPlugin registerWithRegistrar:[registry registrarForPlugin:@"PathProviderPlugin"]];
[PermissionHandlerPlugin registerWithRegistrar:[registry registrarForPlugin:@"PermissionHandlerPlugin"]];
[FlutterQrPlugin registerWithRegistrar:[registry registrarForPlugin:@"FlutterQrPlugin"]];
[ScanPlugin registerWithRegistrar:[registry registrarForPlugin:@"ScanPlugin"]];
[FLTSharePlusPlugin registerWithRegistrar:[registry registrarForPlugin:@"FLTSharePlusPlugin"]];
[SharedPreferencesPlugin registerWithRegistrar:[registry registrarForPlugin:@"SharedPreferencesPlugin"]];
Expand Down
5 changes: 0 additions & 5 deletions lib/src/models/image_ads.dart
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
final List<Map<String, dynamic>> imgList = [
{"title": "Doers Event", 'asset': "assets/ads/mdw/vg_alive_tg_artist.jpg", "url": ""},
{"title": "Doers Event", 'asset': "assets/ads/mdw/tga.png", "url": ""},
{"title": "Doers Event", 'asset': "assets/ads/mdw/vga.png", "url": ""}
];
Loading

0 comments on commit 34ee363

Please sign in to comment.