ar_flutter_plugin_2
This plugin is a fork of the original AR Flutter Plugin, created because the original plugin had not been updated since 2022.
What this package is like to depend on
Last release 1 years ago
17 Mar 2025
Ships on a steady schedule
a new release about every 3 weeks
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
3 releases · first in 2025
0 releases in the last 12 months
see the full history below
Release timeline
3 releases · Feb 2025 to Mar 2025
2026
Releases
latest 3-
0.0.317 Mar 2025Release notes
Open source →- Solved the issue "Failed to RegisterNatives with FlutterJNI" mentioned here : https://github.com/hlefe/ar_flutter_plugin_2/issues/1#issuecomment-2676352087
-
0.0.222 Feb 2025Release notes
Open source →- Solved the issue "Could not locate SurfaceTextureWrapper.shouldUpdate method" mentioned here : https://github.com/hlefe/ar_flutter_plugin_2/issues/1
-
0.0.108 Feb 2025Release notes
Open source →- First release
- Fork of (Ar_Flutter_Plugin_Flutterflow) but with usage of sceneview_android instead of sceneform
- ⚠️ Migration has been done with the help of Cursor (Ai editor) so maybe some parts are not fully correct (Any contribution is welcome)
- So far, I have managed to implement:
- ✅ Init
- ✅ onPlaneOrPointTap
- ✅ addNodeToPlaneAnchor,
- ✅ customPlaneTexturePath is working correctly
- ✅ Loading an HDREnvironment ensures 3D object textures display properly
- ✅ onNodeTap
- ✅ removeNode
- ✅ showAnimatedGuide
- ✅ showPlanes
- ➡️ Separation of the different method channels
- ✅ showFeaturePoints
- ✅ showWorldOrigin
- ✅ planeDetectionConfig
- ✅ addNode
- ✅ onRotationStart, onRotationChange, onRotationEnd
- ✅ onMoveBegin, onMove, onMoveEnd
- ✅ transformationChanged
- ✅ enableCamera
- ✅ disableCamera
- ➡️ removeAnchor (correction)
- ✅ initGoogleCloudAnchorMode
- ✅ onCloudAnchorUploaded
- ✅ onAnchorDownloadSuccess
- ✅ uploadAnchor
- ✅ downloadAnchor
Changelog history of the old plugin (Ar_Flutter_Plugin_Flutterflow)