mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
[place_tracker] ChangeNotifierProvider for state management (#424)
This commit is contained in:
@@ -29,6 +29,7 @@ class Place {
|
||||
final int starRating;
|
||||
|
||||
double get latitude => latLng.latitude;
|
||||
|
||||
double get longitude => latLng.longitude;
|
||||
|
||||
Place copyWith({
|
||||
|
||||
Reference in New Issue
Block a user