flutter_fullview 0.10.1
flutter_fullview: ^0.10.1 copied to clipboard
Effortlessly integrate screen-sharing, real-time assistance, and advanced data redaction for sensitive information, enhancing user support while prioritising security and privacy.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_fullviewWith Flutter:
$ flutter pub add flutter_fullviewThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_fullview: ^0.10.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutter_fullview/flutter_fullview.dart';