Zone Quality App
A Flutter application which allows the user to view various info about the zone which they currently are on, as well as many other zones throughout the world
Add the following to android/app/src/AndroidManifest.xml
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
Add the following to ios/Runner/Info.plist
<key>NSLocationWhenInUseUsageDescription</key>
</key>NSLocationAlwaysUsageDescription</key>
Double click on ios/Runner.xcworkspace