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

https://github.com/youngmonkeys/ezyfox-server-flutter-client

a flutter socket client sdk for ezyfox-server
https://github.com/youngmonkeys/ezyfox-server-flutter-client

dart ezyfoxserver flutter flutter-socket socket socket-client

Last synced: 12 months ago
JSON representation

a flutter socket client sdk for ezyfox-server

Awesome Lists containing this project

README

          

# ezyfox-server-flutter-client

flutter client for [ezyfox server](https://github.com/youngmonkeys/ezyfox-server)

# Architecture

# Official documentation

[https://youngmonkeys.org/ezyfox-flutter-client-sdk/](https://youngmonkeys.org/ezyfox-flutter-client-sdk/)

# Prepare

1. Download and install [JDK 8](https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html)
2. Download and install [Android Studio](https://developer.android.com/studio)
3. Download and install [Xcode](https://developer.apple.com/xcode)
4. Download and install [Intellij and Flutter plugin](https://www.jetbrains.com/idea/download)
5. Download and install [Flutter SDK](https://flutter.dev/docs/get-started/install)

# How to test?

### 1. Clone source code

```
git clone --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](https://github.com/youngmonkeys/ezyfox-server-flutter-client/blob/master/example/lib/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

# Contact us

- Touch us on [Facebook](https://www.facebook.com/youngmonkeys.org)
- Ask us on [stackask.com](https://stackask.com)
- Email to me [Dzung](mailto:itprono3@gmail.com)