Luca Venir
Luca Venir
Hi @AngeloAvv I'm here asking for a favor. Could you update the dependencies of xml to `xml: ^6.0.0`? I'm currently facing an conflict issue with another popular package, `flutter_svg`. Because...
Hi there, As the title states, I want to notify how configuring Google Sign In - for me - is becoming really confusing if not actually impossible. This issue follows...
### Is there an existing feature request for this? - [X] I have searched the existing issues. ### Command flutterfire configure --plugin [plugin] ### Description `flutterfire configure` is now offering...
Hi there again! Try the following steps with `2.0.0-dev.5`: 1. Define an `abstract class` and a concrete subclass of such class ```dart // asd.dart import 'package:dart_mappable/dart_mappable.dart'; import '../main.mapper.g.dart'; @MappableClass() abstract...
Hi there, [version: 2.0.0-dev5] I often find myself frustrated because I can't wrap my head around why `dart_mappable` isn't able to generate code for my classes. This happens because of:...
**Description** `mason make` crashes after the `pre_gen` hook, outputting "type 'Null' is not a subtype of type 'Object'". I am unable to debug or try to pinpoint this any better....
TL;DR: in a Flutter application, we have different paginated lists which can possibly _overlap_, i.e. an `Item` could appear in `myItems(page: 2)`, `favoriteItems(page: 0)`, `searchedItems(page: 7)`, ... We want a...
The combination of these two pages ([1](https://riverpod.dev/docs/from_provider/quickstart), [2](https://riverpod.dev/docs/migration/from_change_notifier)) isn't enough for folks (at least - the ones I've been in contact with), yet. I think we need another paragrah or...
Hi there, thank you for this awesome lib. I realize that `slang` is about i18n, but are there any plans to move this library towards a `l10n` approach? It might...
**Describe the bug** Take this configuration: ```dart import 'dart:developer' as developer; import 'package:talker_flutter/talker_flutter.dart'; final talker = Talker( logger: TalkerLogger( output: (String message) => message.split('\n').forEach(developer.log), ), ); ``` It will output...