You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using digit-separators Dart language feature raise an error:
Could not format because the source could not be parsed:
line 23, column 17 of test/step_definitions.dart: This requires the 'digit-separators' language feature to be enabled.
╷
23 │ amount: 2_000,
│ ^^^^^
╵
Using
digit-separators
Dart language feature raise an error:This language feature has been enabled since Dart 3.6 as specified in the official documentation here
I ran a
flutter-version
in the CI and everything seems to be well configured. Right Flutter and Dart SDK versions.Everything's works fine on my local machine using Flutter 3.27.1 and Dart 3.6.
Here is the CI run failing for more details: https://github.com/PiotrFLEURY/freenance/actions/runs/12515017166/job/34911945331
Here is my CI workflow file:
Did I miss something in the configuration ? Sounds strange to have two distinct behaviors using the same SDK version on both environments.
The text was updated successfully, but these errors were encountered: