node-webkit.dart
node-webkit.dart copied to clipboard
build node-webkit apps with Dart.
Any thoughts on changing the package name to match the new name for node-webkit, 'nw.js'? Perhaps nw.dart?
When I follow your directions I end up with the node-webkit clouds and an error that says: Uncaught node.js Error TypeError: undefined is not a function at dart.J.get$length$asx (file:///home/username/Development/test/build/web/index.dart.js:3629:41) at...
``` new gui.Window.get().enterFullscreen(); ``` calling this, causes following error: ``` Uncaught TypeError: Cannot read property 'constructor' of undefined" ``` Replicatable by writing a simple app containing just the above line
A possible addition to this library could be a dart:io script that compiles nw applications (eg. 'dart2js --minify', zipping into nw.exe/nw). This wouldn't be practical for a build.dart script, but...