Skip to content

Releases: FrankFlitton/Flutter-for-web-deploy-script

Invoke With Bash

06 Feb 21:58
Compare
Choose a tag to compare

Nothing in the script changed pre se but the Netlify config and documentation has changed to specify to run the script with bash and not sh.

Typically, it doesn't make too much of a difference in a build script. However, as the script has gotten more involved it has out grown what sh can provide and needs bash language features, like initiating an empty array for example.

Browser Cache Busting

27 Dec 00:03
1c5d267
Compare
Choose a tag to compare

This release has a basic cache breaking technique so the web browser always loads the most recent JS files from your new builds. The has is included as a URL parameter targeting the JS/JSON files linked to from index.html.

Currently, Flutter doesn't provide URL caching and the user would have to do a hard reload to empty their cache.

Checking For Updates

12 Dec 07:13
Compare
Choose a tag to compare

This is a small quality of life release that checks the remote git repository for updates and displays an update prompt to the user. You can easily see if more enhancements and fixes are released from looking at your console logs.

Initial Release

12 Dec 05:15
Compare
Choose a tag to compare

Initial release of the Flutter for web production build script includes:

  • Verify Flutter binary downloaded
  • Build the web package on beta channel
  • Asset folders correction
  • Netlify Config Example
  • Demo app