Rody Davis
Rody Davis
@jaumard nothing yet, but it is still on my radar
@bobajeff Yeah that's exactly what I was thinking too!
Thanks for the feedback! Yeah that sounds like a great idea. I'm always open for PRs, so feel free to take a stab and I can review ๐๐ผ
This is because flutter by default looks up the root navigator. You can have it appear correctly by doing the following: ```dart showDialog( context: context, useRootNavigator: false, builder: (context) {...
Well you are running your application all at once? What do you suggest? I have tested it with my applications and it works well for lots of screens and different...
Well currently it only renders what is in the viewport but I'm open to some improvements. Memory management could be improved ๐๐ผ
Test on the pre release!
I'm working to enable postCSS and also cannot get it to work: ```js import postcss from "rollup-plugin-postcss"; import pluginImport from "postcss-import"; import pluginNested from "postcss-nested"; import pluginHct from "postcss-color-hct"; import...
There is a tutorial! But looking at some examples maybe the best way to get started.
Could you post some screenshots?