All Projects → youngmonkeys → ezyfox-server-flutter-client

youngmonkeys / ezyfox-server-flutter-client

Licence: Apache-2.0 license
a flutter socket client sdk for ezyfox-server

Programming Languages

dart
5743 projects
Objective-C++
1391 projects
java
68154 projects - #9 most used programming language
objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language
c
50402 projects - #5 most used programming language
swift
15916 projects

Projects that are alternatives of or similar to ezyfox-server-flutter-client

micrOS
micrOS - mini automation OS for DIY projects requires reliable direct communication
Stars: ✭ 55 (+25%)
Mutual labels:  socket, socket-client
AsyncSocket
Asynchronous socket (client+server) continues communications
Stars: ✭ 26 (-40.91%)
Mutual labels:  socket, socket-client
Chattt
❯❯❯ Chat without leaving your terminal
Stars: ✭ 239 (+443.18%)
Mutual labels:  socket
http client
A http client written in C and pure socket, for understanding HTTP protocol. 用于理解 http 协议的 http 客户端
Stars: ✭ 27 (-38.64%)
Mutual labels:  socket
CentrifugoBundle
📦 Provides communication with web-socket server Centrifugo in Symfony applications.
Stars: ✭ 65 (+47.73%)
Mutual labels:  socket
Unitysocketprotobuf3demo
主要实现了用Unity对接了Leaf服务器。其次带了些小工具。
Stars: ✭ 244 (+454.55%)
Mutual labels:  socket
BruteSniffing Fisher
hacking tool
Stars: ✭ 24 (-45.45%)
Mutual labels:  socket
Node Decorators
node-decorators
Stars: ✭ 230 (+422.73%)
Mutual labels:  socket
easy-shell
A pure Python script to easily get a reverse shell
Stars: ✭ 48 (+9.09%)
Mutual labels:  socket
MelonJS-Node-Socket.IO-Boilerplate-Example
A multiplayer melonJS + node.js + socket.io game
Stars: ✭ 28 (-36.36%)
Mutual labels:  socket
cpp20-internet-client
An HTTP(S) client library for C++20.
Stars: ✭ 34 (-22.73%)
Mutual labels:  socket
Sockpp
Modern C++ socket library.
Stars: ✭ 246 (+459.09%)
Mutual labels:  socket
procbridge
A super-lightweight IPC (Inter-Process Communication) protocol over TCP socket.
Stars: ✭ 118 (+168.18%)
Mutual labels:  socket
Baselibrary
🔥Android开发 常用基础公共库(mvp/mvvm/retrofit/rxjava/socket/ble/多语言) 直接下载或依赖即可使用
Stars: ✭ 243 (+452.27%)
Mutual labels:  socket
com2us cppNetStudy work
컴투스 C++ 네트워크 스터디 개인 작업 저장소
Stars: ✭ 32 (-27.27%)
Mutual labels:  socket
Ssokit Qmake
A Simple & Strong Tool for TCP&UDP Debug
Stars: ✭ 231 (+425%)
Mutual labels:  socket
Bus
Bus 是一个基础框架、服务套件,它基于Java8编写,参考、借鉴了大量已有框架、组件的设计,可以作为后端服务的开发基础中间件。代码简洁,架构清晰,非常适合学习使用。
Stars: ✭ 253 (+475%)
Mutual labels:  socket
SilentServer
Silent is very lightweight, high quality - low latency voice chat for gaming. The server runs on Windows and Linux.
Stars: ✭ 52 (+18.18%)
Mutual labels:  socket
elixir ranch
A guide on how to use Ranch with Elixir
Stars: ✭ 37 (-15.91%)
Mutual labels:  socket
Socket-Programming-With-C
✉️ Learn Network Protocol and Network Programming
Stars: ✭ 147 (+234.09%)
Mutual labels:  socket-client

ezyfox-server-flutter-client

flutter client for ezyfox server

Architecture

Offical documentation

https://youngmonkeys.org/ezyfox-flutter-client-sdk/

Prepare

  1. Download and install JDK 8
  2. Download and install Android Studio
  3. Download and install Xcode
  4. Download and install Intellij and Flutter plugin
  5. Download and instal Flutter SDK

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 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].