-
Notifications
You must be signed in to change notification settings - Fork 1
[EPIC] Feat: Dynamic Navigation Menu #4
Copy link
Copy link
Closed
Labels
discussShare your constructive thoughts on how to make progress with this issueShare your constructive thoughts on how to make progress with this issueenhancementNew feature or enhancement of existing functionalityNew feature or enhancement of existing functionalityflutterFlutter related issuesFlutter related issueshelp wantedIf you can help make progress with this issue, please comment!If you can help make progress with this issue, please comment!priority-1Highest priority issue. This is costing us money every minute that passes.Highest priority issue. This is costing us money every minute that passes.
Metadata
Metadata
Assignees
Labels
discussShare your constructive thoughts on how to make progress with this issueShare your constructive thoughts on how to make progress with this issueenhancementNew feature or enhancement of existing functionalityNew feature or enhancement of existing functionalityflutterFlutter related issuesFlutter related issueshelp wantedIf you can help make progress with this issue, please comment!If you can help make progress with this issue, please comment!priority-1Highest priority issue. This is costing us money every minute that passes.Highest priority issue. This is costing us money every minute that passes.
Type
Projects
Status
✅ Done
To facilitate having an arbitrary number of
lists,we need to investigate how to dynamically update the Navigation Menu in a
FlutterApp.Requirements / Roadmap:
MUSTallownewmenu items to be added/removed by thepersonMUST NOTrequire re-compiling/re-releasing theFlutterApp.SHOULDallow thepersonto re-order the Nav Menu Items manually.SHOULDsupportemoji,iconsorimages(GIF,JPEG,PNG&SVGup to64x64px)SHOULDallow selection oftext colorSHOULDallow for sub-menus up to 3 levels. e.g:SHOULDbe fullyi18ncompatible so can be translated seamlessly. see: Feat:i18ninFlutterlearn-flutter#90Todo
The first thing we need to is:
T4h] ifNav Menube dynamically generated 🔍e.g: based on
JSONreturned by a server response (and cached on the device).ifyou can get something working onlocalhost, 🧑💻PRextending this demo to include dynamic menu items. 🚀