forked from alibaba/flutter-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
490 additions
and
373 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# This file tracks properties of this Flutter project. | ||
# Used by Flutter tool to assess capabilities and perform upgrades etc. | ||
# | ||
# This file should be version controlled and should not be manually edited. | ||
|
||
version: | ||
revision: 1e5992a3c59eff6a75c2d93e5209d995069158dd | ||
channel: master | ||
|
||
project_type: app |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
android/app/bin/src/main/res/drawable/launch_background.xml
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 0 additions & 16 deletions
16
android/app/src/main/java/com/ali/fluttergo/MainActivity.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
PODS: | ||
- city_pickers (0.0.1): | ||
- Flutter | ||
- Flutter (1.0.0) | ||
- flutter_webview_plugin (0.0.1): | ||
- Flutter | ||
- FMDB (2.7.5): | ||
- FMDB/standard (= 2.7.5) | ||
- FMDB/standard (2.7.5) | ||
- image_picker (0.0.1): | ||
- Flutter | ||
- shared_preferences (0.0.1): | ||
- Flutter | ||
- sqflite (0.0.1): | ||
- Flutter | ||
- FMDB (~> 2.7.2) | ||
- url_launcher (0.0.1): | ||
- Flutter | ||
|
||
DEPENDENCIES: | ||
- city_pickers (from `.symlinks/plugins/city_pickers/ios`) | ||
- Flutter (from `.symlinks/flutter/ios`) | ||
- flutter_webview_plugin (from `.symlinks/plugins/flutter_webview_plugin/ios`) | ||
- image_picker (from `.symlinks/plugins/image_picker/ios`) | ||
- shared_preferences (from `.symlinks/plugins/shared_preferences/ios`) | ||
- sqflite (from `.symlinks/plugins/sqflite/ios`) | ||
- url_launcher (from `.symlinks/plugins/url_launcher/ios`) | ||
|
||
SPEC REPOS: | ||
https://github.com/cocoapods/specs.git: | ||
- FMDB | ||
|
||
EXTERNAL SOURCES: | ||
city_pickers: | ||
:path: ".symlinks/plugins/city_pickers/ios" | ||
Flutter: | ||
:path: ".symlinks/flutter/ios" | ||
flutter_webview_plugin: | ||
:path: ".symlinks/plugins/flutter_webview_plugin/ios" | ||
image_picker: | ||
:path: ".symlinks/plugins/image_picker/ios" | ||
shared_preferences: | ||
:path: ".symlinks/plugins/shared_preferences/ios" | ||
sqflite: | ||
:path: ".symlinks/plugins/sqflite/ios" | ||
url_launcher: | ||
:path: ".symlinks/plugins/url_launcher/ios" | ||
|
||
SPEC CHECKSUMS: | ||
city_pickers: d6a9e81ec99140576f5adf29c75b7080ca9a9f99 | ||
Flutter: 9d0fac939486c9aba2809b7982dfdbb47a7b0296 | ||
flutter_webview_plugin: 116575b48572029304775b768e9f15ebfc316274 | ||
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a | ||
image_picker: ee00aab0487cedc80a304085219503cc6d0f2e22 | ||
shared_preferences: 5a1d487c427ee18fcd3ea1f2a131569481834b53 | ||
sqflite: 801b6b0983f722fa29baf00d1476e4556ada6de4 | ||
url_launcher: 92b89c1029a0373879933c21642958c874539095 | ||
|
||
PODFILE CHECKSUM: 1e5af4103afd21ca5ead147d7b81d06f494f51a2 | ||
|
||
COCOAPODS: 1.5.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import UIKit | ||
import Flutter | ||
|
||
@UIApplicationMain | ||
@objc class AppDelegate: FlutterAppDelegate { | ||
override func application( | ||
_ application: UIApplication, | ||
didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]? | ||
) -> Bool { | ||
GeneratedPluginRegistrant.register(with: self) | ||
return super.application(application, didFinishLaunchingWithOptions: launchOptions) | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
#import "GeneratedPluginRegistrant.h" |
Oops, something went wrong.