Context Menu Examples
A list of many examples of building custom context menus in Flutter.
Check out the live demo running on the web, linked above.
References
- PR 107193 introduced this feature.
- Samples PR 1463 brought these examples to the Flutter samples repo.
Repository maintenance
To publish to GitHub Pages, do the following:
git checkout pagesgit merge mainflutter build web- Edit build/web/index.html and change the
basehrefto"/flutter_context_menu_examples/". cp -r build/web/ docsgit commit -am "Update GitHub Pages"git push

