Skip to content

nx-flutter/v2.0.0

Compare
Choose a tag to compare
@github-actions 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

  • nx-flutter: fix error when generating module or package (86eb3f8), closes #44

Features

  • nx-flutter: create project in apps or libs based on template (dc20e0b), closes #41
  • nx-flutter: migrate to Nrwl's DevKit executors/generators API (8c72ed5)
  • nx-flutter: rename the application generator into project (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.