cwflutter 1.0.7 copy "cwflutter: ^1.0.7" to clipboard
cwflutter: ^1.0.7 copied to clipboard

outdated

A plugin that implements the ConfigWise SDK to have AR capability with a flutter app.

1.0.0 #

  • Initial release of ConfigWise SDK Flutter plugin.

1.0.1 #

  • Loading of 3D models is implemented. We automatically put loaded models to AR scene.
  • Ability to rotate, move, scale shown 3D models (using gestures).

1.0.4 #

  • ConfigWise Android SDK is integrated to ConfigWise SDK Flutter plugin. So, both mobile platforms (iOS and Android) are supported by our plugin at this moment.

1.0.5 #

  • Updated iOS bridge to use latest ConfigWiseSDK v1.3.1. Xcode 12 / Swift 5.3 compatibility.
  • Implemented functionality to retrieve AppContent data from ConfigWise backend.

1.0.6 #

  • Gradle (in Android part) has been updated up to latest versions.

  • iOS and Android bridges extended to support 'remove model from AR scene' feature and to support 'reset selected model in AR scene'. Flutter example app (AR sceen is extended to show 'add', 'confirm' and 'delete' buttons which required to manage multiple products in the AR scene).

  • Couple of defects in Android bridge have been fixed (defects about AR native code invocation of Android SDK). Few defects are fixed in deserializers (Vector3Converter, Vector4Converter). Flutter example app (AR sceen is extended to provide 'add new product' in to AR scene).

  • 'Show Measurement' feature is implemented in iOS bridge and in the Flutter example app. NOTICE: This feature doesn't work on Android devices, because Android ConfigWiseSDK doesn't support it yet (this feature is available in iOS SDK only).

1.0.7 #

  • Flutter plugin updated to use latest versions of ConfigWise SDKs (Android SDK v1.2.10, iOS SDK v1.3.3). iOS example migrated to Xcode 12. Flutter AppListItemEntity and ComponentEntity have been fixed to support new 'Secured Downloading' mechanism.

  • Optional pagination parameters (offset, max) have been added in the obtainAllComponents() and in the obtainAllAppListItems() functions. NOTICE: Use null values in these params to obtain all entities in the transaction (without pagination).

  • 'Secured Downloading' and 'Usage of downloading cache' (to increase loading performance) features have been implemented in the ConfigWise Flutter plugin.

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A plugin that implements the ConfigWise SDK to have AR capability with a flutter app.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, json_annotation, vector_math

More

Packages that depend on cwflutter