Ahmed Elsayed
Ahmed Elsayed
@Reprevise This should be covered by https://github.com/rrousselGit/riverpod/issues/1660. Currently, I'm using `Option` from fpDart and use `None` to indicate this is an `initial` state. check [this](https://github.com/AhmedLSayed9/deliverzler/blob/master/lib/auth/presentation/providers/sign_in_provider.dart) You can also use some...
> I understand the reason behind it but for Notifiers which hold single value of type int/ bool/ Enum, the update state would help in not repeating code in multiple...
> If the provider throws synchronously on creation, both providerDidFail and didAddProvider would be invoked. I think if `didUpdateProvider` won't receive AsyncErrors, this should be updated too so only `providerDidFail`...
@russellwheatley Can you check now?
> @AhmedLSayed9 - it isn't going to work, the script now sees those Xcode env variables as Dart variables. Look at the results of the CI run for more information....
@russellwheatley Thanks for the tips. I've added a test case.
This should also fix #243. @russellwheatley Can you check if there's still something to add?
I'd like to see this feature too "migrating from Freezed".
The following logs are from the same provider but the first one is when the provider is watched directly when runApp loads and the second one is when the provider...
The first log with hundreds of lines should be collapsed by https://github.com/flutter/flutter/issues/4174 but I'm not sure if this is only related to Flutter as the second log will still be...