Karel Klíč
Karel Klíč
**Describe the bug** Using a parameter named `state` in generated family provider results in a compilation error. **To Reproduce** ```dart import 'package:riverpod_annotation/riverpod_annotation.dart'; part 'test_provider.g.dart'; enum SomeState { a, b }...
## Description Fix EmailVerificationController lifecycle. Before the change, each visit to `EmailVerificationScreen` creates a new controller that is kept indefinitely in the background and updated on the app resume. Since...
## Description EmailVerificationScreen might be created a second time to perform an animated transition to another screen. The second instance shouldn't send a verification email to an already verified address....
**Describe the bug** After updating to riverpod 3.0.3, some widget tests are now failing that were not failing with riverpod 2.6.1. Curiously, some widget tests that use the same providers...