Skip to content

Commit af26cec

Browse files
committedMay 31, 2019
initial commit
0 parents  commit af26cec

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+1996
-0
lines changed
 

‎.gitignore

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
.DS_Store
2+
.dart_tool/
3+
.idea
4+
5+
.packages
6+
.pub/
7+
8+
build/
9+
ios/.generated/
10+
ios/Flutter/Generated.xcconfig
11+
ios/Runner/GeneratedPluginRegistrant.*
12+
13+
14+
node_modules/
15+
package-lock.json
16+
17+
**/android/local.properties
18+
**/android/**/GeneratedPluginRegistrant.java

‎.metadata

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# This file tracks properties of this Flutter project.
2+
# Used by Flutter tool to assess capabilities and perform upgrades etc.
3+
#
4+
# This file should be version controlled and should not be manually edited.
5+
6+
version:
7+
revision: 381fec583c62b8ba29821c4c2773352b04d23c04
8+
channel: master
9+
10+
project_type: package

0 commit comments

Comments
 (0)
Please sign in to comment.