Skip to content

Latest commit

 

History

History
281 lines (150 loc) · 4.69 KB

CHANGELOG.md

File metadata and controls

281 lines (150 loc) · 4.69 KB

[0.7.8+3]

  • Minor bugs fixed

[0.7.8+2]

  • Minor bugs fixed

[0.7.8+1]

  • Minor bugs fixed

[0.7.8]

  • Upgrade to flutter stable version 1.17
  • `Navigator(context).pop()' function issues fixed
  • Minor bug fixed at Single/Multi selection dialog

[0.7.7+1]

  • Minor bug fixed at SharedPreferences remove function

[0.7.7]

  • highlightTitle and SubTitle function updated (title style, subtitle style)

[0.7.6]

  • parameter confirmationText added to dialog for custom checkbox text
  • minor bug fixes

[0.7.5]

  • Prepare for 1.0.0 version of sensors and package_info. (dart_lsc)

[0.7.4] - SingleInput Dialog Breaking Changes

  • Breaking changes to single input dialog
  • remove errorText parameter
  • parameter validator function return string error message instead of bool
  • see example/lib/main.dart for details

[0.7.3] - Navigator Extension Functions (Bug Fixes)

  • Navigator extension functions added for push, pop, replace, mustPop
  • Bug fixes

[0.7.2] - Navigator Extension Functions

  • Navigator extension functions added for push, pop, replace

[0.7.1] - Theme support

  • Add theme support to highlightTitleText, highlightSubTitleText functions

[0.7.0] - Alert dialog button color

  • Alert dialog button color changed to accent color

[0.6.9] - Theme Support Available

  • Theme support added

[0.6.8] - Bug fixed

  • Bugs fixes (Single input dialog)

[0.6.7] - Bug fixed

  • Bugs fixes (Single input dialog)

[0.6.6] - Bug fixed

  • Bugs fixes (Single input dialog)

[0.6.5] - Minor Changes

  • Minor Changes

[0.6.4] - Generic Dialog function

  • Dialog function for custom icon and custom circle color

[0.6.3] - Bug fixed

  • Minor bug fixes

[0.6.2] - Data Class

  • Data class is no more abstract

[0.6.1] - String Extensions Function

  • Add string extension functions toInt, toDouble

[0.6.0] - TextEditingController Extensions Function

  • Add extension functions getText, getInt, getDouble with default value return if error

[0.5.9] - Changes

  • Minor Changes

[0.5.8] - WIFI Icon

  • Added wifi off icon on error dialog icons for no internet connectivity

[0.5.7] - Minor Changes

  • Minor Changes

[0.5.6] - Bugs Fixes

  • Minor bugs fixes

[0.5.5] - Bugs Fixes

  • Minor bugs fixes

[0.5.4] - Minor changes

  • Minor changes (Radio list dialog)

[0.5.3] - Radio list Dialog

  • Added: Radio list dialog

[0.5.2] - Selection Dialogs

  • Added: Single select dialog
  • Added: Multi select dialog

[0.5.1] - List View Screen

  • Added: List view screen with search field

[0.5.0] - Options Dialog

  • Options dialog added

[0.4.9] - Readme.md file update

  • Readme.md file update

[0.4.8] - Readme.md file update

  • Readme.md file update

[0.4.7] - Minor changes

  • Minor changes

[0.4.6] - Bugs Fixes

  • Bugs fixes

[0.4.5] - Bugs Fixes

  • Bugs fixes

[0.4.4] - Bugs Fixes

  • Bugs fixes

[0.4.3] - Bugs Fixes

  • Bugs fixes

[0.4.2] - Single input dialog

  • Single input dialog added

[0.4.1] - OS Version

  • Get OS Version

[0.4.0] - Http Functions (Updated)

  • minor changes

[0.3.9] - Http Functions

  • http rest client api function added

[0.3.8] - Connection Functions

  • Internet connection listener
  • Connection checker

[0.3.7] - .md file updated

  • .md file changed

[0.3.6] - .md file updated

  • .md file changed

[0.3.5] - Example Added

  • Complete example added

[0.3.4] - Bug Fixed

  • Minor bug fixed

[0.3.3] - Extension Functions

  • Added
  • DateTime
  • integer
  • double
  • formats
  • DateTimeAPI

[0.3.2] - Functions

  • Functions added
  • getPackageInfo()
  • getDeviceInfo()

[0.3.1] - Widget Screen

  • Widget Screen added

[0.3.0] - Ok Toast functions

[0.2.9] - Minor Changes

  • Minor changes

[0.2.8] - Shared Preferences added

  • Shared preferences added with Prefs class

[0.2.7] - Minor changes

  • Minor changes

[0.2.6] - Add to git

  • nothing special

[0.2.5] - Added string extension functions

  • String extensions function added (capitalize, titleCase)
  • Navigation functions added (push, pop, replaceWith)

[0.2.4] - Added Stack Trace Dialog

  • Stack trace dialogs is now part of commons library

[0.2.3] - Dialog bugs fixes

  • Dialog bugs fixes

[0.2.2] - Example project added

  • Adding example project

[0.2.1] - Formatting dialogs

  • Formatting dialogs.

[0.2.0] - Adding dialogs

  • Adding dialogs.

[0.1.1] - Minor changes

  • minor changes.

[0.1.0] - Getting overall score

  • Getting overall score.

[0.0.1] - Initial release

  • Initial release.