smart_dialogs 2.0.9 smart_dialogs: ^2.0.9 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.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.