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.
dart pub global activate dolphin_cliDolphin 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
For official documentation, please visit docs.