Andrew Brampton
Andrew Brampton
(not a maintainer) but the default value in `Image.asset` is also `filterQuality = FilterQuality.low`, so FlutterGen or not, you'd need to write `Something(filterQuality = FilterQuality.none)`. As a workaround you can...
This was fixed in https://github.com/FlutterGen/flutter_gen/pull/350
A proposal would be to just suffix the variable with a underscore, so `do_`, `in_`, etc. This will still make it easy to discovery (with IDE autocompletion) and is minimally...
Ok, I spent a little more time on this than I should have :) (and I'm not a maintainer of this project, so I hope they accept the change). My...
If it helps, I have subpackages and I generate `assets.gen.dart` for each subpackage. Then I just do something like this: ```dart import 'package:ui' as ui; import 'package:icons' as icons; build()...
Random comment. Why are the Google Maps URLs http not https?
This looks cool, can you help me understand two of your statements? > A record type makes it easy to work with lat lon points across libraries without having a...
Thanks. It seems Classes and Record are very similar (if not identical) from a memory perspective. Thus I agree the benefits of a class outweigh a record in this case....
Table is a reserved word. Either wrap it in backtics or use a different name for your table. On Fri, 10 Sep 2021, 12:58 am xinlushi, ***@***.***> wrote: > func...
Sorry I don't speak Chinese, but Google Translate says: 1, does not support the index name xxx-2018xxxx this form, that is to say does not support the "-" in the...