push routine details model and api settup

This commit is contained in:
ashrafzarkanisala
2024-11-27 21:03:19 +03:00
parent cf817fd5dc
commit 9b5ddc4dc8
8 changed files with 499 additions and 188 deletions

View File

@ -47,7 +47,7 @@ class RoutinesView extends StatelessWidget {
textString: '',
),
const SizedBox(
height: 30,
height: 15,
),
const Expanded(child: FetchRoutineScenesAutomation()),
],