1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00

Enable the context menu examples on web (#1687)

This commit is contained in:
Justin McCandless
2023-03-01 18:33:12 -08:00
committed by GitHub
parent b4c64cff9a
commit 7874e554b6
3 changed files with 21 additions and 4 deletions

View File

@@ -10,9 +10,6 @@ such as the text selection toolbar on mobile or the right click menu on desktop.
Just run `flutter run` in the same directory as this README file.
Currently, most of the examples in this demo do not support web, because Flutter
uses the browser's built-in context menu instead.
## The examples
### [Anywhere](https://github.com/flutter/samples/blob/main/experimental/context_menus/lib/anywhere_page.dart)