Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshuaegonzalezruiz/3rdclass-example-bootcamp-flutter-utel
Sample class project 3rd Week (Bootcamp Flutter UTEL)
https://github.com/joshuaegonzalezruiz/3rdclass-example-bootcamp-flutter-utel
Last synced: 4 days ago
JSON representation
Sample class project 3rd Week (Bootcamp Flutter UTEL)
- Host: GitHub
- URL: https://github.com/joshuaegonzalezruiz/3rdclass-example-bootcamp-flutter-utel
- Owner: JoshuaEGonzalezRuiz
- License: apache-2.0
- Created: 2023-01-28T02:16:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T05:24:23.000Z (almost 2 years ago)
- Last Synced: 2024-03-13T02:55:28.042Z (8 months ago)
- Language: Dart
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example of stateless and stateful widgets
Project developed during class 3 of Module 1 to demonstrate the functionality of the "Text", "Icon", "Row", Column", "Statelesswidget" and "Statefulwidget" Widgets.
## How to use?
- You need to have Flutter configured and an IDE compatible with it on your computer, for more information click [here](https://docs.flutter.dev)
- Open this project in VS Code or Android Studio.
- Open the terminal and run the following code:
- `flutter pub get --verbose`
- Now select the device you want to run it on
- Enjoy!
##### Developed by: Joshua González