Chris Klanac

Results 3 comments of Chris Klanac

Adding `listen:false` to the Provider in the `_signOut` method resolves the issue. See PR #3 ```dart class AccountPage extends StatelessWidget { Future _signOut(BuildContext context) async { try { final auth...

Fixed by adding `listen: false` to the `_submit` method. Fixed in PR #3 ```dart Future _submit() async { setState(() { _submitted = true; _isLoading = true; }); try { final...

This error is also triggered when saving `analysis_options.yaml` and the `Dart Import: Fix On Save` option is checked.