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.

Home page screenshot

Image page screenshot

References

Repository maintenance

To publish to GitHub Pages, do the following:

  1. git checkout pages
  2. git merge main
  3. flutter build web
  4. Edit build/web/index.html and change the base href to "/flutter_context_menu_examples/".
  5. cp -r build/web/ docs
  6. git commit -am "Update GitHub Pages"
  7. git push

GitHub

View Github