Rexios
Rexios
### Is there an existing issue for this? - [X] I have searched the existing issues. ### Which plugins are affected? Auth ### Which platforms are affected? Web ### Description...
Migrates Hive v2 to support Flutter web WASM since v3 and v4 are major changes (and not stable) This _should not_ be merged into the main branch, but there isn't...
The last release was over a year ago now. What is going on? There are several blocking issues that have yet to be resolved and are necessary for other projects....
Fixes https://github.com/flutter/flutter/issues/139748 Notes: - Some fields are no longer nullable in `package:web`. We need to decide if we want to make them nullable again. ## Pre-launch Checklist - [x] I...
I've been unofficially maintaining this plugin for myself and partners for the past 2 years. Since no one is responding to issues in this repository, I have released [wear_plus](https://pub.dev/packages/wear_plus) with...
I tried to migrate this package to `package:web` but I ran into the following issue: ``` IsarError: DbError (10): disk I/O error main.dart.mjs:56 at Error._throwWithCurrentStackTrace (http://localhost:59602/main.dart.wasm:wasm-function[915]:0xe32a7) main.dart.mjs:56 at _extension#14|throwError (http://localhost:59602/main.dart.wasm:wasm-function[11616]:0x1b89b0)...
**Is your feature request related to a problem? Please describe.** WASM is far superior to any of the other rendering options on Flutter web, but packages must support it **Describe...
### Steps to reproduce Run web integration tests with `flutter drive --wasm` on flutter master channel ### Expected results Results are reported ### Actual results - Results are not reported...
### Use case This command pretends to work, but the launched web build is broken: `flutter drive --web-renderer skwasm` The proper command is as follows: `flutter drive --wasm` This has...
Refactors the `SearchAnchor` suggestions builder to not take up the whole screen https://github.com/flutter/flutter/issues/148852 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for...