Ahmed Wahdan
Ahmed Wahdan
@julek-kal thank you for reporting this issue. Could you please send me an example of how to reproduce this bug so that I can track it down? can you open...
@SimoneBressan I think we could go with the first solution and create and create helper function for to be used on buildWhen or listenWhen to avoid rendering the widgets listen...
you can access them throw state: ``` state.fieldBlocs()?.forEach((name, filedBloc) { filedBloc.addError("error"); }); ```
you can use this example and it's depend on this package https://pub.dev/packages/rich_text_view ```dart import 'package:flutter/material.dart'; import 'package:flutter_form_bloc/flutter_form_bloc.dart'; import 'package:rich_text_view/rich_text_view.dart'; void main() { runApp(const App()); } class App extends StatelessWidget {...
by default the package support all platforms, do you face any problems with any platform?
thanks, I'll review this pull request
Could you check version 2.0.2
I have published new version 2.0.3 yesterday to fix this issue
Thanks for let me know I'll work to fix it
so I'll add a refresh button to refresh the list of connected devices