dolphin_cli 1.6.0
dolphin_cli: ^1.6.0 copied to clipboard
The official command-line interface for the Dolphin framework, tailored for Flutter developers.
Dolphin CLI #
The official CLI (Command Line Interface) dev tools for working with the Dolphin framework. Dolphin is a framework built in Flutter for production teams. It is built for maintenance, readability, and scaleability.
Quick Start 🚀 #
Installing 🧑💻 #
dart pub global activate dolphin_cli
Commands #
Dolphin CLI provides several commands to help you build and maintain Flutter applications:
-
create: Create new components for your Dolphin application
app: Create a new Dolphin applicationview: Create a new viewservice: Create a new servicedialog: Create a new dialogbottom_sheet: Create a new bottom sheetwidget: Create a new widget
-
bootstrap: Convert an existing Flutter app to use the Dolphin framework
- Supports various backends: Firebase, Supabase, Appwrite
-
delete: Remove components from your Dolphin application
view: Delete a viewservice: Delete a servicedialog: Delete a dialog
-
generate: Generate code for your Dolphin application
-
upgrade: Update Dolphin CLI to the latest version
Documentation 📝 #
For official documentation, please visit docs.