mobile_nebula/android
Ian VanSchooten 88aab16b52
Fix ID used when listening to updates on new sites (#193)
This should avoid the errors we've been seeing in Sentry of:

```
MissingPluginException(No implementation found for method listen on channel net.defined.nebula/null)
```

To test, start up the mobile app in an android phone or emulator, tap the plus button to add a new site, and verify that no error log is shown.

Note: we still get a similar error when tapping the "Good Site" or "Bad Site" in debug, but I believe that is because it's being created too quickly before the EventChannel has a chance to be set up.  Adding a site manually does not trigger the error.
2024-10-30 08:05:32 -04:00
..
app Fix ID used when listening to updates on new sites (#193) 2024-10-30 08:05:32 -04:00
fastlane Automated build and release (#71) 2022-10-03 15:30:39 -05:00
gradle/wrapper Update Gradle, replace QR code reader library (#162) 2024-09-24 07:25:09 -04:00
mobileNebula Upgrade to flutter 3 (#70) 2022-09-21 15:27:35 -05:00
.gitignore Upgrade to flutter 3 (#70) 2022-09-21 15:27:35 -05:00
Gemfile Automated build and release (#71) 2022-10-03 15:30:39 -05:00
Gemfile.lock Update fastlane (#163) 2024-09-24 11:38:54 -04:00
build.gradle Update Flutter, target android SDK 34 (#160) 2024-09-20 14:19:23 -04:00
gradle.properties Update Gradle, replace QR code reader library (#162) 2024-09-24 07:25:09 -04:00
settings.gradle Update java to 17 (#167) 2024-10-07 08:22:21 -04:00