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 でデータの一覧表示・追加を試してみた
- Host: GitHub
- URL: https://github.com/nekonenene/back4app_test_flutter
- Owner: nekonenene
- Created: 2022-11-06T12:54:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T19:26:36.000Z (over 3 years ago)
- Last Synced: 2025-05-29T15:12:54.154Z (about 1 year ago)
- Topics: back4app, flutter, parse
- Language: C++
- Homepage:
- Size: 791 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```