1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2025-11-10 05:29:05 +00:00

implemented load_local_json example

This commit is contained in:
Nishant Srivastava
2017-08-09 01:39:16 -07:00
parent eca94f4222
commit 146f2dfb1f
50 changed files with 1495 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#import <UIKit/UIKit.h>
#import <Flutter/Flutter.h>
@interface AppDelegate : FlutterAppDelegate
@end