Commit graph

4 commits

Author SHA1 Message Date
4f0c36a1cc 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-22 08:50:54 +02:00
a62935eb60 chore: add fvm configuration to gitignore 2025-02-17 15:52:52 +01:00
Freek van de Ven
d3731ca03e feat: add package pubspecs 2023-10-09 08:16:04 +02:00
Freek van de Ven
6753b776c4 feat: initial project structure 2023-10-09 07:48:03 +02:00