Offer Terms and Privacy Policy Widget for Flutter

This Flutter package provides a customizable widget that displays offer terms and privacy policy information to the user. It is designed to be easy to integrate and use within any Flutter application, ensuring that you stay compliant with legal requirements while maintaining a seamless user experience.

Features

  • Customizable Text: Easily modify the text to display your specific terms and privacy policy.
  • Scrollable Interface: Users can scroll through the entire document within the widget.
  • Hyperlink Support: Include links to external websites for detailed information.
  • Easy Integration: Add the widget to your app with just a few lines of code.

Getting started

To use this package, add custom_oferta as a dependency in your pubspec.yaml file.

Usage

Here is a simple example of how to implement the widget in your app:

import 'package:custom_oferta/custom_oferta.dart';

OfertaWidget(
  text: 'Your offer terms here.',
  pattern: {
    "offer": OfertaEntry(name: "Oferta page", text: "..."),
  },
);

For more examples, please refer to the /example folder.

Additional information

For more information on how to use this package, or if you want to contribute to the development and suggest improvements, please visit the GitHub repository.

To report issues or get support from the package authors, please open an issue on the GitHub repository. We aim to provide timely and helpful responses to all inquiries

Libraries

custom_oferta