1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2026-05-18 04:36:03 +00:00

Added infinite favourite list

This commit is contained in:
Dipansh Khandelwal
2018-04-05 16:58:10 +05:30
parent 6856898d8c
commit 9a98b3b87b
65 changed files with 1596 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#include "AppDelegate.h"
#include "GeneratedPluginRegistrant.h"
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
[GeneratedPluginRegistrant registerWithRegistry:self];
// Override point for customization after application launch.
return [super application:application didFinishLaunchingWithOptions:launchOptions];
}
@end