Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netfirms/appnote
example flutter app with Appwrite backend
https://github.com/netfirms/appnote
Last synced: about 1 month ago
JSON representation
example flutter app with Appwrite backend
- Host: GitHub
- URL: https://github.com/netfirms/appnote
- Owner: netfirms
- Created: 2020-05-28T16:05:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T17:16:18.000Z (over 4 years ago)
- Last Synced: 2024-08-02T07:23:27.659Z (4 months ago)
- Language: Dart
- Size: 70.3 KB
- Stars: 15
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-appwrite - Source Code - and-flutter-example-app-42ce) (Showcase (Built with Appwrite 📣) / Flutter)
README
# appwrite_example
Appwrite and Flutter example application project.
## Getting Started
####Please install Appwrite backend and config app's url in 'app_state.dart' before run
####Android will use http://10.0.2.2/v1 as proxy to access to Appwrite from Android emulator
```shell script
docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/install/appwrite:rw \
-e version=0.6.1 \
appwrite/install
```
---
####For more information about Appwrite installation and Flutter SDK usage can follow links belowhttps://appwrite.io/docs/installation
https://appwrite.io/docs/getting-started-for-flutter
---