url_flow_sdk_poc 1.2.0
url_flow_sdk_poc: ^1.2.0 copied to clipboard
A reusable Flutter SDK for timed URL redirects with auto-close functionality. Features include jailbreak/root detection, URL domain validation, custom theming, and lifecycle callbacks. Perfect for pa [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add url_flow_sdk_pocThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
url_flow_sdk_poc: ^1.2.0Alternatively, 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:url_flow_sdk_poc/url_flow_sdk_poc.dart';