Skip to content

Commit

Permalink
Merge pull request #11 from Floating-Dartists/refactor/update
Browse files Browse the repository at this point in the history
Refactor: update to latest Flutter version
  • Loading branch information
TesteurManiak committed Dec 20, 2023
2 parents ee7b9f0 + 811593e commit d9fc434
Show file tree
Hide file tree
Showing 55 changed files with 527 additions and 142 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Fetch dependencies
run: flutter packages get
- name: Analyze project
run: flutter analyze
run: flutter analyze --no-fatal-infos
- name: Run tests
run: flutter test --coverage --dart-define=CI=true
- name: Collect and report coverage
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

Flutter implementation of the french government design system.

The full design specifications is available here: https://gouvfr.atlassian.net/wiki/spaces/DB/overview?homepageId=145359476
The full design specifications is available here: https://www.figma.com/@gouvfr

**This project is not affiliated with the french government.**

Expand Down

0 comments on commit d9fc434

Please sign in to comment.