Initial (redacted) commit.
This commit is contained in:
commit
655f8a036a
368 changed files with 20949 additions and 0 deletions
6
app/lib/infrastructure/widget_wall/items_state.dart
Normal file
6
app/lib/infrastructure/widget_wall/items_state.dart
Normal file
|
@ -0,0 +1,6 @@
|
|||
import 'package:flutter_riverpod/flutter_riverpod.dart';
|
||||
import 'package:habitrack_app/sembast/sembast_item_repository.dart';
|
||||
|
||||
final itemsProvider = StreamProvider(
|
||||
(ref) => ref.watch(itemRepositoryProvider).getAllItemsStream(),
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue