Abel Putnoki
Abel Putnoki
### Checklist - [X] I read the [troubleshooting guide](https://github.com/bluefireteam/audioplayers/blob/main/troubleshooting.md) before raising this issue - [X] I made sure that the issue I am raising doesn't already exist ### Current bug...
### What happened? We're working on a production Flutter app (on iOS) that's currently using `RealmSwift`, and we'd would like to migrate to using [`realm`](https://pub.dev/packages/realm) instead for the main app....
**Is your feature request related to a problem? Please describe.** I want to format a number with an ordinal suffix (e.g. "1st", "2nd", "3rd", "205th") in a localized way, as...
### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues) ### Flutter Quill version 9.3.21 ### Steps to reproduce 1. Create a new app...
**Is your feature request related to a problem? Please describe.** Projects using `flutter_sound` cannot compile to WASM right now, since `flutter_sound_web` uses the deprecated `package:js` and `dart:html`. **Describe the solution...
**Describe the bug** When using a provider with a record type (e.g. `typedef ExampleRecord = ({String name});`), the provider is not found when compiling to WASM. **To Reproduce** 1. Create...