flutter_web_preloader icon indicating copy to clipboard operation
flutter_web_preloader copied to clipboard

A brick that creates a smart web entrypoint for Flutter and preloads any type of asset before starting an app.

Results 6 flutter_web_preloader issues
Sort by recently updated
recently updated
newest added

**Description** If you fail to or incorrectly provide assets configuration in `pubspec.yaml` file the app never finishes launching. **Steps To Reproduce** Just like with #11 1. Create a flutter app...

bug
p3

**Description** With the release of Flutter 3.24.0 and Dart 3.5 some things are breaking. Need to review the package and make any necessary fixes. **Requirements** - [ ] Package works...

chore
p1

## Status **READY** ## Description Rewrote it all! :) In more seriousness: 1) Uses the fetch API uniformly. 2) Adds a new use of await and removes a usage of...

### Description This template uses both the `fetch` API and `XMLHTTPRequest`. I _believe_ `fetch` is faster and it's certainly less verbose (which is faster to load, at least). I think...

refactor

**Description** We should stop using AssetManifest.json (deprecated) to find assets and instead rely on AssetManifest.bin. From the [Flutter documentation](https://docs.flutter.dev/release/breaking-changes/asset-manifest-dot-json#reading-asset-manifest-information-from-dart-code-outside-of-a-flutter-app): > The flutter CLI tool generates a new file, AssetManifest.bin. This...

bug
p1

### Description Right now we don't have a fully executing end to end test to confirm that the pre-loader is working as expected. Right now this is just a manual...

test
p3