dji 1.0.0-dev.16 dji: ^1.0.0-dev.16 copied to clipboard
A Flutter plugin for DJI Mobile SDK - easily integrate your Flutter App with the DJI SDK for Drones on iOS and Android.
Changelog #
1.0.0-dev.16 #
- Updated readme with the latest new methods examples.
- droneHomeLocation usage cleanup.
1.0.0-dev.15 #
- Fixed save path bug on Android.
1.0.0-dev.14 #
- Completed support for downloading and deleting media files on Android.
1.0.0-dev.13 #
- Finalized ability to download and delete specific media files (iOS only for now).
- Including saving the downloaded media to the device gallery (this will be changed in the future to be done via the Example Flutter app and not natively).
- Fixed the conversion calculations of the Flight Vector Waypoints to Location Waypoints.
- Updated tests.
- Started adding the matching Android methods (work in progress).
- Enhanced examples.
- Cleanup.
1.0.0-dev.12 #
- Added the ability to download media.
- Currently supported only on iOS, and only downloads the latest media file.
- Work in progress...
1.0.0-dev.11 #
- Upgraded to DJI Mobile SDK IOS 4.16 and DJI Mobile SDK Android 4.16.1.
1.0.0-dev.10 #
- Bug fixes.
1.0.0-dev.9 #
- Updated documentation.
- Changed several static properties to methods in the Dji class.
1.0.0-dev.8 #
- Added Download & Delete media files methods for both iOS and Android.
1.0.0-dev.7 #
- Improved readme in regards to Android configuration.
1.0.0-dev.6 #
- Improved readme.
- Added CodeMagic CI/CD badge.
1.0.0-dev.5 #
- Enhanced iOS setup Readme.
- Fixed a type mismatch bug in the iOS native part.
1.0.0-dev.4 #
- Updated description and corrected messages.dart code formatting.
1.0.0-dev.3 #
- Updated Example Tab in pub.dev.
1.0.0-dev.2 #
- Updated /example README.md
1.0.0-dev.1 #
- Initial in-development release.