Francesco Iapicca
Francesco Iapicca
@darshankawar ```dart import 'package:animations/animations.dart'; import 'package:flutter/material.dart'; import 'package:go_router/go_router.dart'; void main() => runApp(const Application()); class Application extends StatefulWidget { const Application({Key? key}) : super(key: key); @override State createState() => _ApplicationState(); }...
Hi @838 according to the [docs](https://github.com/flutter/flutter/wiki/Writing-a-golden-file-test-for-package:flutter) > When running flutter test locally without the --update-goldens flag, your test will pass, as it does not yet have a baseline for comparison...
Hi @statsss I just run the [example app](https://pub.dev/packages/shared_preferences#-example-tab-) without issues ```console [✓] Flutter (Channel master, 1.18.0-9.0.pre.73, on Mac OS X 10.15.4 19E287, locale en-EE) • Flutter version 1.18.0-9.0.pre.73 at /Users/nevercode/development/flutter_master...
Hi @tomasbaran Can you please provide a minimal complete reproducible code sample. Thank you
Hi @tomasbaran I tested your code with the latest master and I encounter the behaviour you are describing logs ```bash [ +21 ms] executing: [/Users/nevercode/development/flutter_master/] git -c log.showSignature=false log -n...
> @iapicca you should remove **browser:safari** label, the problem happens in chrome also @Lafannn I don't have this power
Hi @ammarhemani testing the code below with the latest master code sample ```dart import 'package:flutter/material.dart'; void main() => runApp(MyApp()); class MyApp extends StatelessWidget { const MyApp({Key key}) : super(key: key);...
Hi @ManukrishnanP given the error ```bash [ ] Execution failed for task ':app:compileFlutterBuildDebug'. [ ] > Process 'command 'C:\Users\admin\AppData\Local\Android\flutter\bin\flutter.bat'' finished with non-zero exit value 1 ``` could you please run...
would be interesting to introduce a test based in [lighthouse](https://developers.google.com/web/tools/lighthouse) to prevent regressions
@lupohirp > i've a big problem with Crostini and Flutter on Chrome OS. you have all my sympathy can you provide your `flutter doctor -v`and your `flutter build -v` please...