ruut_flutter 0.0.2+patch ruut_flutter: ^0.0.2+patch copied to clipboard
The official Flutter SDK for Ruut Chat,this SDK provides developers with a seamless way to integrate the Ruut chat widget into their Flutter applications.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ruut_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
ruut_flutter: ^0.0.2+patch
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:ruut_flutter/ruut_flutter.dart';