Open dJani97 opened 2 years ago
@dJani97 This is not the first time when form_bloc has issues with delivery
Today I removed last piece of code and form_bloc
as dependancy.
I recommend you pay attaention to reactive_forms
Please, merge & make at least a pre-release of this.
Describe the bug
When running the project, a couple of warnings like this are displayed:
In Flutter 3, WidgetsBinding.instance is no longer nullable, so the
?.
operator is not necessary.To Reproduce Reproducible by using Flutter 3 and
flutter_form_bloc: ^0.30.1
.