Trung BìnhFlutter iconFlutter

Cách tổ chức folder/package trong app Flutter clean architecture như thế nào?

Cấu trúc phổ biến: lib/presentation/ (UI, widget, BLoC/ViewModel), lib/domain/ (entity, repository interface, use case), lib/data/ (API client, local DB, repository implementation), lib/config/ (cấu hình app, constant).

  • Mỗi feature có thể có domain/data/presentation riêng.
  • Điều này giữ code có tổ chức, dễ điều hướng và test.

Xem toàn bộ Flutter cùng filter theo level & chủ đề con.

Mở danh sách Flutter