- Breaking Change: bump minimum SDK constraints to
sdk: >=3.10.0 <4.0.0andflutter: >=3.38.0. - Switched lint setup to
flutter_lintsand simplified analyzer configuration. - Updated example web bootstrap to latest Flutter template (
$FLUTTER_BASE_HREFandflutter_bootstrap.js). - Updated example dependencies
- Changed enum declaration to allow compilation on Non web platforms, when the
BrowserAgentenum types are being used. - Codebase refactor
-
Replaced universal_io with web package
-
Added support for wasm
-
Added linting
-
Added support for opera and brave
-
Breaking Change: bump minimum flutter version is now 3.0.0
- Update to latest dependencies
- Works with Flutter 3
- Remove appVersion warning
- Fix forgotten refactor & workaround for mobile bug in dependency
- Update main dependency
- Sound null-safety
- Detect from provided userAgent & vendor
- Updated readme
- Alternative method which returns null on non-web platforms
- Reorganize code into private/public
- As requested return back to universal_html from dart:html
- Add the example the correct way
- Add an example
- Remove unnecessary package
- Detect Chromium based Edge
- Initial release