Skip to content

Commit

Permalink
feat: [MDS-766] Change storybook routing library (#279)
Browse files Browse the repository at this point in the history
Co-authored-by: BirgittMajas <79840500+BirgittMajas@users.noreply.github.com>
  • Loading branch information
GittHub-d and GittHub-d committed Oct 30, 2023
1 parent d8e8469 commit 1d74da0
Show file tree
Hide file tree
Showing 38 changed files with 392 additions and 807 deletions.
Binary file added example/assets/images/url_error.webp
Binary file not shown.
2 changes: 2 additions & 0 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import 'package:example/src/storybook/storybook.dart';
import 'package:flutter/material.dart';
import 'package:flutter_web_plugins/url_strategy.dart';
import 'package:go_router/go_router.dart';
import 'package:moon_design/moon_design.dart';

void main() {
usePathUrlStrategy();
GoRouter.optionURLReflectsImperativeAPIs = true;

runApp(const MyApp());
}
Expand Down
Loading

0 comments on commit 1d74da0

Please sign in to comment.