Jonathan Rezende

Results 91 comments of Jonathan Rezende

> more meaningful name `firstOrNull` `firstWhereOrNull` Even a simple `try catch` uses overloading by allowing `catch(e)` and `catch(e, st)` but you can't do that with regular methods. To understand how...

> The same method could be easily modeled in terms of optional arguments. No you can't. ``` void Function([String]) foo = () {}; // Error: A value of type 'void...

I followed the [instructions](http://domterm.org/Downloading-and-building.html) but when I execute `bin/domterm -Belectron` it opens an app called `Electron` with a transparent window that shows only the close, minimize buttons. I want to...

> It's also ok with 2.0.0.prev1 @medi6 is there any info regarding this new version?

agreed. It is very useful and having to remove all maps from templates and create a property in the component will be a bummer.

in the directory ```.dart_tool/build/generated/guaraci_admin/lib/wizard``` I have: // wizard.dart2js.module, wizard.ddc.module, wizard.module.library, // wizard.ng_placeholder, wizard.scss.css, wizard.scss.css.dart // wizard.scss.css.module.lib, wizard.scss.css.shim.dart // wizard.scss.css.shim.module.library but not the wizard.template.dart.

Found the bug. I was using ```exports: [List]``` so I could use ```List.filled(5, null)``` in the template. It is not the exports itself, because I am still using ```exports: [RelativePosition]```...

this is fixed with the SDK 2.18

I've tested your code and it is working ok with the latest lib & SDK. Open a new issue if you have problems please