ar_flutter_plugin_flutterflow 0.7.35 ar_flutter_plugin_flutterflow: ^0.7.35 copied to clipboard
This plugin is a fork of the original AR Flutter Plugin, updated solely to modify the gradle parameters for compatibility with FlutterFlow.
ar_flutter_plugin_flutterflow #
This version is a direct adaptation of the original ar_flutter_plugin (https://pub.dev/packages/ar_flutter_plugin), maintaining all its powerful features and capabilities, with the added benefit of being tailored for use within the FlutterFlow environment.
Key Features:
FlutterFlow Compatibility: This version has been specifically adjusted to ensure seamless integration with FlutterFlow, enabling developers to incorporate augmented reality features into their FlutterFlow projects without any compatibility issues. Original Functionality Retained: All the original capabilities of the AR Flutter Plugin are preserved, offering the same robust AR experience.
Original package #
For details on how to use the plugin and its functionalities, please refer to the original documentation at https://pub.dev/packages/ar_flutter_plugin.
Installing #
Add the Flutter package to your project by running:
flutter pub add ar_flutter_plugin_flutterflow
Or manually add this to your pubspec.yaml
file (and run flutter pub get
):
ar_flutter_plugin_flutterflow package extension #
dependencies:
ar_flutter_plugin_flutterflow: ^0.7.3
Importing #
Add this to your code:
import 'package:ar_flutter_plugin_flutterflow/ar_flutter_plugin.dart';