flutter_terms_viewer 1.0.2 flutter_terms_viewer: ^1.0.2 copied to clipboard
The flutter_terms_viewer package offers a convenient widget for displaying Terms and Conditions, Privacy Policy, and other legal texts within Flutter apps. It provides a scrollable, user-friendly inte [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_terms_viewer
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_terms_viewer: ^1.0.2
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:flutter_terms_viewer/flutter_terms_viewer.dart';