Reason Pun

修复google map定位问题

......@@ -173,7 +173,7 @@ class _AddressItem extends StatelessWidget {
height: 50.0,
child: Row(
children: <Widget>[
Expanded(
const Expanded(
child: Text(
'', // '${poi.city} ${poi.district} ${poi.address}',
),
......