This website requires JavaScript.
Explore
Help
Sign In
internal
/
flutter_timeline
Watch
5
Star
0
Fork
You've already forked flutter_timeline
0
mirror of
https://github.com/Iconica-Development/flutter_timeline.git
synced
2025-05-18 18:13:46 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
master
flutter_timeline
/
.fvmrc
3 lines
25 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
chore: add fvm configuration to gitignore
2025-02-17 15:52:52 +01:00
{
fix: use a minimum of Dart 3.4.3 and don't use 'any' for any dep version constraints We're very inconsistent with marking what Flutter and Dart versions we support. The .fvmrc indicates Flutter 3.27.4 which comes with Dart 3.6.2, but the packages said 3.0 and 3.1. This commit brings all versions in line and sets the minimum to Dart 3.4.3. This version is chosen so it can be used as is with one of our projects that currently uses that Dart version.
2025-04-18 16:38:41 +02:00
"flutter": "3.22.2"
chore: add fvm configuration to gitignore
2025-02-17 15:52:52 +01:00
}
Reference in a new issue
Copy permalink