feat: new pages and with binding ...
This commit is contained in:
5
packages/livestock/lib/presentation/page/map/logic.dart
Normal file
5
packages/livestock/lib/presentation/page/map/logic.dart
Normal file
@@ -0,0 +1,5 @@
|
||||
import 'package:rasadyar_core/core.dart';
|
||||
|
||||
class MapLogic extends GetxController {
|
||||
|
||||
}
|
||||
14
packages/livestock/lib/presentation/page/map/view.dart
Normal file
14
packages/livestock/lib/presentation/page/map/view.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:rasadyar_core/core.dart';
|
||||
import 'logic.dart';
|
||||
|
||||
class MapPage extends GetView<MapLogic> {
|
||||
MapPage({super.key});
|
||||
|
||||
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Container();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user