Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what flutter version will this run ? #4

Open
goldcoders opened this issue Jun 10, 2021 · 1 comment
Open

what flutter version will this run ? #4

goldcoders opened this issue Jun 10, 2021 · 1 comment

Comments

@goldcoders
Copy link

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

@dionvansevenant
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants