Matias de Andrea

Results 241 comments of Matias de Andrea

A solution for this bug would be more like a feature. The current implementation of package considered widgets built, different of other packages that are more oriented for logic built...

Please add a minimal code example that I someone can execute (without external data). Thanks

@aswathyMaple why do you need set the property `focusNoe: FocusNode()`. With the currently example code, you can't use this property and also added a bug. Please test with [10.0.0-dev.3 version](https://pub.dev/packages/flutter_form_builder/versions/10.0.0-dev.3)....

Hi! Can confirm if [image_picker](https://pub.dev/packages/image_picker) get image info? These package need to return a XFile data.

@erayerdin take a look in [this article](https://medium.com/nerd-for-tech/unit-testing-streams-in-dart-flutter-6ed72c19f761). Help me a lot when I've implemented [this tests](https://github.com/deandreamatias/tv-randshow/blob/feature/link-streaming/test/core/tvshow/domain/use_cases/add_streamings_migration_use_case_test.dart)

Sorry for no response. These account belong for my former job. @bw-flagship The reference of image is https://localizely.com/flutter-arb/. Basically add switch/select feature, where one key can admit several values depending...

Can use this FullscreenUtil every time that user press on fullscreen button ```dart import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; class FullscreenUtil { /// Default enter native fullscreen static Future enterFullscreen() async {...

Hi! I need a minimal code example to can execute: - Without external packages and dependencies - Without refereces of imports - With only Flutter Material or Cupertino widgets and...

You add a property `controller: controller,` that I don't know how initialize and how you use. Because that I need the entire example. I think that this bug is related...