js_wrapping 0.4.0
js_wrapping: ^0.4.0 copied to clipboard
That package contains elements to easilly wrap JS library in Dart.
0.4.0 - 2017-06-20 #
-
Fix issue with dart-lang/sdk#28371.
Breaking change: use
factory _MyClass() => null;instead ofexternal factory _MyClass()for your construtor templates. -
remove comment generics syntax
0.2.0+1 - 2015-06-01 #
Fix issue with callback returning void.
0.2.0 - 2015-05-28 #
Total rewrite on top of the source_gen package.
Semantic Version Conventions #
- Stable: All even numbered minor versions are considered API stable: i.e.: v1.0.x, v1.2.x, and so on.
- Development: All odd numbered minor versions are considered API unstable: i.e.: v0.9.x, v1.1.x, and so on.