voyage 0.0.4-canary.4
voyage: ^0.0.4-canary.4 copied to clipboard
A Flutter Plugin developed to test Kruzr Zen application.
0.0.4-canary.4 #
- Ios sdk changes
0.0.4-canary.2 #
- Added MyAchievements
- Added triproute
- Added filesync
- Added Stop Scanning
0.0.3-canary.26 #
- Upgraded Bluetooth scanning functionality to improve device discovery and connection stability.
- Enhanced error handling in Bluetooth operations to provide better feedback during connection issues.
0.0.3-canary.25 #
- Added setTripAutoStartEnabled
- Added getTripAutoStartEnabled
- Added getTripAutoStopEnabled
- Added setTripAutoStopEnabled
- Added shouldEventSyncRealTime
- Added isEventSyncRealTimeEnabled
0.0.3-canary.24 #
- Added wasCarNearbyDuringTrip field to TripExtraKeys model in SingleTripResponse to indicate if a car was detected nearby during the trip.
0.0.3-canary.23 #
- Upgraded kruzr android sdk to 3.10.8
0.0.3-canary.22 #
- Upgraded kruzr android sdk to 3.10.7
0.0.3-canary.21 #
- Added extraTripScores field to SingleTripResponse model to capture additional trip scoring metrics.
0.0.3-canary.20 #
- Fixed bug with bluetooth flow.
0.0.3-canary.19 #
- Fixed bug with android list and mutable list.
0.0.3-canary.18 #
- Added NearbyDevice model to represent nearby Bluetooth devices.
- Enhanced Kruzr360Communicator with methods:
- scanForNearbyDevices
- getAllPairedDevices
- getConnectedDevices
- saveVehicle
- getSavedVehicle
- deleteVehicle
0.0.3-canary.17 #
- Bug fix
0.0.3-canary.16 #
- Bug fix
0.0.3-canary.15 #
- Bug fix
0.0.3-canary.14 #
- Bug fix in how fetchRoute method was implemented.
0.0.3-canary.13 #
- Bug fix in how GeoJSON data is handled in the fetchRoute method to ensure proper parsing and functionality.
0.0.3-canary.12 #
- Switched to using the geojson_vi package for handling GeoJSON data in the fetchRoute method.
0.0.3-canary.11 #
- Added
appNameandnotificationChannelIdfields to theKruzr360InitConfigmodel to support custom app names and notification channel IDs. - Updated the
initializeSDKmethod to use the newKruzr360InitConfigmodel, enhancing the initialization process with additional configuration options.
0.0.3-canary.10 #
- Added getPossibleInterventionsForAppTripId method to Kruzr360Communicator to fetch possible intervention events for a specific trip.
0.0.3-canary.9 #
- Added fetchRoute method to Kruzr360Communicator to retrieve trip route as GeoJSON.
0.0.3-canary.8 #
- Downgraded Permission Handler to 12.0.0.
0.0.3-canary.7 #
- Added tripDuration field to SingleTripResponse model to capture the duration of a trip.
0.0.3-canary.5 #
- Native methods Cleanup: Removed unnecessary log statements from VoyagePlugin.kt to enhance performance and reduce clutter in log outputs.
0.0.3-canary.4 #
- Updated totalDistanceTravelled's data type in LeaderBoardDriver model from int to double.
0.0.3-canary.3 #
- Updated rank's data type in UserRank model from String to int.
0.0.3-canary.2 #
- Updated RegisterUserRequestModel usage in native android method.
0.0.3-canary.1 #
- Updated RegisterUserRequestModel to make several fields optional.
- Updated verifyOtp methods request and response models
- Deprecated OTP related methods in Kruzr360Communicator
- Added phoneNumber and dateOfBirth fields to RegisterUserRequestModel
- Bumped up kruzr android sdk to 3.10.4
- Added duration to SingleTripResponse
- Added fetchMyAchievements method to Kruzr360Communicator
0.0.2 #
- Updated SDK constraints to support Dart 3.10 beta.