ezyfox-server-flutter-client
flutter client for ezyfox server
architecture
offical documentation
https://youngmonkeys.org/ezyfox-flutter-client-sdk/
prepare
- download and install jdk 8
- download and install android studio
- download and install xcode
- download and install intellij and flutter plugin
- download and instal flutter sdk
how to test?
1. download source code
git download --recurse-submodules https://github.com/youngmonkeys/ezyfox-server-flutter-client.git ezyfox_server_flutter_client
2. import source code
you need import ezyfox_server_flutter_client/example
to your ides
- to intellij ide: for all
- to xcode: for ios
- to android studio: for android
3. you can run
- main.dart on intellij
- build and run on xcode for ios, don’t for get run
pod install
- build and run on android studio for android
4. where need i click?
- tap to plus button in bottom right corner
- when you see
greet flutter's developer!
, congratulation, you’ve just run and connect to server successfully
Comments are closed.