use_build_context_synchronously
lint.BREAKING CHANGE: The following methods:
openFile
openFiles
getSavePath
can throw ArgumentError
s if called with any XTypeGroup
s that do not contain appropriate filters for the current platform. For example, an XTypeGroup
that only specifies webWildCards
will throw on non-web platforms.
To avoid runtime errors, ensure that all XTypeGroup
s (other than wildcards) set filters that cover every platform your application targets. See the README for details.
platform_plugin_interface
version requirement.Endorse the web implementation.
Migrate to null safety.
RaisedButton
and FlatButton
widgets.