website icon indicating copy to clipboard operation
website copied to clipboard

[PAGE ISSUE]: Update URL strategy page

Open johnpryan opened this issue 3 years ago • 0 comments

Page URL

https://docs.flutter.dev/development/ui/navigation/url-strategies/

Page source

https://github.com/flutter/website/tree/main/src/development/ui/navigation/url-strategies.md

Describe the problem

This page should update it's instructions now that flutter_web_plugins allows the usage of url strategies without conditional imports

import 'package:flutter_web_plugins/url_strategy.dart';

void main() {
  usePathUrlStrategy();
  runApp(ExampleApp());
}

johnpryan avatar Jul 21 '22 20:07 johnpryan