Copy old project - initial state
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:get/get.dart';
|
||||
import 'package:terepi_seged/pages/property_list/presentations/controllers/property_list_controller.dart';
|
||||
|
||||
class PropertyListView extends GetView<PropertyListController> {
|
||||
const PropertyListView({Key? key}) : super(key: key);
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Container();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user