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

https://github.com/nekonenene/back4app_test_flutter

Back4App と Flutter でデータの一覧表示・追加を試してみた
https://github.com/nekonenene/back4app_test_flutter

back4app flutter parse

Last synced: about 1 month ago
JSON representation

Back4App と Flutter でデータの一覧表示・追加を試してみた

Awesome Lists containing this project

README

          

# back4app_test_flutter

## Setup

After clone this repository,

```sh
cp .env.default .env
```

Set `BACK4APP_APPLICATION_ID` and `BACK4APP_CLIENT_KEY` in `.env`.
(Ref: https://www.back4app.com/docs/react/quickstart )

Then, install dependencies.

```sh
flutter pub get
```

## Run

```sh
flutter run
```


Screenshot