mirror of
https://github.com/Iconica-Development/flutter_timeline.git
synced 2025-05-19 02:23:46 +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"
|
||||
}
|
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -50,4 +50,7 @@ pubspec_overrides.yaml
|
|||
**/example/macos
|
||||
**/example/windows
|
||||
**/example/web
|
||||
**/example/README.md
|
||||
**/example/README.md
|
||||
|
||||
# FVM Version Cache
|
||||
.fvm/
|
|
@ -5,6 +5,7 @@
|
|||
name: flutter_timeline_workspace
|
||||
|
||||
environment:
|
||||
sdk: '>=2.18.0 <3.0.0'
|
||||
sdk: '>=3.1.3 <4.0.0'
|
||||
|
||||
dev_dependencies:
|
||||
melos: ^3.0.1
|
||||
|
|
Loading…
Reference in a new issue