Zemlaynikin Max

Results 7 comments of Zemlaynikin Max

Looks like your terminal doesn't support some advanced colours. I had the same problems so I moved from default mac terminal to iterm and now it works fine

BTW it can be fixed by wrapping text in the `p` tag ```dart class App extends StatelessComponent { @override Iterable build(BuildContext context) sync* { yield DomComponent( tag: "p", child: Text('Hello...

Hmm. Why does it work when you `build` the app?

> At 3.0.0 version web is not supported, you will need to wait a bit longer before the web is supported. Is there an issue to fix web support?

@squallsama Yes, I thought. The implementation of the `on` api will greatly change the api of the entire library, so I want to try it first in the implementation of...

If you have any ideas on how best to add this functionality, you can share :)

@damywise may I ask you to make a fork and add this temporary fix to it? It will help people who need to fix it right now :)