This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
smartfarm
/
mobile-app
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
center title control device screen
master
daivph
5 years ago
parent
c222faab51
commit
9440ec8c80
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+1
-0
lib/presentation/screens/control_device/sc_control_device.dart
+ 1
- 0
lib/presentation/screens/control_device/sc_control_device.dart
View File
@@ -22,6 +22,7 @@ class _ControlDeviceScreenState extends State<ControlDeviceScreen> {
_blocContext = context;
return Scaffold(
appBar: AppBar(
centerTitle: true,
title: Text("Điều khiển thiết bị"),
),
body: BlocProvider<DeviceBloc>(
Write
Preview
Loading…
Cancel
Save