smart_dialogs 2.1.0 smart_dialogs: ^2.1.0 copied to clipboard
This package provides easy-to-use dialogs of various types and some other GUI elements (popups, tables, icon panels) for use in Web applications, based on 'dart:html'.
Smart Dialogs for Web Apps #
Version history #
2.1.0 - 2019-10-05 Now sdk 2.5.0 in pubspec
2.0.0 - 2019-03-04 First version available on pub site
2.0.1 - 2019-03-05 Fixed some code health issues
2.0.2 - 2019-03-05 Fixed link to executable example
2.0.3 - 2019-03-06 Fixed bug when clicking into opened combo box
2.0.4 - 2019-03-07 Now uses the analysis_options.yaml file of the pedantic Dart package for code checking
2.0.5 - 2019-03-10 Simplified example
2.0.6 - 2019-03-24 Updated docs
2.0.7 - 2019-04-04 Updated docs
2.0.8 - 2019-04-09 Fixed issue with dialogs containing combo box
2.0.9 - 2019-04-23 [TableAttr.attr] is now initialized with defaults, no longer null initially.
2.0.10 - 2019-04-27 Improved documentation
2.0.11 - 2019-05-06 Updated docs
2.0.12 - 2019-07-11 Updated docs
2.0.13 - 2019-08-01 Fixed health suggestions of pub.dev
2.0.14 - 2019-08-01 More fixes according to health suggestions of pub.dev
2.0.15 - 2019-08-04 Using package:pedantic/analysis_options.yaml from now on