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 bed5692 commit 907433fCopy full SHA for 907433f
example/lib/shared/constants.dart
@@ -12,7 +12,7 @@ class AppConst {
12
// When I build a new public version I just make sure to update this info
13
// before building them.
14
static const String appName = 'FlexColorScheme';
15
- static const String version = '2.0.0-nullsafety.2';
+ static const String version = '2.0.0';
16
static const String packageVersion = 'FlexColorScheme package $version';
17
static const String packageUrl = 'https://pub.dev/packages/flex_color_scheme';
18
static const String flutterVersion = 'Channel dev, 2.1.0-12.1.pre, CanvasKit';
0 commit comments