Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcelpinto/ship-flutter-template
A simple Flutter boilerplate template made with ShipFlutter base module. Contains the main structure with state management (signals), dependency injection (lite_ref) and others (theme, slang, etc..)
https://github.com/marcelpinto/ship-flutter-template
Last synced: 14 days ago
JSON representation
A simple Flutter boilerplate template made with ShipFlutter base module. Contains the main structure with state management (signals), dependency injection (lite_ref) and others (theme, slang, etc..)
- Host: GitHub
- URL: https://github.com/marcelpinto/ship-flutter-template
- Owner: marcelpinto
- License: mit
- Created: 2024-08-30T14:45:14.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T08:53:10.000Z (about 2 months ago)
- Last Synced: 2024-11-19T15:12:24.245Z (about 1 month ago)
- Language: Dart
- Size: 1.07 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-opensource-boilerplates - ShipFlutter base template - A simple Flutter template with state management (signals) and dependency injection (lite_ref). (Mobile Development / Flutter)
- awesome-opensource-boilerplates - ShipFlutter base template - A simple Flutter template with state management (signals) and dependency injection (lite_ref). (Mobile Development / Flutter)
README
# Flutter template by ShipFlutter
A simple Flutter boilerplate template made with [ShipFlutter base module](https://shipflutter.com/modules/#base-module). Contains the main structure with state management (signals), dependency injection (lite_ref) and others (theme, slang, etc..).
> Read more about the basics in the [documentation](https://shipflutter.com/docs/basics/).
![ShipFlutter boilerplate template](shipflutter-template.jpeg)
## Initial setup
To setup the project and workspace follow these steps:
1. Download/Clone project
1. Open with VSCode or Android Studio
1. Run setup script
```bash
sh setup.sh
```1. Run the project
```bash
flutter run
```## Upgrade the project
ShipFlutter offers many other modules, like payments, notifications, chatbot powered by Vertex AI and more.
You can upgrade the project by building a new version at [builder.shipflutter.com](https://builder.shipflutter.com)
or directly purchasing a reduced whitelabel template [here](https://store.shipflutter.com/buy/16402094-1e68-4cb7-94e2-4c18c1057ea2?checkout%5Bdiscount_code%5D=EARLY50).> A discount of 50% is offered for limited time with `EARLY50` coupon.
See it in action:
[![ShipFlutter starer-kit in action](https://img.youtube.com/vi/pV9N09_YzrQ/0.jpg)](https://www.youtube.com/watch?v=pV9N09_YzrQ)
Created with ❤ by [pibi.studio](https://pibi.studio)