Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

flutterfy-cli

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flutterfy-cli

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

flutterfy-cli

Combination of Flutter + Simplify

Instead of copy pasting scripts for every new flutter project I'm working on I can just run f on a flutter project and run these common daily tasks.

Usage

f clean
# => Deep cleans the project and rebuilds it.
f fix
# => Automatically identifies and corrects common issues in Dart code, such as outdated syntax.
f fix
# => Automatically identifies and corrects common issues in Dart code, such as outdated syntax

f bump major|minor|patch|build
# => bumps the corresponding update type (and it always bumps the build number)
f generate swagger|icon|assets
# => swagger: Executes a function to generate a Swagger (OpenAPI) client.
# => icon: Generates the icons for the app. (using "flutter_launcher_icons")
# => assets: Initiates asset generation and management. (using "fluttergen")
f open ios|android
# => ios: Opens the appstoreconnect website.
# => android: Opens the play console website.
f release beta|production
# => beta: Releases the current build to the beta track.
# => production: the current build to the production track.

Install

Clone the repo in your designated folder

git clone git@github.com:cesarferreira/flutterfy-cli.git

Now add to your ~/.bashrc or ~/.zshrc

alias f="ruby -Ilib PATH_TO_GEM_FOLDER/f/bin/f"

Nice to Have

  • listen to build_runner changes flutter pub run build_runner watch -d

FAQs

Package last updated on 19 Dec 2023

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc