nx-flutter/v2.0.0
github-actions
released this
02 Apr 14:24
·
806 commits
to master
since this release
@nxrocks/nx-flutter-v2.0.0 (2021-04-02)
Bug Fixes
Features
- nx-flutter: create project in
apps
orlibs
based ontemplate
(dc20e0b), closes #41 - nx-flutter: migrate to Nrwl's DevKit executors/generators API (8c72ed5)
- nx-flutter: rename the
application
generator intoproject
(6361557)
BREAKING CHANGES
- nx-flutter: the
app
alias has been replaced with one of [proj
,new
,gen
,init
,generate
]. - nx-flutter: Nx workspace v11 is now the minimum version required to use this plugin.
In fact, all builders/schematics have been rewritten into executors/generators using its new @nrwl/devkit
API.