grypp_sdk_flutter 0.0.1
grypp_sdk_flutter: ^0.0.1 copied to clipboard
A custom React Native library that enables seamless screen sharing from mobile (iOS or Android) to a web-based PlayConsole. It features secure session management, real-time screen sharing streaming, a [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add grypp_sdk_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
grypp_sdk_flutter: ^0.0.1Alternatively, 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:grypp_sdk_flutter/GryppSdkFlutter.dart';
import 'package:grypp_sdk_flutter/GryppTokManager.dart';