Skip to content

Commit 9608de4

Browse files
committed
minor fixes
1 parent 012789b commit 9608de4

File tree

5 files changed

+222
-4
lines changed

5 files changed

+222
-4
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
migrate_working_dir/
1212

1313
# IntelliJ related
14-
*.iml
14+
#*.iml
1515
*.ipr
1616
*.iws
1717
.idea/
@@ -23,7 +23,7 @@ migrate_working_dir/
2323

2424
# Flutter/Dart/Pub related
2525
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
26-
/pubspec.lock
26+
#/pubspec.lock
2727
**/doc/api/
2828
.dart_tool/
2929
.packages

example/.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
migrate_working_dir/
1212

1313
# IntelliJ related
14-
*.iml
14+
#*.iml
1515
*.ipr
1616
*.iws
1717
.idea/
@@ -23,7 +23,7 @@ migrate_working_dir/
2323

2424
# Flutter/Dart/Pub related
2525
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
26-
/pubspec.lock
26+
#/pubspec.lock
2727
**/doc/api/
2828
.dart_tool/
2929
.packages

example/android/example_android.iml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module type="JAVA_MODULE" version="4">
3+
<component name="FacetManager">
4+
<facet type="android" name="Android">
5+
<configuration>
6+
<option name="ALLOW_USER_CONFIGURATION" value="false" />
7+
<option name="GEN_FOLDER_RELATIVE_PATH_APT" value="/gen" />
8+
<option name="GEN_FOLDER_RELATIVE_PATH_AIDL" value="/gen" />
9+
<option name="MANIFEST_FILE_RELATIVE_PATH" value="/app/src/main/AndroidManifest.xml" />
10+
<option name="RES_FOLDER_RELATIVE_PATH" value="/app/src/main/res" />
11+
<option name="ASSETS_FOLDER_RELATIVE_PATH" value="/app/src/main/assets" />
12+
<option name="LIBS_FOLDER_RELATIVE_PATH" value="/app/src/main/libs" />
13+
<option name="PROGUARD_LOGS_FOLDER_RELATIVE_PATH" value="/app/src/main/proguard_logs" />
14+
</configuration>
15+
</facet>
16+
</component>
17+
<component name="NewModuleRootManager" inherit-compiler-output="true">
18+
<exclude-output />
19+
<content url="file://$MODULE_DIR$">
20+
<sourceFolder url="file://$MODULE_DIR$/app/src/main/java" isTestSource="false" />
21+
<sourceFolder url="file://$MODULE_DIR$/app/src/main/kotlin" isTestSource="false" />
22+
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" generated="true" />
23+
</content>
24+
<orderEntry type="jdk" jdkName="Android API 29 Platform" jdkType="Android SDK" />
25+
<orderEntry type="sourceFolder" forTests="false" />
26+
<orderEntry type="library" name="Flutter for Android" level="project" />
27+
<orderEntry type="library" name="KotlinJavaRuntime" level="project" />
28+
</component>
29+
</module>

example/example.iml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module type="JAVA_MODULE" version="4">
3+
<component name="NewModuleRootManager" inherit-compiler-output="true">
4+
<exclude-output />
5+
<content url="file://$MODULE_DIR$">
6+
<excludeFolder url="file://$MODULE_DIR$/.pub" />
7+
<excludeFolder url="file://$MODULE_DIR$/build" />
8+
<excludeFolder url="file://$MODULE_DIR$/.dart_tool" />
9+
</content>
10+
<orderEntry type="sourceFolder" forTests="false" />
11+
<orderEntry type="library" name="Dart SDK" level="project" />
12+
<orderEntry type="library" name="Dart Packages" level="project" />
13+
</component>
14+
</module>

example/pubspec.lock

