Skip to content

abel3ri/ph-et

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ph-et-mocks

Tech Stack

  • Flutter
  • flutter_bloc
  • go_router
  • dio
  • get_it
  • supabase_flutter

Project Structure

lib/
  app/        # App-level setup (routing, theme, DI, bootstrap)
  features/   # Feature modules (UI, BLoC, data, domain)
  core/       # Shared utilities, constants, helpers

Getting Started

1) Install dependencies

flutter pub get

2) Add environment variables

Create a .env file at project root (already referenced in pubspec.yaml).

3) Run the app

flutter run

Notes

  • Uses BLoC for state management.
  • Feature-first architecture inside lib/features.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages