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. This fork was created because the original plugin had not been updated since 2022. Changes include an update to the AR Core endpoint, a gradle upgrade, and compatibility with FlutterFlow.
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.
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.
Add the Flutter package to your project by running:
flutter pub add ar_flutter_plugin_flutterflowOr manually add this to your pubspec.yaml file (and run flutter pub get):
dependencies:
ar_flutter_plugin_flutterflow: ^0.7.46Add this to your code:
import 'package:ar_flutter_plugin_flutterflow/ar_flutter_plugin.dart';