Lines changed: 175 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,175 @@
1+
# Generated by pub
2+
# See https://dart.dev/tools/pub/glossary#lockfile
3+
packages:
4+
async:
5+
dependency: transitive
6+
description:
7+
name: async
8+
url: "https://pub.dartlang.org"
9+
source: hosted
10+
version: "2.8.2"
11+
boolean_selector:
12+
dependency: transitive
13+
description:
14+
name: boolean_selector
15+
url: "https://pub.dartlang.org"
16+
source: hosted
17+
version: "2.1.0"
18+
characters:
19+
dependency: transitive
20+
description:
21+
name: characters
22+
url: "https://pub.dartlang.org"
23+
source: hosted
24+
version: "1.2.0"
25+
charcode:
26+
dependency: transitive
27+
description:
28+
name: charcode
29+
url: "https://pub.dartlang.org"
30+
source: hosted
31+
version: "1.3.1"
32+
clock:
33+
dependency: transitive
34+
description:
35+
name: clock
36+
url: "https://pub.dartlang.org"
37+
source: hosted
38+
version: "1.1.0"
39+
collection:
40+
dependency: transitive
41+
description:
42+
name: collection
43+
url: "https://pub.dartlang.org"
44+
source: hosted
45+
version: "1.16.0"
46+
cupertino_icons:
47+
dependency: "direct main"
48+
description:
49+
name: cupertino_icons
50+
url: "https://pub.dartlang.org"
51+
source: hosted
52+
version: "1.0.5"
53+
emoji_selector:
54+
dependency: "direct main"
55+
description:
56+
path: ".."
57+
relative: true
58+
source: path
59+
version: "0.0.2"
60+
fake_async:
61+
dependency: transitive
62+
description:
63+
name: fake_async
64+
url: "https://pub.dartlang.org"
65+
source: hosted
66+
version: "1.3.0"
67+
flutter:
68+
dependency: "direct main"
69+
description: flutter
70+
source: sdk
71+
version: "0.0.0"
72+
flutter_lints:
73+
dependency: "direct dev"
74+
description:
75+
name: flutter_lints
76+
url: "https://pub.dartlang.org"
77+
source: hosted
78+
version: "2.0.1"
79+
flutter_test:
80+
dependency: "direct dev"
81+
description: flutter
82+
source: sdk
83+
version: "0.0.0"
84+
lints:
85+
dependency: transitive
86+
description:
87+
name: lints
88+
url: "https://pub.dartlang.org"
89+
source: hosted
90+
version: "2.0.0"
91+
matcher:
92+
dependency: transitive
93+
description:
94+
name: matcher
95+
url: "https://pub.dartlang.org"
96+
source: hosted
97+
version: "0.12.11"
98+
material_color_utilities:
99+
dependency: transitive
100+
description:
101+
name: material_color_utilities
102+
url: "https://pub.dartlang.org"
103+
source: hosted
104+
version: "0.1.4"
105+
meta:
106+
dependency: transitive
107+
description:
108+
name: meta
109+
url: "https://pub.dartlang.org"
110+
source: hosted
111+
version: "1.7.0"
112+
path:
113+
dependency: transitive
114+
description:
115+
name: path
116+
url: "https://pub.dartlang.org"
117+
source: hosted
118+
version: "1.8.1"
119+
sky_engine:
120+
dependency: transitive
121+
description: flutter
122+
source: sdk
123+
version: "0.0.99"
124+
source_span:
125+
dependency: transitive
126+
description:
127+
name: source_span
128+
url: "https://pub.dartlang.org"
129+
source: hosted
130+
version: "1.8.2"
131+
stack_trace:
132+
dependency: transitive
133+
description:
134+
name: stack_trace
135+
url: "https://pub.dartlang.org"
136+
source: hosted
137+
version: "1.10.0"
138+
stream_channel:
139+
dependency: transitive
140+
description:
141+
name: stream_channel
142+
url: "https://pub.dartlang.org"
143+
source: hosted
144+
version: "2.1.0"
145+
string_scanner:
146+
dependency: transitive
147+
description:
148+
name: string_scanner
149+
url: "https://pub.dartlang.org"
150+
source: hosted
151+
version: "1.1.0"
152+
term_glyph:
153+
dependency: transitive
154+
description:
155+
name: term_glyph
156+
url: "https://pub.dartlang.org"
157+
source: hosted
158+
version: "1.2.0"
159+
test_api:
160+
dependency: transitive
161+
description:
162+
name: test_api
163+
url: "https://pub.dartlang.org"
164+
source: hosted
165+
version: "0.4.9"
166+
vector_math:
167+
dependency: transitive
168+
description:
169+
name: vector_math
170+
url: "https://pub.dartlang.org"
171+
source: hosted
172+
version: "2.1.2"
173+
sdks:
174+
dart: ">=2.17.3 <3.0.0"
175+
flutter: ">=1.17.0"

0 commit comments

Comments
 (0)