feat(app): seed restaurants, geocode addresses, refresh sharing
This commit is contained in:
@@ -39,7 +39,7 @@ void main() async {
|
||||
await Hive.openBox<RecommendationRecord>(AppConstants.recommendationBox);
|
||||
await Hive.openBox(AppConstants.settingsBox);
|
||||
await Hive.openBox<UserSettings>('user_settings');
|
||||
await SampleDataInitializer.seedManualRestaurantsIfNeeded();
|
||||
await SampleDataInitializer.seedInitialData();
|
||||
|
||||
// Initialize Notification Service (only for non-web platforms)
|
||||
if (!kIsWeb) {
|
||||
|
||||
Reference in New Issue
Block a user