mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-15 17:47:28 +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:
@ -2,9 +2,10 @@ import 'package:flutter/material.dart';
|
||||
import 'package:gap/gap.dart';
|
||||
import 'package:syncrow_app/features/dashboard/view/widgets/card_title.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/utils/resource_manager/strings_manager.dart';
|
||||
|
||||
import '../../../../generated/assets.dart';
|
||||
|
||||
class Consumption extends StatelessWidget {
|
||||
const Consumption({
|
||||
super.key,
|
||||
@ -54,7 +55,7 @@ class Consumption extends StatelessWidget {
|
||||
SizedBox.square(
|
||||
dimension: 60,
|
||||
child: Image.asset(
|
||||
ImageManager.testDash2,
|
||||
Assets.imagesTestDash2,
|
||||
fit: BoxFit.contain,
|
||||
),
|
||||
)
|
||||
|
Reference in New Issue
Block a user