Releases: dart-frog-dev/dart_frog
Releases · dart-frog-dev/dart_frog
dart_frog_cli-v1.2.9
- fix: dart workspace package version resolution (#1859)
dart_frog_cli-v1.2.8
- feat: support for Dart workspaces (#1825)
dart_frog_web_socket-v1.0.2
dart_frog_cli-v1.2.7
dart_frog-v1.2.3
dart_frog_lint-v0.1.1
What's Changed
- refactor(examples): use
pkg:dart_frog_lint
by @felangel in #1822 - fix(dart_frog_lint): define analysis_options inline by @felangel in #1841
Full Changelog: dart_frog_lint-v0.1.0...dart_frog_lint-v0.1.1
dart_frog_lint-v0.1.0
- feat: initial release 🎉
-
Install
dart_frog_lint
dart pub add --dev dart_frog_lint
-
Add an
analysis_options.yaml
to the root of your project with the recommended rulesinclude: package:dart_frog_lint/recommended.yaml
-