e14f630f91
* break: move shorebird_code_push_io and _web into src/ Users were sometimes importing the _web version thinking it was the "web safe" import, rather than shorebird_code_push.dart and then being surprised when ShorebirdCodePush did nothing. Fixes https://github.com/shorebirdtech/shorebird/issues/1209 * Update formating for Dart 3.1
854 B
854 B
1.2.0
- break:
package:shorebird_code_push/shorebird_code_push_io.dartandpackage:shorebird_code_push/shorebird_code_push_web.darthave moved intosrc/to discourage accidental direct import of these files. Please importpackage:shorebird_code_push/shorebird_code_push.dartinstead.
1.1.0
- feat: introduce
isShorebirdAvailableto determine whether the Shorebird Engine is detected - fix: crashes when running Flutter application on web
- docs: improvements to example app
1.0.0
- Change
downloadUpdatetodownloadUpdateIfAvailable, as the Updater performs this check internally anyway.
0.1.3
- Ignore some lints in generated files to make pub.dev happy
0.1.2
- Improves documentation
- Improves example, adds restart button to readme
0.1.1
- Add readiness warning to README
0.1.0
- Initial release 🎉