- Updated dependencies
- Added fix for call time for http package (by itsara-odds https://github.com/itsara-odds)
- Removed video player.
- Link to the video will be displayed instead of video player.
- Fixed flutter version upper bound
- Added logger feature (by Bartosz Gasztych https://github.com/bgasztych)
- Updated Android configuration (by Bartosz Gasztych https://github.com/bgasztych)
- Updated Flutter configuration (by Bartosz Gasztych https://github.com/bgasztych)
- Updated dependencies (by Bartosz Gasztych https://github.com/bgasztych)
- Updated chopper extension
- Changed open_file to open_filex
- General refactor
- Added showShareButton in Alice constructor.
- Added support for Android 12 (by Igor Kurek https://github.com/ikurek )
- Updated dependencies.
- Updated color scheme of Alice widgets.
- Fixed issue with saving logs to file on Android.
- Fixed lint
- Updated dependencies
- Updated dependencies
- Updated dependencies
- Changed default sort filter of create time from ascending to descending. This will show latest HTTP calls on top of the list.
- Added directionality support (by Abdol Hussain Mozaffari https://github.com/mozaffari)
- Updated dependencies (by https://github.com/Nyan274)
- Migrate to null safety (by https://github.com/ARIFCSE10)
- Updated Dio interceptor
- Updated dependencies
- Fixed query parameter issue not handled properly (by https://github.com/shreyas18jan).
- Removed shake dependency and added sensors dependency. Shake will be detected with sensors.
- Updated other dependencies.
- Added maxCallsCount which handles max number of calls stored in memory.
- Refactored notification text.
- Added sorting in inspector UI.
- Added additional chopper request error handling.
- Updated dependencies
- Lint fixes
- Lint update
- General refactor
- Dart format
- Lint update
- Lint update
- Updated dependencies
- Updated dependencies
- Removed unused android/ios native code
- Migrated example to v2 android
- Changed video_player and Chewie to Better Player. Better Player will be used to display videos.
- Updated texts in call details to be selectable
- Fixed general bugs
- Fixed video not disposed properly
- Updated documentation
- Updated dependencies
- Added documentation
- General refactor
- Removed sound in ios notification
- Upgraded local notification library
- Promoted to 0.1.0
- Added Android/iOS dummy classes for pubdev score fix
- Fixed share issue
- Code style refactor
- Fixed file save path of iOS
- Fixed Stream request body
- Added better duration and bytes formatting
- Added possibility to add generic http call
- Refactored rendering of invalid body in application/json response
- Fixed rendering body responses of unknown content-type
- UI polishing
- File & email content polishing
- Added search support in calls screen
- Disabled notifications sound (by https://github.com/itsJoKr Josip Krnjic)
- Added notificationIcon parameter
- Added better notification handling
- Refactored codebase
- Added setNavigatorKey method
- Added FormData support for Dio requests
- Updated dependencies
- Prepare for 1.0.0 version of sensors and package_info. (dart_lsc)
- Updated to dart 2.6.0
- Added AliceHttpExtensions, AliceHttpClientExtensions
- Updated dependencies
- Refactored response page. If response is image or video, Alice will show it in response page. Large body outputs will be not shown by default. There is a "Show body" button to show large output.
- Added Chopper support
- Added AndroidX support
- Updated dependencies
- Updated dependencies
- Added share option in call details. Share allows user to share curl of the request. (by: Praveenkumar Ramasamy https://github.com/pravinarr)
- Added shake option to open inspector from everywhere (by https://github.com/MattisBrizard MattisBrizard)
- Fixed double-encoding of request body if request body is a minified json (by https://github.com/knaeckeKami knaeckeKami)
- Added dark theme (idea by: https://github.com/Agondev Agondev)
- Fixed server text overflow
- Updated dependencies
- Fixed Dio API breaking change
- Updated dependencies
- Notification won't init when showNotification is off
- Updated flutter local notification dependency version
- Refactor
- Fixed iOS version issues (fixed by https://github.com/britannio Britannio Jarrett)
- Added stats feature
- Added save feature
- Added secured/not secured connection indicator in call list item
- Query parameters feature (Dio only)
- Fix for Uint8List SDK breaking change
- Updated dependencies
- Refactored code
- Fixed http/http package requests
- Updated dependencies
- Navigator key can be provided now from application (instead of using Alice's navigator key)
- Updated Kotlin version
- Removed gif from package
- Bug fixes
- Initial release