Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I need help to create an application using Flutter, under main.dart file, the task is to develope a simple form that a user can use
I need help to create an application using Flutter, under main.dart file, the task is to develope a simple form that a user can use to create as many instances of a particular shape. The app should look like this:
Whenever you change the values it adds a new rectangle and does the calculation based on the entered values. The reset should remove the entire table. Also, some technical requirements, the app:
- Uses some shape class to define objects from that class
- Has a well designed form with necessary fields and buttons
- Displays the created shapes
- Don't use any external packages
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started