Cohen Adair

Results 22 comments of Cohen Adair

FishingBooker has great images, maybe they are willing to share, or maybe they got them from a free source: https://fishingbooker.com/fish

Thanks for that information @dpage. That is quite annoying. I'll add this issue to the 2.7 project so it'll be included in the next version.

Reopening. The local notification isn't shown on Android when the app is in the foreground (tested release build on a real device). Note that all test scenarios for iOS passed.

Issue was I missed an Android configuration step for the notifications plugin: https://pub.dev/packages/flutter_local_notifications#release-build-configuration

Not much we can do here: https://github.com/flutter/flutter/issues/101700

Navionics has a public API for Android and iOS: https://developers.navionics.com/ Users must be a Navionics subscriber for the API to be utilized. Authorized with Navionics mobile app.

For Flutter, we'll need to use platform views: https://docs.flutter.dev/development/platform-integration/platform-views

I requested to use the Navionics SDK, but was met with this message: "One of our associates will contact you at the earliest convenience." Guess we just have to wait.

For now, going to defer this until this is fixed in Flutter.

Related issue on Mapbox iOS SDK repository: https://github.com/mapbox/mapbox-gl-native-ios/issues/650. Seems like people are only seeing it in the iOS Simulator. E: Blocking on the iOS Mapbox SDK issue above.