Skip to content

Commit 806c1b7

Browse files
committed
chore: add .flutter/
1 parent aa24aca commit 806c1b7

File tree

5 files changed

+12
-3
lines changed

5 files changed

+12
-3
lines changed

.flutter/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sdk

.flutter/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
The Flutter SDK version of this project is maintained by [fvm-sh/fvm](https://github.com/fvm-sh/fvm).
2+
3+
Current used version is recorded in file [version](./version)
4+
5+
Cooperators could install [fvm-sh/fvm](https://github.com/fvm-sh/fvm) and run following script for this project:
6+
```bash
7+
fvm use `cat .flutter/version`
8+
```

.flutter/version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.3.10

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
*.iml
44
pubspec_overrides.yaml
55
.dart_tool/
6-
.DS_Store
7-
.flutter
6+
.DS_Store

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"dart.runPubGetOnPubspecChanges": "never",
3-
"dart.flutterSdkPath": ".flutter"
3+
"dart.flutterSdkPath": ".flutter/sdk"
44
}

0 commit comments

Comments
 (0)