Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.4 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.4 KB

Language: English | 中文

Flutter widget library for ZyCloud service. This library contains a dynamic Flutter widget module based on the shelf_easy virtual machine, and some third-party library bridge generation modules.

The basic functions of ZyCloud service are free forever. The purpose of the service is to provide support for Dart code updates in the AOT environment, so that you can focus on client-side development without writing server-side code when developing APP.

1. Quick Access

Related documents are being improved...

2. Precautions

The built-in bridging library is limited by the version of the third-party library. If an error is reported during compilation, the following version constraints can be added:

dependencies:
  app_links: 3.5.1
  audioplayers: 5.2.1
  audioplayers_platform_interface: 6.1.0
  bson: 5.0.4
  flutter_linkify: 6.0.0
  flutter_slidable: 3.1.0
  flutter_vector_icons: 2.0.0
  flutter_webrtc: 0.9.48+hotfix.1
  http: 1.2.0
  http_parser: 4.0.2
  linkify: 5.0.0
  loading_indicator: 3.1.1
  permission_handler: 11.3.0
  permission_handler_platform_interface: 4.2.0
  plugin_platform_interface: 2.1.8
  scrollable_positioned_list: 0.3.8
  shelf_easy: 3.5.1
  url_launcher: 6.2.5
  webrtc_interface: 1.1.2
  webview_flutter: 4.7.0
  webview_flutter_platform_interface: 2.10.0
  zycloud_client: 1.2.0