vbastianpc

Results 2 comments of vbastianpc

I had the same problem. I fixed it by replacing old `flutter_markdown: ^0.2.0` by new `flutter_markdown: ^0.6.1 `in the `pubspec.yaml` file. Then in `./lib/article/article_widget.dart` file replace old `blockquotePadding: 20.0` by...

I had the same problem. I fixed it by replacing old flutter_markdown: ^0.2.0 by new flutter_markdown: ^0.6.1 in the pubspec.yaml file. Then in ./lib/article/article_widget.dart file replace old blockquotePadding: 20.0 by...