Skip to content

Latest commit

 

History

History
84 lines (46 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

84 lines (46 loc) · 1.33 KB

0.2.4

  • Fix latest SDK compatibility

0.2.3

  • Add HttpFile to EasyHttp
  • Add multipart form request to EasyHttp
  • Upgrade dependencies

0.2.2

  • Add popAndPush and popAndPushNamed methods to EasyNav

0.2.1

  • Add new String extensions to TextUtils

0.2.0

  • BREAKING CHANGE: Remove 'appKey' from EasyNav
  • Add 'appTitle' and 'appState' to EasyNav

0.1.5

  • Add 'getCurrentRouteSettings', 'getCurrentRouteName', 'getCurrentRouteArguments' and 'focusContext' functions to EasyNav
  • Add 'createFromFocusContext' function to EasyDisplay

0.1.4

  • Add 'invisibleName' option for named routes (useful for Flutter Web)

0.1.3

  • Add JSON response extension for http.Response

0.1.2+1

  • Fix typo

0.1.2

  • Make method parameter is required for sendCUSTOM/sendCUSTOMStreamed

0.1.1

  • Try to fix Navigator errors

0.1.0

  • BREAKING CHANGE: EasyNav.materialAppKey and EasyNav.cupertinoAppKey replaced with EasyNav.appKey
  • Fix minor license issue

0.0.7

  • Fix minor documentation issue
  • Add display related functions

0.0.6

  • Add more documentation

0.0.5

  • Fix license header
  • Fix README.md
  • Fix documentation issues

0.0.4

  • Rename compat to platform and add new options

0.0.3

  • Fix the web support and the description

0.0.2

  • Navigator API changes and much of fixes

0.0.1

  • Initial release