https://github.com/norbert515/init_state_sample_app
https://github.com/norbert515/init_state_sample_app
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/norbert515/init_state_sample_app
- Owner: Norbert515
- Created: 2022-08-14T10:32:02.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-27T14:27:27.000Z (almost 4 years ago)
- Last Synced: 2024-10-30T00:37:04.372Z (over 1 year ago)
- Language: Dart
- Size: 2.31 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sample_app
Generated by initstate.dev
## Setup
A couple of setup steps before the project is ready to use.
### Automatic
Run the `setup_[your_os]` to fully configure your app.
On macOS you have to run `chmod -X setup_macos` first.
### Manual
Install:
- [FVM](https://fvm.app/docs/getting_started/installation)
- [Flutterfire](https://firebase.flutter.dev/docs/cli#installation) for firebase
Run:
```
fvm flutter pub get
```
and
```
flutterfire configure
```
## Docs
Check out the rest of the docs at docs/README.md.
You can use [docsify](https://docsify.js.org/#/) to read the documentation as a webpage.