pikd_flutter_ar 0.8.0-beta.5
pikd_flutter_ar: ^0.8.0-beta.5 copied to clipboard
Flutter bridge for the PIKD native AR SDK, providing ARKit and ARCore sessions, geospatial placement, navigation, interactions, and physics.
0.8.0-beta.5 #
- Align the Flutter bridge release line on
0.8.0-beta.5while continuing to use the verified native PIKDARKit0.8.0-beta.3artifacts.
0.8.0-beta.4 #
- Align the Flutter bridge release line on
0.8.0-beta.4while continuing to use the verified native PIKDARKit0.8.0-beta.3artifacts.
0.8.0-beta.3 #
- Move the native dependencies to
0.8.0-beta.3(app.pikd:pikd-sdkon Maven Central and the GCS-hostedPIKDARKitXCFramework through SwiftPM). - Add Flutter 3.44+ Swift Package Manager support while retaining the CocoaPods fallback for older Flutter projects.
- Support
FlutterFragmentActivityhosts so biometric plugins such aslocal_authcontinue to work alongside PIKD AR. - Remove the obsolete MediaPipe detector dependency and bridge event surface.
- Clear stale toast overlay entries when an AR route is disposed.
0.8.0-beta.2 #
- Moved the native dependencies to
0.8.0-beta.2(app.pikd:pikd-sdkon Maven Central,PIKDARKiton CocoaPods Trunk). That release adds a zero-sizedSurfaceViewinPIKDARSceneViewso Flutter's one-shot composition scan keeps the AR view off the texture-layer path. On beta.1 the camera and assets rendered but every Flutter overlay — collect button, arrows, HUD — was painted underneath the camera surface and invisible on Android.
0.8.0-beta.1 #
- Added the Flutter bridge for PIKDARKit on Android and iOS.
- Added typed method/event-channel APIs and the
PikdArViewplatform view. - Added public Maven Central and CocoaPods native dependencies.
- Added Android TextureView host integration for Flutter UI over SceneView AR.
- Added the Tier-0 AR collect example and package publication metadata.