mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-07-15 03:04:25 +08:00
refactor:按规范修改代码、注释等
This commit is contained in:
@ -1,11 +1,9 @@
|
||||
//
|
||||
// Created with Android Studio.
|
||||
// User: 三帆
|
||||
// Date: 05/02/2019
|
||||
// Time: 22:06
|
||||
// email: sanfan.hx@alibaba-inc.com
|
||||
// target: xxx
|
||||
//
|
||||
/// Created with Android Studio.
|
||||
/// User: 三帆
|
||||
/// Date: 05/02/2019
|
||||
/// Time: 22:06
|
||||
/// email: sanfan.hx@alibaba-inc.com
|
||||
/// target: xxx
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:city_pickers/city_pickers.dart';
|
||||
@ -19,7 +17,7 @@ class _Demo extends State<CityPickerDemo> {
|
||||
show(context) async {
|
||||
Result temp = await CityPickers.showCityPicker(
|
||||
context: context,
|
||||
// locationCode: '640221',
|
||||
// locationCode: '640221',
|
||||
height: 400,
|
||||
);
|
||||
setState(() {
|
||||
|
Reference in New Issue
Block a user