A widget that displays its children in a horizontal array to fill the available horizontal space wraps the children within the expanded widget. The row widget does not scroll.
- Visit the official Flutter site "https://docs.flutter.dev/get-started/install"
- Extract the downloaded file, e.g., C:\src\flutter.
- Add the flutter/bin directory to your system's 'PATH' (Settings are : Open Control Panel > System and Security > System > Advanced system settings > Environment Variables > System variables section, find the Path )
flutter doctor
(Run Flutter Doctor)
- Extract the folder copy it to desired location
- Move into the folder open Command prompt
- Run `flutter run"
flutter create my_flutter_app
(project name could be anything) (Installation and setup )- cd my_flutter_app (navigate to the project)
- 'flutter run' (Run the project)
- Paste the files of the project into new setup just by coping.
You can get an idea how to use Row Container Widgets in your project.