Socket
Socket
Sign inDemoInstall

create-nx-flutter

Package Overview
Dependencies
158
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    create-nx-flutter

CLI to create Nx workspaces with built-in support for Spring Boot


Version published
Weekly downloads
3
decreased by-66.67%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

create-nx-flutter

npm version github action - release semantic-release

Our very own CLI to create Nx workspaces with built-in support for Flutter!

The goal of this CLI is to ease the process of creating a Nx workspace that can host and manage Flutter projects, thanks to our @nxrocks/nx-flutter plugin, that is automatically installed within it.

Prerequisites

To run this CLI, all you need is to have NodeJS installed (preferably the current LTS version). Then to later create and run your Flutter projets, you'll need Flutter CLI as well.

  • NodeJS (preferably latest or LTS version) in path
  • Flutter CLI in path

Getting Started

Run npx create-nx-flutter your-workspace-name to execute the CLI.

This command will guide you through the creation process steps by steps.

Options

Run npx create-nx-flutter --help to print some helpful info on available options.

Compatibility with Nx

Every Nx package relies on the underlying Nx Workspace/DevKit it runs on. This table provides the compatibility matrix between major versions of Nx workspace and this package.

Package VersionNx Workspace version
>=v3.0.0>=v17.3.0
<v3.0.0<17.3.0

License

Copyright (c) 2023-present Tine Kondo. Licensed under the MIT License (MIT)

Keywords

FAQs

Last updated on 28 Mar 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc