ar_flutter_plugin_flutterflow 0.7.40 ar_flutter_plugin_flutterflow: ^0.7.40 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.
⚠️ If you are developing for iOS, it's crucial to follow the procedure outlined for managing permissions, as detailed on the original AR Flutter Plugin page: https://pub.dev/packages/ar_flutter_plugin. Unfortunately, at this stage, it is not possible to carry out this procedure within FlutterFlow. Therefore, it is necessary to download your project and make the modifications manually.
⚠️ If you're utilizing examples from the original plugin that involve the geoflutterfire package, please note that you'll need to use the geoflutterfire2 plugin instead, available at https://pub.dev/packages/geoflutterfire2. Also, remember to replace 'Geoflutterfire()' with 'GeoFlutterFire()' in your code to ensure proper functionality with this updated package.
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';