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 bd9a651 commit fa03008Copy full SHA for fa03008
example/lib/shared/const/app.dart
@@ -57,7 +57,11 @@ sealed class App {
57
static const String author = 'Mike Rydstrom';
58
static const String license = 'BSD 3-Clause License';
59
static const String icon = 'assets/images/app_icon.png';
60
- static const String playgroundURL = 'https://playground.flexcolorscheme.com/';
+ // static const String playgroundURL =
61
+ // 'https://playground.flexcolorscheme.com/';
62
+ static const String playgroundURL =
63
+ 'https://rydmike.com/flexcolorscheme/themesplayground-latest/';
64
+
65
static final Uri packageUri = Uri(
66
scheme: 'https',
67
host: 'pub.dev',
0 commit comments