feat(app): add manual entry and sharing flows
This commit is contained in:
@@ -31,6 +31,8 @@ final weatherRepositoryProvider = Provider<WeatherRepository>((ref) {
|
||||
});
|
||||
|
||||
/// RecommendationRepository Provider
|
||||
final recommendationRepositoryProvider = Provider<RecommendationRepository>((ref) {
|
||||
final recommendationRepositoryProvider = Provider<RecommendationRepository>((
|
||||
ref,
|
||||
) {
|
||||
return RecommendationRepositoryImpl();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user