Skip to content

PhyoMyanmarKyaw/IdeaBucket-FlutterPractice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Idea Bucket

A lightweight Flutter application to capture thoughts and ideas quickly. Built to practice list rendering and input handling.

🚀 Learning Journey

As an iOS Developer (SwiftUI) learning Flutter, I built this to understand how Flutter handles dynamic lists and user input.

🛠 Concepts Applied

  • ListView.builder: Efficiently rendering dynamic lists (equivalent to SwiftUI LazyVStack or List).
  • Input Handling: Using TextEditingController to manage text input state.
  • Dialogs: Implementing showDialog and AlertDialog for user interaction.
  • Data Models: Creating a simple Dart class to structure data.
  • Separation of Concerns: Extracted logic from the UI into methods.

📱 How to Run

  1. Clone the repo
  2. Run flutter pub get
  3. Run flutter run

About

Created as part of my "Flutter by Doing" daily challenge.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors