flutter-hugo-cms
flutter-hugo-cms copied to clipboard
what flutter version will this run ?
Hi i wanna test this app , and see if i can run it using the old version of dart and flutter. the current latest version with sound null safety totally breaks everything...
hope i can have the version of dart and flutter used on this project thanks
Check the pubsec:
environment:
sdk: ">=2.7.0 <3.0.0"
Based on the SDK, likely less than Flutter 2.5 (I believe Flutter 2.5 is when null safety was introduced, but my memory could be faulty)
There are some migration tools in Flutter now that can help with updating for null safety. Haven't tried them myself, but I've seen the notices. Maybe that could help.