Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DeckeDeng committed Apr 8, 2019
1 parent 220ae28 commit ecd9871
Show file tree
Hide file tree
Showing 27 changed files with 490 additions and 373 deletions.
9 changes: 1 addition & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Miscellaneous
*.class
*.lock
*.log
*.pyc
*.swp
Expand All @@ -9,12 +8,6 @@
.buildlog/
.history
.svn/
.vscode
.gradle
.idea
/local.properties
.DS_Store
/build

# IntelliJ related
*.iml
Expand All @@ -32,7 +25,7 @@
.packages
.pub-cache/
.pub/
build/
/build/

# Android related
**/android/**/gradle-wrapper.jar
Expand Down
10 changes: 10 additions & 0 deletions .metadata
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
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

10 changes: 0 additions & 10 deletions android/.gitignore

This file was deleted.

17 changes: 0 additions & 17 deletions android/.project

This file was deleted.

6 changes: 0 additions & 6 deletions android/app/.classpath

This file was deleted.

23 changes: 0 additions & 23 deletions android/app/.project

This file was deleted.

2 changes: 0 additions & 2 deletions android/app/.settings/org.eclipse.buildship.core.prefs

This file was deleted.

61 changes: 0 additions & 61 deletions android/app/bin/build.gradle

This file was deleted.

39 changes: 0 additions & 39 deletions android/app/bin/src/main/AndroidManifest.xml

This file was deleted.

12 changes: 0 additions & 12 deletions android/app/bin/src/main/res/drawable/launch_background.xml

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
8 changes: 0 additions & 8 deletions android/app/bin/src/main/res/values/styles.xml

This file was deleted.

5 changes: 0 additions & 5 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
In most cases you can leave this as-is, but you if you want to provide
additional functionality it is fine to subclass or reimplement
FlutterApplication and put your custom class here. -->

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.MODE_WORLD_READABLE"/>
<uses-permission android:name="android.permission.MODE_WORLD_WRITEABLE"/>

<application
android:name="io.flutter.app.FlutterApplication"
android:label="fluttergo"
Expand Down
16 changes: 0 additions & 16 deletions android/app/src/main/java/com/ali/fluttergo/MainActivity.java

This file was deleted.

61 changes: 61 additions & 0 deletions ios/Podfile.lock
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
13 changes: 13 additions & 0 deletions ios/Runner/AppDelegate.swift
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.
1 change: 1 addition & 0 deletions ios/Runner/Runner-Bridging-Header.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#import "GeneratedPluginRegistrant.h"
Loading

0 comments on commit ecd9871

Please sign in to comment.