voyage 0.0.3-canary.9
voyage: ^0.0.3-canary.9 copied to clipboard
Plugin to test the working of plugin already developed.
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.