Jonathan Rezende
Jonathan Rezende
The problem was that we set a minimum size without considering the image's dimensions. thanks
this is basically adding the hability to use import inside parts, right? it is very useful, thought
> It allow `import`, `export` and `part` inside a `part` file, and it allows conditional `part` file URIs. > > Other than that, it's nothing new. (I think that's a...
is there a list of tasks for this? I would like to have a glimpse on how close we are
also with this problem. I am upgrading Flutter to latest now to see if this stops
the messages are still there but the output was alright. I guess cleaning everything made the build work, not the Flutter version.
I miss this too. The point is that the interface should not exist so it would be basically a desugar/analyzer thing: ```dart interface Foo { String bar; } // example...
I guess this _kinda_ exists when you use JS interop: ```dart @JS() @anonymous class Foo { external String get bar; external set bar(String n); external factory Foo({String bar}); } var...
the Records proposal along with meta programming proposal would rock Dart world
@kasperpeulen https://github.com/dart-lang/language/issues/1482