Marcello Gesmundo

Results 20 comments of Marcello Gesmundo

Hi @domesticmouse thank you for you fast answer! Below the dev environment and the steps to reproduce the bug: Flutter 2.10.2 Visual Studio Code 1.64.2 Dart Code 3.36.0 $ flutter...

Hi there, I solved the problem: `CupertinoPageScaffold` require a background color, even it is not mandatory. ```dart // sample 3 import 'package:flutter/cupertino.dart'; void main() => runApp(const MyApp()); class MyApp extends...

Hello, I've the same problem. Any news about it? Thanks

I use a custom entry point to set some values, but the problem is that it could be useful to set some env variables on dev mode using the `dart_from`...

Hi @enum-class thank you for your suggestion. It is a strange behavior. If you try the test example it works without the `--gen-all` flag and generate all right files with...

Thank you for your time @enum-class. Below I try to explain the dart point of view with another example. ### header.fbs ``` namespace myspace; table Header { version: int; }...

> I have `enableLog: false` in my `GetMaterialApp` declaration and the logs still show. I'm on GetX `4.6.5`. Me too.