flutter_terms_viewer 1.0.2 copy "flutter_terms_viewer: ^1.0.2" to clipboard
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';
1
likes
140
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

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 interface to view lengthy documents, making it easy to incorporate important legal information into your app's UI.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on flutter_terms_viewer