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

Update the example app to rely on null safety #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BullsEye34
Copy link
Contributor

The Example app was not working as it was made a long time ago and Flutter+Dart have gone through many changes since then.

The main overview of the changes made to the example app:

  • Removed commented code
  • Updated the SDK Environment to use >=3.0.3 <4.0.0 from 2.7.0 <3.0.0
  • Made a few changes in the android folder files to get the app up and running.
  • Changed a few gradle properties as well
  • Should now work will sound null safety
  • Changed the way we define constructors of Classes to the new format

NOTE: For iOS, it has only been tested on Simulator and not on real device. Was able to compile the app for the simulator successfully.

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

Successfully merging this pull request may close these issues.

1 participant