mirror of
https://github.com/Iconica-Development/flutter_timeline.git
synced 2025-05-19 10:33:44 +02:00
chore: add FVM configuration
This commit is contained in:
parent
c99ecffa64
commit
de73fcb136
3 changed files with 9 additions and 2 deletions
3
.fvmrc
Normal file
3
.fvmrc
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"flutter": "3.22.1"
|
||||||
|
}
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -51,3 +51,6 @@ pubspec_overrides.yaml
|
||||||
**/example/windows
|
**/example/windows
|
||||||
**/example/web
|
**/example/web
|
||||||
**/example/README.md
|
**/example/README.md
|
||||||
|
|
||||||
|
# FVM Version Cache
|
||||||
|
.fvm/
|
|
@ -5,6 +5,7 @@
|
||||||
name: flutter_timeline_workspace
|
name: flutter_timeline_workspace
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.18.0 <3.0.0'
|
sdk: '>=3.1.3 <4.0.0'
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
melos: ^3.0.1
|
melos: ^3.0.1
|
||||||
|
|
Loading…
Reference in a new issue