channels_flutter 0.1.0
channels_flutter: ^0.1.0 copied to clipboard
Client SDK for embedding a Channels.social community as a native screen — a WebView-backed widget with passthrough auth. Requires a Channels.social account.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add channels_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
channels_flutter: ^0.1.0Alternatively, 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:channels_flutter/channels_flutter.dart';