hello-world-flutter

Hello World Flutter

📚 A repository to explore and learn the basics of Flutter development.

Flutter is an open-source framework by Google for building natively compiled, multi-platform applications with a single codebase.


Badges

WakaTime Maintainability Test Coverage CodeFactor License Last Commit


Features

This project includes:


Getting Started

Follow these steps to run the project locally:

Prerequisites

Steps

  1. Clone the Repository:
    git clone https://github.com/GuilhermeStracini/hello-world-flutter.git
    cd hello-world-flutter
    
  2. Install Dependencies:
    flutter pub get
    
  3. Run the App:
    • Start the emulator or connect a physical device.
    • Use the following command:
      flutter run
      

Learn More About Flutter


Contribution

Contributions are welcome!
Feel free to fork this repository, open issues, or submit pull requests to add enhancements or improve the learning experience.


License

This project is licensed under the MIT License.