Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 591 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 591 Bytes

Rocket.Chat.Dart.SDK

Similar to Rocket.Chat.Go.SDK and implement APIs according to the Rocket Chat document. This SDK could be use in both in server side and in flutter. Not sure that this works or not in the browser.

Pub Site

https://pub.dartlang.org/packages/rocket_chat_dart

Usage

  • Add rocket_chat_dart to your pubspec.yaml file's dependency.
  • run pub get or flutter packages get

To regenerate code run flutter packages pub run build_runner build