Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello_flutter 🚀

A simple Flutter starter project created to learn the basics of Flutter application development.

👋 About the Project

hello_flutter is my first Flutter project.
The app displays a greeting message ("Hello, KingFillari!") and updates the text when a button is clicked.

This project focuses on understanding Flutter fundamentals and UI interaction.

🚀 Project Description

The hello_flutter app demonstrates:

  • Flutter project structure
  • Stateful widgets
  • Updating UI using setState()
  • Basic layout using Column and Center
  • Button click interaction

🛠 Tech Stack

  • Flutter
  • Dart
  • VS Code
  • Chrome (Web)

▶️ How the App Works

  • The app starts with the message:
    "Hello, KingFillari!"
  • When the "Click Me" button is pressed:
    • The text changes to:
      "You clicked the button!"

▶️ How to Run the Project

  1. Check Flutter installation:
    flutter doctor
    

Navigate to the project folder:

bash

cd hello_flutter

Run the app (recommended):

flutter run -d chrome

📚 What I Learned

Difference between StatelessWidget and StatefulWidget

Using setState() to update the UI

Building simple UI layouts in Flutter

Handling button click events

🎯 Future Improvements

Improve UI design

Add more buttons and interactions

Convert the app to a multi-screen application

Run the app on Android devices

👤 Author

KingFillari Aspiring Mobile Application Developer 🚀

About

A Flutter starter project showcasing cross-platform app development using Dart, with support for web and desktop environments.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages