diff --git a/example/lib/shared/const/app.dart b/example/lib/shared/const/app.dart index 7b7c23d7..d7dbc776 100644 --- a/example/lib/shared/const/app.dart +++ b/example/lib/shared/const/app.dart @@ -57,7 +57,11 @@ sealed class App { static const String author = 'Mike Rydstrom'; static const String license = 'BSD 3-Clause License'; static const String icon = 'assets/images/app_icon.png'; - static const String playgroundURL = 'https://playground.flexcolorscheme.com/'; + // static const String playgroundURL = + // 'https://playground.flexcolorscheme.com/'; + static const String playgroundURL = + 'https://rydmike.com/flexcolorscheme/themesplayground-latest/'; + static final Uri packageUri = Uri( scheme: 'https', host: 'pub.dev',