js_wrapping 0.2.0+1
js_wrapping: ^0.2.0+1 copied to clipboard
With that package you will be able to easilly wrap JS library in Dart.
0.2.0+1 - 2018-05-28 #
Fix issue with callback returning void.
0.2.0 - 2018-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.