Skip to content

netfirms/appnote

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
ios
 
 
lib
 
 
 
 
web
 
 
 
 
 
 
 
 
 
 
 
 

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

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 below

https://appwrite.io/docs/installation https://appwrite.io/docs/getting-started-for-flutter

About

example flutter app with Appwrite backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published