Skip to content

Commit fa03008

Browse files
committed
FIX: Playground share URL #263
1 parent bd9a651 commit fa03008

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

example/lib/shared/const/app.dart

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@ sealed class App {
5757
static const String author = 'Mike Rydstrom';
5858
static const String license = 'BSD 3-Clause License';
5959
static const String icon = 'assets/images/app_icon.png';
60-
static const String playgroundURL = 'https://playground.flexcolorscheme.com/';
60+
// static const String playgroundURL =
61+
// 'https://playground.flexcolorscheme.com/';
62+
static const String playgroundURL =
63+
'https://rydmike.com/flexcolorscheme/themesplayground-latest/';
64+
6165
static final Uri packageUri = Uri(
6266
scheme: 'https',
6367
host: 'pub.dev',

0 commit comments

Comments
 (0)