Sylvanus Kateile
Sylvanus Kateile
Thanks for the docs @Unkn0wnCat It has showed me direction to go however coming from node.js background. There are few concepts like event triggers based on topics like it is...
Same problem here, where to use that @AntonS86 ?
This needs to merged
I think you need some if statement to check what platform is running. Since I think this lib have no yet web implementation
I have the same problem in Github action. Locally everything works fine. Maybe there is bug in https://github.com/subosito/flutter-action. @white-gecko have you found the exactly problem?
this is similar to #9
@wilsonowilson thanks for that workaround. However it doesn't work as expected in my app. Here is how I use it ```dart import 'package:flutter/material.dart' hide Element; import 'package:flutter_markdown/flutter_markdown.dart'; import 'package:markdown/markdown.dart' hide...