mirror of
https://github.com/Iconica-Development/flutter_chat.git
synced 2025-05-18 18:33:49 +02:00
chore: add FVM configuration
This commit is contained in:
parent
15f15748b6
commit
460acce95b
2 changed files with 6 additions and 0 deletions
3
.fvmrc
Normal file
3
.fvmrc
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"flutter": "3.22.1"
|
||||
}
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -44,3 +44,6 @@ packages/flutter_chat_interface/pubspec.lock
|
|||
packages/flutter_chat_view/pubspec.lock
|
||||
|
||||
pubspec_overrides.yaml
|
||||
|
||||
# FVM Version Cache
|
||||
.fvm/
|
Loading…
Reference in a new issue