Enguerrand ARMINJON

Results 338 comments of Enguerrand ARMINJON

Hello, Can you check this https://github.com/pichillilorenzo/flutter_inappwebview/issues/2212 ;) ?

This PR allow us to create teams notifications like that and more. (doc : https://learn.microsoft.com/fr-fr/outlook/actionable-messages/message-card-reference) (some elements censored) ![MicrosoftTeams-image (12)](https://user-images.githubusercontent.com/37028599/206155808-30a644d3-8ea4-478b-8493-8e62771c9667.png)

I create a reproductible project: https://github.com/EArminjon/flutter-issue ``` flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs ``` ``` The pubspec.lock file has changed since the .dart_tool/package_config.json file was generated,...

> Still having the problem on latest flutter. Any news? Upgrade flutter to the latest release. I got this issue With 3.7 and no longer with 3.16

> I used the keymap flutter library to impelment this, using this code: KeyboardWidget( bindings: [ KeyAction( LogicalKeyboardKey.arrowRight, 'go to next photo', () { gotoNextPage(); }, ), KeyAction( LogicalKeyboardKey.arrowLeft, 'go...

With flutter 3.7.1 / 3.7.0, the usage of the double '{' seems to not work. {{appName}} is used here for example : https://github.com/larryaasen/upgrader/blob/master/lib/src/upgrade_messages.dart Maybe 3.7.2 fix that, need to test

Wondering if this package should warn developer about it or not ? You can close @larryaasen ;)