ar_flutter_plugin_flutterflow
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 2 years ago
no release in 18 months
Release timing varies
gaps range from 8 days to 6 months
Nearly every release is documented
notes for 24 of 25 stable releases
1 version withdrawn
withdrawn after publishing
3 years old
26 releases · first in 2023
0 releases in the last 12 months
see the full history below
Release timeline
26 releases · Dec 2023 to Feb 2025
2024
2025
2026
Releases
latest 26-
0.7.5608 Feb 2025Release notes
Open source →- Package discontinued due to the creation of a new plugin which use scenview_android instead of sceneform for the android part.
- The new plugin is called ar_flutter_plugin_2 and can be found here: https://pub.dev/packages/ar_flutter_plugin_2
-
0.7.5504 Nov 2024Release notes
Open source →- Updated ARCoreNanoPbUpdated to version 1.46.0.2, resolving a conflict with GTMSessionFetcher.
-
0.7.5404 Nov 2024 -
0.7.5303 Nov 2024Release notes
Open source →- ARCore does not support Firebase 11.X and the new version of nanopb (info here: https://github.com/CariusLars/ar_flutter_plugin/issues/232).
- Temporary use of a fork of ARCore (ARCoreNanoPbUpdated 1.46.0.1) that implements this update while waiting for Google to update the official ARCore package.
-
0.7.5228 Oct 2024Release notes
Open source →- Corrected the link to the explanatory diagram of the plugin architecture
-
0.7.5128 Oct 2024 -
0.7.5028 Oct 2024 -
0.7.4927 Oct 2024 -
0.7.4827 Oct 2024Release notes
Open source →- Updated kotlin version from 1.7.10 to 1.9.22
- Used mavenCentral instead of jcenter
- Updated gradle build tools from 4.1.0 to 8.3.0
- Updated compileSdkVersion from 30 to 34
- Added namespace and compileOptions
- Updated Geolocator to version 12
- Added examples from the original plugin that are compatible with this new version of the plugin and flutterflow
- Updated instructions for creating "cloud Anchors" with flutterflow
-
0.7.4726 Apr 2024Release notes
Open source →- Added the ability to hide or show surfaces after initialization using the function: arSessionManager.showPlanes(false/true);
-
0.7.4603 Mar 2024Release notes
Open source →- Add diableCamera and enableCamera to ARSessionManager to allow the user to disable and enable the camera (only for Android).
-
0.7.4502 Mar 2024 withdrawnNothing published for this version
-
0.7.4415 Jan 2024Release notes
Open source →- Add onPlaneDetected to ARSessionManager with the total number of detected flat surfaces as a parameter, thus allowing to track the correct mapping of the space by the user.
-
0.7.4308 Jan 2024 -
0.7.4208 Jan 2024 -
0.7.4105 Jan 2024 -
0.7.4018 Dec 2023 -
0.7.3913 Dec 2023Release notes
Open source →- Updated Error text when cloudAnchorKey.json not added in ios/Runner
- Added the ability to define a custom callback for errors generated by AR Session Manager.
- Usage example :
- this.arSessionManager!.onError = (String error) {
- // Your custom actions here
- print("Error message : $error");
- };
-
0.7.3806 Dec 2023Release notes
Open source →- Updated the iOS ARCore 1.33 cloud anchor endpoint from dearcorecloudanchor.googleapis.com to arcore.googleapis.com.
- This change is in response to the deprecation of the older ARCore Cloud Anchor API cloud endpoint.
- The previous endpoint will no longer be supported after August 31, 2023, necessitating this update to ensure continued functionality and support for cloud anchors in iOS applications.
- https://developers.google.com/ar/develop/cloud-anchors/endpoint-changes?hl=fr
-
0.7.3705 Dec 2023Release notes
Open source →- Resolve package name on android
- Add iOS permissions error issue to description
-
0.7.3605 Dec 2023 -
0.7.3505 Dec 2023 -
0.7.3405 Dec 2023 -
0.7.3305 Dec 2023 -
0.7.3105 Dec 2023Nothing published for this version
-
0.7.305 Dec 2023