dscpesu / FlutterFolio

πŸš€ Flutter's Widget Wonderland! Explore, Learn, Create. Your one-stop for all things Flutter widgets! πŸ“±βœ¨
MIT License
12 stars 9 forks source link

Define Initial Setup, Architecture, and Base Code #1

Closed ShubhKanodia closed 1 year ago

ShubhKanodia commented 1 year ago

Field Description
About πŸš€ Flutter's Widget Wonderland! Explore, Learn, Create. Your one-stop for all things Flutter widgets! πŸ“±βœ¨
Label Define Initial Setup, Architecture, and Base Code

Issue Title

Define Initial Setup, Architecture, and Base Code

Description

Overview

This issue is the starting point for our FlutterFolio app, a widget catalog that will serve as a valuable resource for Flutter developers. We need to define the initial project setup, and architecture, and create the base code structure.

Define the app architecture by creatinf folders below:

- lib/
  - screens/
    - home_screen.dart
    - widget_detail_screen.dart
  - models/
    - widget_models.dart
  - main.dart
  - assets/
  - images/
    - flutter_logo.png
  - data/
    - widgets_data.dart
  - theme
    - app_theme.dart
- README.md

Acceptance Criteria

Definition of Done