Skip to content

Commit

Permalink
FIX: Playground share URL #263
Browse files Browse the repository at this point in the history
  • Loading branch information
rydmike committed Nov 28, 2024
1 parent bd9a651 commit fa03008
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion example/lib/shared/const/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit fa03008

Please sign in to comment.