serko
serko
The **How To Use** needs updating both here and on [dartlang packages ](https://pub.dartlang.org/packages/flutter_html_view#-readme-tab-) The import statement `import 'package:flutter_html_textview/flutter_html_textview.dart';` should be `import 'package:flutter_html_view/flutter_html_text.dart';` and `new HtmlTextView(data: html);` should be `new HtmlText(data:...
If you keep rotating the device between portrait and landscape mode while in the actor's details page, you will notice that the content gets re-added every time one after the...
I'm seeing an issue which feels like a Flutter bug. I have a StatefulWidget which has a state class that looks like this ```dart class _SearchScreenTabsContainerState extends State with SingleTickerProviderStateMixin,...