Flutter pluggin
Github repository: https://github.com/Mobile-Telematics/telematicsSDK-demoapp-flutter-
Version 1.0.4 Release date 01.04.2026
Android updates
🛠️ Motion detection algorithms update
⚙️ Implemented continuation of track recording after SDK reboot
🛠️ Added database protection against corruption
🛠️ Enhance SDK Logging
💡 All Bluetooth-related permissions have been removed from the SDK:
• android.permission.BLUETOOTH_CONNECT
• android.permission.BLUETOOTH_SCAN
• android.permission.BLUETOOTH
• android.permission.BLUETOOTH_ADMIN
• android.permission.FOREGROUND_SERVICE_CONNECTED_DEVICE
💡 All health-related permissions have been removed from the SDK:
• android.permission.FOREGROUND_SERVICE_HEALTH
So you don't need to remove anything else from your app-level manifest. And all our Foreground services will run with only one type: location
🔧 Other changes related to improving reliability and stability
Version 1.0.3 Release date 18.02.2026
Documentation
- Fixed README documentation.
Version 1.0.1 Release date 04.02.2026
Documentation
- Fixed README documentation.
Version 1.0.0 Release date 04.02.2026
Added
- Implemented full Tracking API interface for Flutter.
- Added support for native event listeners and streams.
- Added accident detection and speed violation configuration APIs.
- Added iOS- and Android-specific methods with platform validation.
Changed
- Improved platform channel communication between Flutter and native SDKs.
- Standardized method naming and parameter validation.
- Updated public API documentation and DartDoc comments.
- Improved error handling for unsupported platform calls.
Documentation
- Added detailed README integration guide.
- Added usage examples for tracking and listeners.
Version 0.4.1 Release date 30.01.2026
- Added SceneDelegate support for iOS submodule. Guide to migrate Flutter app to support iOS SceneDelegate is here
- Minimum flutter version support for plugin is 3.38.0
Version 0.4.0 Release date 06.01.2026
- Support the latest iOS and Android SDK
