Marcin Szałek
Marcin Szałek
@russellwheatley is there anything I can do to help you make this feature happen?
Amazing, thank you! :)
I know it's not riverpod repo but are there any known issues preventing considering using 2.0 as stable?
I will add my 3 cents here. What I'm currently doing is I have `RequestStateNotifier`. Which is almost the same as the FutureProvider with AsyncValue but it also has `Idle`...
I don't understand. Now you'd use `ref.watch` and use as a typical `StateNotifierProvider`. Oh, also add `RequestStateNotifier` to Provider Type, so it's `StateNotifierProvider(...`
While analyzing the built `app` file, it shows the following warning. ``` Analyzing rive_common.framework ... ⚠️ Missing privacy manifest file! API usage analysis result(s): 2 [0] NSPrivacyAccessedAPICategoryFileTimestamp:stat,fstat:/.../build/ios/iphoneos/Runner.app/Frameworks/rive_common.framework/rive_common [1] NSPrivacyAccessedAPICategorySystemBootTime:mach_absolute_time:/.../build/ios/iphoneos/Runner.app/Frameworks/rive_common.framework/rive_common 🛠️...
Hi @af-margot I have just experienced this bug using version `6.8.0`. It's our first release with appsflyer integration. Can't compare to previous versions. ``` Crashed: com.appsflyer.serial EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x000057f6a9035ff8 Crashed:...
hmmm, yeah, seems like the app is no longer there...
Wow, cache... Yes! Doing the encoding just after the Widget is built instead of doing it on method call will solve the issue! When I get some free time I'll...
Yeah, my idea would be to add a parameter `useCache` which would default to false