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 pages
git merge main
flutter build web
- Edit build/web/index.html and change the
base
href
to"/flutter_context_menu_examples/"
. cp -r build/web/ docs
git commit -am "Update GitHub Pages"
git push
Comments are closed.