refactor: move floor plan editor into own widget
This commit is contained in:
@@ -68,6 +68,7 @@ class SensorListScreen extends ConsumerWidget {
|
||||
onPressed: () => showModalBottomSheet<void>(
|
||||
context: context,
|
||||
isScrollControlled: true,
|
||||
useRootNavigator: true,
|
||||
builder: (_) => const BleProvisionSheet(),
|
||||
).then((_) => ref.invalidate(sensorsProvider)),
|
||||
child: const Icon(Icons.add),
|
||||
|
||||
Reference in New Issue
Block a user