An open API service indexing awesome lists of open source software.

https://github.com/norbert515/init_state_sample_app


https://github.com/norbert515/init_state_sample_app

Last synced: 10 months ago
JSON representation

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.