We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31bd504 commit 7f4f382Copy full SHA for 7f4f382
.github/workflows/test.yml
@@ -22,3 +22,5 @@ jobs:
22
- run: flutter analyze
23
- run: dart test test_dart
24
- run: flutter test
25
+ - name: Dry-run publish
26
+ run: dart pub publish --dry-run
CHANGELOG.md
@@ -6,7 +6,7 @@
6
7
### BREAKING CHANGES
8
9
-* * Updates minimum supported SDK version to Dart 3.8.
+* Updates minimum supported SDK version to Dart 3.8.
10
* Use build 4.0.0
11
12
# [5.1.0](https://github.com/smartive/flutter-design-system-generator/compare/v5.0.0...v5.1.0) (2025-02-25)
lib/design_system_generator.dart
@@ -0,0 +1 @@
1
+library;
0 commit comments