dart_package_template 0.1.0 copy "dart_package_template: ^0.1.0" to clipboard
dart_package_template: ^0.1.0 copied to clipboard

A pub.dev-ready Dart package template with recommended settings.

0.2.1 #

  • Added nested coroutine support
  • Fixed concurrent access issues (@luanpotter 💙)
  • Added Flame game engine example (@luanpotter 💙)
  • Improved async tests (@luanpotter 💙)
  • Improved CI & docgen tasks

0.2.0 #

  • Added async coroutine support
  • (breaking!) Removed dart:coroutine/coroutine.dart barrel import (use dart:coroutines/sync.dart or dart:coroutines/async.dart instead)
  • Improved documentation

0.1.1 #

  • Fixed coroutine instance not being removed after completion
  • Implemented isCoroutineRunning
  • Improved inlining

0.1.0 #

  • Initial release
  • Implemented synchronous coroutines
  • Added tests
1
likes
160
points
103
downloads

Publisher

unverified uploader

Weekly Downloads

A pub.dev-ready Dart package template with recommended settings.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MPL-2.0 (license)

More

Packages that depend on dart_package_template