roam-ai / roam-flutter

Flutter Location SDK. High accuracy and battery efficient location SDK for iOS and Android by Roam.ai
https://roam.ai
MIT License
17 stars 5 forks source link

Update the example app to rely on null safety #32

Open BullsEye34 opened 10 months ago

BullsEye34 commented 10 months ago

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:

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.