Skip to content

Commit 836859f

Browse files
authored
chore: add flutter submodule (#1230)
1 parent 7c70f9a commit 836859f

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[submodule "submodules/flutter"]
2+
path = submodules/flutter
3+
url = https://github.com/flutter/flutter.git
4+
branch = stable

analysis_options.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,9 @@ linter:
2424
# avoid_print: false # Uncomment to disable the `avoid_print` rule
2525
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
2626

27+
analyzer:
28+
exclude:
29+
- "submodules"
30+
2731
# Additional information about this file can be found at
2832
# https://dart.dev/guides/language/analysis-options

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,5 +850,5 @@ packages:
850850
source: hosted
851851
version: "3.1.2"
852852
sdks:
853-
dart: ">=3.5.0 <4.0.0"
853+
dart: ">=3.7.0-0 <4.0.0"
854854
flutter: ">=3.24.0"

submodules/flutter

Submodule flutter added at 09de023

0 commit comments

Comments
 (0)