Skip to content

Commit 25b7cd0

Browse files
add initial windows files
1 parent d10afb5 commit 25b7cd0

File tree

5 files changed

+419
-0
lines changed

5 files changed

+419
-0
lines changed

.gitignore

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Miscellaneous
2+
*.class
3+
*.log
4+
*.pyc
5+
*.swp
6+
.DS_Store
7+
.atom/
8+
.buildlog/
9+
.history
10+
.svn/
11+
migrate_working_dir/
12+
13+
# IntelliJ related
14+
*.iml
15+
*.ipr
16+
*.iws
17+
.idea/
18+
19+
# The .vscode folder contains launch configuration and tasks you configure in
20+
# VS Code which you may wish to be included in version control, so this line
21+
# is commented out by default.
22+
#.vscode/
23+
24+
# Flutter/Dart/Pub related
25+
**/doc/api/
26+
**/ios/Flutter/.last_build_id
27+
.dart_tool/
28+
.flutter-plugins
29+
.flutter-plugins-dependencies
30+
.pub-cache/
31+
.pub/
32+
/build/
33+
34+
# Symbolication related
35+
app.*.symbols
36+
37+
# Obfuscation related
38+
app.*.map.json
39+
40+
# Android Studio will place build artifacts here
41+
/android/app/debug
42+
/android/app/profile
43+
/android/app/release

.metadata

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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: "a14f74ff3a1cbd521163c5f03d68113d50af93d3"
8+
channel: "stable"
9+
10+
project_type: app
11+
12+
# Tracks metadata for the flutter migrate command
13+
migration:
14+
platforms:
15+
- platform: root
16+
create_revision: a14f74ff3a1cbd521163c5f03d68113d50af93d3
17+
base_revision: a14f74ff3a1cbd521163c5f03d68113d50af93d3
18+
- platform: android
19+
create_revision: a14f74ff3a1cbd521163c5f03d68113d50af93d3
20+
base_revision: a14f74ff3a1cbd521163c5f03d68113d50af93d3
21+
- platform: ios
22+
create_revision: a14f74ff3a1cbd521163c5f03d68113d50af93d3
23+
base_revision: a14f74ff3a1cbd521163c5f03d68113d50af93d3
24+
- platform: linux
25+
create_revision: a14f74ff3a1cbd521163c5f03d68113d50af93d3
26+
base_revision: a14f74ff3a1cbd521163c5f03d68113d50af93d3
27+
- platform: macos
28+
create_revision: a14f74ff3a1cbd521163c5f03d68113d50af93d3
29+
base_revision: a14f74ff3a1cbd521163c5f03d68113d50af93d3
30+
- platform: web
31+
create_revision: a14f74ff3a1cbd521163c5f03d68113d50af93d3
32+
base_revision: a14f74ff3a1cbd521163c5f03d68113d50af93d3
33+
- platform: windows
34+
create_revision: a14f74ff3a1cbd521163c5f03d68113d50af93d3
35+
base_revision: a14f74ff3a1cbd521163c5f03d68113d50af93d3
36+
37+
# User provided section
38+
39+
# List of Local paths (relative to this file) that should be
40+
# ignored by the migrate tool.
41+
#
42+
# Files that are not part of the templates will be ignored by default.
43+
unmanaged_files:
44+
- 'lib/main.dart'
45+
- 'ios/Runner.xcodeproj/project.pbxproj'

analysis_options.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# This file configures the analyzer, which statically analyzes Dart code to
2+
# check for errors, warnings, and lints.
3+
#
4+
# The issues identified by the analyzer are surfaced in the UI of Dart-enabled
5+
# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be
6+
# invoked from the command line by running `flutter analyze`.
7+
8+
# The following line activates a set of recommended lints for Flutter apps,
9+
# packages, and plugins designed to encourage good coding practices.
10+
include: package:flutter_lints/flutter.yaml
11+
12+
linter:
13+
# The lint rules applied to this project can be customized in the
14+
# section below to disable rules from the `package:flutter_lints/flutter.yaml`
15+
# included above or to enable additional rules. A list of all available lints
16+
# and their documentation is published at https://dart.dev/lints.
17+
#
18+
# Instead of disabling a lint rule for the entire project in the
19+
# section below, it can also be suppressed for a single line of code
20+
# or a specific dart file by using the `// ignore: name_of_lint` and
21+
# `// ignore_for_file: name_of_lint` syntax on the line or in the file
22+
# producing the lint.
23+
rules:
24+
# avoid_print: false # Uncomment to disable the `avoid_print` rule
25+
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
26+
27+
# Additional information about this file can be found at
28+
# https://dart.dev/guides/language/analysis-options

pubspec.lock

