Home / Expert Answers / Computer Science / flutter-programming-how-to-add-a-menu-3-dots-including-settings-and-about-in-the-flutter-project-pa292

(Solved): (flutter programming) how to add a menu (3 dots including settings and about) in the flutter project ...



(flutter programming) how to add a menu (3 dots including settings and about) in the flutter project?

explain further:

2 - Contain an About screen with the building header graphic, ITEC 4550 as text, an image of your choosing, the date you created the app, and your name

Navigation back to the main screen must be provided.

2 - Options menu (aka Settings) contains: Settings …, OCR …, and About. Settings… and OCR … are not completely operational yet, simply display a SnackBar noting that 'Settings (/OCR) will be coming soon'.

4:38
Grizzly Roulette
Created by General Grizzly
Created for ITEC 4550
xx/xx/xxxx
3:03
III
Grizzly Roulette
Apple
Apple
Banana
Kiwi
Pineapple
Orange
Strawberry
Watermelon
Lime
Coconut
3:03
III
Grizzly Roulette
Settings...
About
Apple
Apple
Banana
Kiwi
Pineapple
Orange
Strawberry
Watermelon
Lime
Coconut

4:38 Grizzly Roulette Created by General Grizzly Created for ITEC 4550 xx/xx/xxxx 3:03 III Grizzly Roulette Apple Apple Banana Kiwi Pineapple Orange Strawberry Watermelon Lime Coconut 3:03 III Grizzly Roulette Settings... About Apple Apple Banana Kiwi Pineapple Orange Strawberry Watermelon Lime Coconut


We have an Answer from Expert

View Expert Answer

Expert Answer


class HomePage extends StatefulWidget { @override State createState() { // TODO: implement createState return _HomePageState(); } } class _HomePageState extends State { int _currentIndex = 0; final L
We have an Answer from Expert

Buy This Answer $5

Place Order

We Provide Services Across The Globe