From fa0300866c169fb265a4c89e6862bf5a61d15fbd Mon Sep 17 00:00:00 2001 From: rydmike Date: Thu, 28 Nov 2024 22:57:14 +0200 Subject: [PATCH] FIX: Playground share URL https://github.com/rydmike/flex_color_scheme/issues/263 --- example/lib/shared/const/app.dart | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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',