Skip to content

This is a beginner-friendly Flutter project named flutter_basic, where I explored and practiced all the fundamental widgets in Flutter and learned effective asset management. The project was developed and successfully run on the web platform using Flutter's web support.

Notifications You must be signed in to change notification settings

rasel-093/flutter_basic

Repository files navigation

flutter_basic

A beginner-level Flutter project where I explored and practiced all the fundamental Flutter widgets and asset management techniques. The project is designed to run on the web and serves as a hands-on learning experience for understanding Flutter's core components.

🚀 Features

  • Implementation of common and essential Flutter widgets:
    • Text, Image, Icon
    • Row, Column
    • Container, Padding, Align
    • ListView, GridView, etc.
  • Custom and reusable widget creation
  • Asset management (images, fonts, etc.)

🛠️ Technologies Used

  • Flutter (3.x or later)
  • Dart
  • Flutter Web

🌐 How to Run on Web

Make sure you have Flutter installed and web support enabled.

flutter devices          # Ensure web device is available
flutter pub get          # Install dependencies
flutter run -d chrome    # Run on Chrome browser

About

This is a beginner-friendly Flutter project named flutter_basic, where I explored and practiced all the fundamental widgets in Flutter and learned effective asset management. The project was developed and successfully run on the web platform using Flutter's web support.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published