Flutter-Bounty-Hunters / follow_the_leader

MIT License
13 stars 5 forks source link

Create an iOS style popover toolbar facsimile #2

Closed matthew-carroll closed 1 year ago

matthew-carroll commented 2 years ago

Create an iOS style popover toolbar facsimile.

iOS has a standard popover visual toolbar appearance. To prove the capabilities of follow_the_leader, we'd like to write tests and demos with a popover toolbar that looks and behaves like that standard iOS toolbar.

For this ticket, in the example app, create a popover toolbar that looks and behaves like a standard iOS toolbar. Some such behaviors include:

An example of a popover toolbar is shown in Jangle's mockup: https://www.figma.com/file/z34sxkyyh7VIDoNKe4nAuC/Flutter-Bounty-Hunters-Projects?node-id=0%3A1

This ticket doesn't require any content following or focus behavior. We just want the menu ready to go.

This ticket should include golden tests for the various rendering modes of the toolbar. However, this package does not intend to export menus, so those golden tests should be placed within the example app.