footprint_flutter 2.1.0 copy "footprint_flutter: ^2.1.0" to clipboard
footprint_flutter: ^2.1.0 copied to clipboard

A Flutter SDK for integrating the Footprint onboarding flow as a hosted WebView or natively with onboarding components.

Footprint Flutter #

Package oveview #

Flutter is a powerful open-source framework to develop cross-platform applications from a single codebase. The Flutter plugin allows you to integrate Footprint onboarding flow into your Flutter Android/iOS apps. The plugin utilizes a secure in-app browser to run the onboarding flow.

Installation #

From the terminal, run the following command:

flutter pub add footprint_flutter

This will add the footprint_flutter dependency to your project’s pubspec.yaml as follows:

dependencies:
  footprint_flutter: ^2.1.0

Alternatively, you can manually edit the pubspec.yaml file to add the dependency and run flutter pub get from the terminal to install the dependency.

After the installation, you need to link the InAppBrowser dependency. For iOS, make sure to run:

cd ios && pod install && cd ..

To use onboarding components, please install a version >= 2.0.2

Hosted flow #

Hosted flow docs can be found here

Onboarding components #

Onboarding components docs can be found here

1
likes
130
points
322
downloads

Publisher

verified publisheronefootprint.com

Weekly Downloads

A Flutter SDK for integrating the Footprint onboarding flow as a hosted WebView or natively with onboarding components.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_inappwebview, flutter_riverpod, fpjs_pro_plugin, http, mask_text_input_formatter, meta, plugin_platform_interface, riverpod_annotation, uni_links

More

Packages that depend on footprint_flutter