Lines changed: 213 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,213 @@
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+
sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c"
9+
url: "https://pub.dev"
10+
source: hosted
11+
version: "2.11.0"
12+
boolean_selector:
13+
dependency: transitive
14+
description:
15+
name: boolean_selector
16+
sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66"
17+
url: "https://pub.dev"
18+
source: hosted
19+
version: "2.1.1"
20+
characters:
21+
dependency: transitive
22+
description:
23+
name: characters
24+
sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605"
25+
url: "https://pub.dev"
26+
source: hosted
27+
version: "1.3.0"
28+
clock:
29+
dependency: transitive
30+
description:
31+
name: clock
32+
sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf
33+
url: "https://pub.dev"
34+
source: hosted
35+
version: "1.1.1"
36+
collection:
37+
dependency: transitive
38+
description:
39+
name: collection
40+
sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
41+
url: "https://pub.dev"
42+
source: hosted
43+
version: "1.18.0"
44+
cupertino_icons:
45+
dependency: "direct main"
46+
description:
47+
name: cupertino_icons
48+
sha256: ba631d1c7f7bef6b729a622b7b752645a2d076dba9976925b8f25725a30e1ee6
49+
url: "https://pub.dev"
50+
source: hosted
51+
version: "1.0.8"
52+
fake_async:
53+
dependency: transitive
54+
description:
55+
name: fake_async
56+
sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78"
57+
url: "https://pub.dev"
58+
source: hosted
59+
version: "1.3.1"
60+
flutter:
61+
dependency: "direct main"
62+
description: flutter
63+
source: sdk
64+
version: "0.0.0"
65+
flutter_lints:
66+
dependency: "direct dev"
67+
description:
68+
name: flutter_lints
69+
sha256: "9e8c3858111da373efc5aa341de011d9bd23e2c5c5e0c62bccf32438e192d7b1"
70+
url: "https://pub.dev"
71+
source: hosted
72+
version: "3.0.2"
73+
flutter_test:
74+
dependency: "direct dev"
75+
description: flutter
76+
source: sdk
77+
version: "0.0.0"
78+
leak_tracker:
79+
dependency: transitive
80+
description:
81+
name: leak_tracker
82+
sha256: "7f0df31977cb2c0b88585095d168e689669a2cc9b97c309665e3386f3e9d341a"
83+
url: "https://pub.dev"
84+
source: hosted
85+
version: "10.0.4"
86+
leak_tracker_flutter_testing:
87+
dependency: transitive
88+
description:
89+
name: leak_tracker_flutter_testing
90+
sha256: "06e98f569d004c1315b991ded39924b21af84cf14cc94791b8aea337d25b57f8"
91+
url: "https://pub.dev"
92+
source: hosted
93+
version: "3.0.3"
94+
leak_tracker_testing:
95+
dependency: transitive
96+
description:
97+
name: leak_tracker_testing
98+
sha256: "6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3"
99+
url: "https://pub.dev"
100+
source: hosted
101+
version: "3.0.1"
102+
lints:
103+
dependency: transitive
104+
description:
105+
name: lints
106+
sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290
107+
url: "https://pub.dev"
108+
source: hosted
109+
version: "3.0.0"
110+
matcher:
111+
dependency: transitive
112+
description:
113+
name: matcher
114+
sha256: d2323aa2060500f906aa31a895b4030b6da3ebdcc5619d14ce1aada65cd161cb
115+
url: "https://pub.dev"
116+
source: hosted
117+
version: "0.12.16+1"
118+
material_color_utilities:
119+
dependency: transitive
120+
description:
121+
name: material_color_utilities
122+
sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a"
123+
url: "https://pub.dev"
124+
source: hosted
125+
version: "0.8.0"
126+
meta:
127+
dependency: transitive
128+
description:
129+
name: meta
130+
sha256: "7687075e408b093f36e6bbf6c91878cc0d4cd10f409506f7bc996f68220b9136"
131+
url: "https://pub.dev"
132+
source: hosted
133+
version: "1.12.0"
134+
path:
135+
dependency: transitive
136+
description:
137+
name: path
138+
sha256: "087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af"
139+
url: "https://pub.dev"
140+
source: hosted
141+
version: "1.9.0"
142+
sky_engine:
143+
dependency: transitive
144+
description: flutter
145+
source: sdk
146+
version: "0.0.99"
147+
source_span:
148+
dependency: transitive
149+
description:
150+
name: source_span
151+
sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c"
152+
url: "https://pub.dev"
153+
source: hosted
154+
version: "1.10.0"
155+
stack_trace:
156+
dependency: transitive
157+
description:
158+
name: stack_trace
159+
sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b"
160+
url: "https://pub.dev"
161+
source: hosted
162+
version: "1.11.1"
163+
stream_channel:
164+
dependency: transitive
165+
description:
166+
name: stream_channel
167+
sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7
168+
url: "https://pub.dev"
169+
source: hosted
170+
version: "2.1.2"
171+
string_scanner:
172+
dependency: transitive
173+
description:
174+
name: string_scanner
175+
sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde"
176+
url: "https://pub.dev"
177+
source: hosted
178+
version: "1.2.0"
179+
term_glyph:
180+
dependency: transitive
181+
description:
182+
name: term_glyph
183+
sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84
184+
url: "https://pub.dev"
185+
source: hosted
186+
version: "1.2.1"
187+
test_api:
188+
dependency: transitive
189+
description:
190+
name: test_api
191+
sha256: "9955ae474176f7ac8ee4e989dadfb411a58c30415bcfb648fa04b2b8a03afa7f"
192+
url: "https://pub.dev"
193+
source: hosted
194+
version: "0.7.0"
195+
vector_math:
196+
dependency: transitive
197+
description:
198+
name: vector_math
199+
sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803"
200+
url: "https://pub.dev"
201+
source: hosted
202+
version: "2.1.4"
203+
vm_service:
204+
dependency: transitive
205+
description:
206+
name: vm_service
207+
sha256: "3923c89304b715fb1eb6423f017651664a03bf5f4b29983627c4da791f74a4ec"
208+
url: "https://pub.dev"
209+
source: hosted
210+
version: "14.2.1"
211+
sdks:
212+
dart: ">=3.4.1 <4.0.0"
213+
flutter: ">=3.18.0-18.0.pre.54"

0 commit comments

Comments
 (0)