Начал разбираться с созданием UI для мобильных приложений с помощью фреймворка Flutter

This commit is contained in:
Ivan Murashov
2017-07-10 19:08:10 +03:00
commit 811ff6f5b9
48 changed files with 1204 additions and 0 deletions

6
ios/Runner/AppDelegate.h Normal file
View File

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