Raheleh Shahpasand
Results
2
issues of
Raheleh Shahpasand
In my bloc I have following code: ``` @override Stream mapEventToState(VerificationEvent event) async* { yield* event.when( loginRetry: (phoneNumber) => _loginRetry( phoneNumber ), verify: (phoneNumber, code) => _verify(phoneNumber, code), ); }...
### Desctibe the bug The documentation currently states that using `flutter pub add --dev theme_tailor` adds the theme_tailor package to dev dependencies. However, the package should be added to the...
bug
documentation
good first issue