mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-27 04:04:55 +00:00
AC devices page implemented
AC Cubit Add
New Devices Cubit Arch will be used
Devices Cubit (for devices categories, and devices page)
{
AC cubit,
Lights cubit.
... }
Replaced AssetsManager with Assets Class (auto generated)
This commit is contained in:
@ -4,7 +4,7 @@ import 'package:gap/gap.dart';
|
||||
import 'package:syncrow_app/features/dashboard/view/widgets/card_title.dart';
|
||||
import 'package:syncrow_app/features/shared_widgets/text_widgets/body_small.dart';
|
||||
import 'package:syncrow_app/features/shared_widgets/united_text.dart';
|
||||
import 'package:syncrow_app/utils/resource_manager/assets_manager.dart';
|
||||
import 'package:syncrow_app/generated/assets.dart';
|
||||
import 'package:syncrow_app/utils/resource_manager/strings_manager.dart';
|
||||
|
||||
class CarbonEmission extends StatelessWidget {
|
||||
@ -38,7 +38,7 @@ class CarbonEmission extends StatelessWidget {
|
||||
SizedBox.square(
|
||||
dimension: 30,
|
||||
child: SvgPicture.asset(
|
||||
IconsManager.CO2,
|
||||
Assets.iconsCO2,
|
||||
fit: BoxFit.contain,
|
||||
),
|
||||
),
|
||||
@ -68,7 +68,7 @@ class CarbonEmission extends StatelessWidget {
|
||||
SizedBox.square(
|
||||
dimension: 30,
|
||||
child: SvgPicture.asset(
|
||||
IconsManager.sustainability,
|
||||
Assets.iconsSustainability,
|
||||
fit: BoxFit.contain,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user