brunodmn
brunodmn
I have a structure similar to this: ``` @Collection('baby_foo') class BabyFoo { id: string; name:string; } @Collection('daddy_foo') class DaddyFoo { id: string; name:string; @SubCollection(BabyFoo, 'babby_foo') babby_foo: ISubCollection; } @Collection('grandpa_foo') class...
**Describe the bug** I am trying to show local notifications from workmanager. It works fine when I run on my physical Android device locally, but when I build an appbundle...
- [x] I have read the [README](https://github.com/vrtdev/flutter_workmanager/blob/master/README.md) - [x] I have done the setup for [Android](https://github.com/vrtdev/flutter_workmanager/blob/master/ANDROID_SETUP.md) - [x] I have done the setup for [iOS](https://github.com/vrtdev/flutter_workmanager/blob/master/IOS_SETUP.md) - [x] I have ran...
When swiping forward and back really quick, bellow error is thrown and app crashes (**when enableInfiniteScroll is false**). Error ════════ Exception caught by animation library ═════════════════════════════════ The following assertion was...
Hi, Really great API, gratz! Just one thing, when we try to upload our app on Play Store compile with bundle (app-release.aab) instead of apk, Play Console throws and error...
## Environment **Package version: 7.8.0** Flutter doctor ``` [✓] Flutter (Channel stable, 3.7.8, on macOS 13.1 22C65 darwin-arm64 (Rosetta), locale en-BR) • Flutter version 3.7.8 on channel stable at /Users/brunoandrade/Dev/flutter...
How can I reset my form to its default values? If I call reset() all is set to null.
Trying to validate my array with custom validator, it works as form.valid state toggle. But validation message not shows near ReactiveFormArray nor its children. Thru documentation, was not clear if...
Dear Frezyx, Really nice package, thank you. Just an addition, I did a search bar, which I had to search/clean icon animation whether text field was empty or not. The...
I received last email from my cron job running bellow snipped on April, 2, 2024 (some days ago). Now it is just not working anymore, I have not changed anything...