- Fix latest SDK compatibility
- Add HttpFile to EasyHttp
- Add multipart form request to EasyHttp
- Upgrade dependencies
- Add popAndPush and popAndPushNamed methods to EasyNav
- Add new String extensions to TextUtils
- BREAKING CHANGE: Remove 'appKey' from EasyNav
- Add 'appTitle' and 'appState' to EasyNav
- Add 'getCurrentRouteSettings', 'getCurrentRouteName', 'getCurrentRouteArguments' and 'focusContext' functions to EasyNav
- Add 'createFromFocusContext' function to EasyDisplay
- Add 'invisibleName' option for named routes (useful for Flutter Web)
- Add JSON response extension for http.Response
- Fix typo
- Make method parameter is required for sendCUSTOM/sendCUSTOMStreamed
- Try to fix Navigator errors
- BREAKING CHANGE: EasyNav.materialAppKey and EasyNav.cupertinoAppKey replaced with EasyNav.appKey
- Fix minor license issue
- Fix minor documentation issue
- Add display related functions
- Add more documentation
- Fix license header
- Fix README.md
- Fix documentation issues
- Rename compat to platform and add new options
- Fix the web support and the description
- Navigator API changes and much of fixes
- Initial release