Add Dialog with Pageview to select new house, and then drop a pin where the house is, then zoom map to that area.
This commit is contained in:
7
lib/common/constants.dart
Normal file
7
lib/common/constants.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class Constants {
|
||||
Constants._();
|
||||
static const double padding = 20;
|
||||
static const double avatarRadius = 45;
|
||||
}
|
||||
Reference in New Issue
Block a user