my_app
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.
weather_app
Libraries
- app
- bloc_observe
- features/weather/data/data_source/weather_data_source
- features/weather/data/models/location_model
- features/weather/data/models/weather_model
- features/weather/data/repositories/weather_repositories_impl
- features/weather/domain/entities/weather
- features/weather/domain/mapper/mappers
- features/weather/domain/repositories/weather_repository
- features/weather/domain/use_cases/weather_usecase
- features/weather/presentation/cubit/theme_cubit
- features/weather/presentation/cubit/weather_cubit
- features/weather/presentation/cubit/weather_state
- features/weather/presentation/view/search_screen
- features/weather/presentation/view/setting_screen
- features/weather/presentation/view/weather_screen
- features/weather/presentation/weather_bloc
- features/weather/presentation/widget/weather_empty
- features/weather/presentation/widget/weather_error
- features/weather/presentation/widget/weather_loading
- features/weather/presentation/widget/weather_populated
- mini_app
- weather_app