Valentin Vignal

Results 63 issues of Valentin Vignal

Fixes https://github.com/creativecreatorormaybenot/performance/issues/18 I used the fix recommended by the flutter team: https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.0.0#your-code I also run `flutter pub get`, tell me if you want me to remove those changes

**Describe the bug** When running the tests, I get the warning: ```zsh ../../../.pub-cache/hosted/pub.dartlang.org/performance-0.1.0+1/lib/src/overlay.dart:223:22: Warning: Operand of null-aware operation '!' has type 'SchedulerBinding' which excludes null. - 'SchedulerBinding' is from 'package:flutter/src/scheduler/binding.dart'...

Is it possible to include test on this package so we can have examples on how to write tests with it?

* **Dart code metrics version:** 4.14.0 * **Dart sdk version:** ``` Dart SDK version: 2.16.2 (stable) (Tue Mar 22 13:15:13 2022 +0100) on "macos_x64" ``` **Please show your full configuration:**...

type: bug
area-unused-files

Hello, I'm trying to write a test using your package, but I don't see any in this repository. Could you add some so we can copy them?

It would be very useful to be able to listen to changes of a set of keys/any key in the secure storage and be notify when it happens. For example...

I'm using flutter on chrome (incognito tab on localhost during the debug). When I run: ```dart const FlutterSecureStorage().write( key: 'myKey', value: 'myValue', ); ``` I get the error ``` Error:...

stale

Let's say I have this `en.json` file: ```json { "project": { "name" : "project name", "date": "project date" }, "user": { "name": "user name", "age": "age", } } ``` Right...

enhancement

I was trying to setup a GitHub action on a typescript project, but I couldn't make it work. Here were the logs: ``` Run reviewdog/action-eslint@v1 [11](https://github.com/ValentinVignal/themed-color-palette-vscode-extension/runs/6326359175?check_suite_focus=true#step:5:11) Run $GITHUB_ACTION_PATH/script.sh [12](https://github.com/ValentinVignal/themed-color-palette-vscode-extension/runs/6326359175?check_suite_focus=true#step:5:12) $GITHUB_ACTION_PATH/script.sh...

It would be nice to include in the generated diagrams the (non-)nullability of some columns.