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 6336e5d commit 67731f5Copy full SHA for 67731f5
.rultor.yml
@@ -8,4 +8,5 @@ merge:
8
- flutter clean
9
- flutter pub get
10
- flutter test --no-pub
11
+ - flutter pub publish --dry-run
12
squash: true
pubspec.yaml
@@ -2,6 +2,7 @@ name: flutter_brand_palettes
2
description: Collection of declarative classes for the color palettes of popular brands and companies, as well as for the Material Design standard.
3
version: 0.2.5+2
4
homepage: https://dartoos.dev
5
+repository: https://github.com/rafamizes/flutter_brand_palettes
6
7
environment:
sdk: ">=2.12.0 <3.0.0"
0 commit comments