codifyiq_terms_and_conditions 1.0.0 copy "codifyiq_terms_and_conditions: ^1.0.0" to clipboard
codifyiq_terms_and_conditions: ^1.0.0 copied to clipboard

A scrollable terms-and-conditions widget with Markdown rendering and a scroll-gated acceptance checkbox.

codifyiq_terms_and_conditions #

pub package

A standardized way to display terms and conditions and require acceptance before proceeding.

Features #

  • Scrollable Markdown view for the terms (rendered with gpt_markdown).
  • An acceptance checkbox, enabled only once the content is non-scrollable or the user has scrolled to the very end.
  • Customizable terms content and an onAccepted callback.
  • Defaults to placeholder text while your legal team finalizes the language.

Installation #

dependencies:
  codifyiq_terms_and_conditions: ^1.0.0

Usage #

import 'package:codifyiq_terms_and_conditions/codifyiq_terms_and_conditions.dart';

TermsAndConditionsWidget(
  onAccepted: () => Navigator.of(context).pop(true),
);

Part of the CodifyIQ component family · pub.dev/publishers/codifyiq.com

0
likes
160
points
33
downloads

Documentation

API reference

Publisher

verified publishercodifyiq.com

Weekly Downloads

A scrollable terms-and-conditions widget with Markdown rendering and a scroll-gated acceptance checkbox.

Repository (GitHub)
View/report issues

Topics

#codifyiq #ui #widget #markdown

License

MIT (license)

Dependencies

flutter, gpt_markdown

More

Packages that depend on codifyiq_terms_and_conditions