Skip to content

anythingthannothing/hummingbird-app

 
 

Repository files navigation

hummingbird

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

datasource 데이터 소스(외부 API, 로컬 데이터베이스 등)와 관련된 코드를 포함합니다. (예: REST API 호출, Hive, Firebase, GraphQL 등)

models 애플리케이션의 데이터 구조를 정의하는 파일들이 들어있습니다. (예: User, Post, Task 등과 같은 엔티티 클래스)

providers Riverpod을 활용한 상태 관리 관련 코드가 포함됩니다. (예: StateNotifierProvider, FutureProvider 등)

repositories 데이터 소스와 비즈니스 로직을 중개하는 계층입니다. 데이터 호출 로직을 캡슐화하여 ViewModel 또는 Provider가 데이터를 쉽게 활용하도록 돕습니다.

viewmodels MVVM 패턴에서 View와 Repository를 연결하는 로직을 포함합니다. 상태 관리를 포함한 UI 로직이 여기에 위치합니다. (예: StateNotifierProvider, FutureProvider 등)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 96.7%
  • Ruby 2.5%
  • Other 0.8%