Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OnePoem
/
OnePoem-App
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Reason Pun
2022-09-27 15:58:37 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
24cc507d9b8c74004389e26f3be9f9bfcdf6a006
24cc507d
1 parent
81e5f61a
修复google map定位问题
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletions
android/app/build.gradle
lib/poem/page/select_address_page.dart
pubspec.lock
android/app/build.gradle
View file @
24cc507
...
...
@@ -33,6 +33,7 @@ if (keystorePropertiesFile.exists()) {
android
{
compileSdkVersion
32
buildToolsVersion
"32"
compileOptions
{
sourceCompatibility
JavaVersion
.
VERSION_1_8
...
...
lib/poem/page/select_address_page.dart
View file @
24cc507
...
...
@@ -39,7 +39,6 @@ class AddressSelectPageState extends State<AddressSelectPage> {
@override
void
initState
()
{
super
.
initState
();
_getCurrentLocation
();
}
Future
<
void
>
_getCurrentLocation
()
async
{
...
...
@@ -86,6 +85,7 @@ class AddressSelectPageState extends State<AddressSelectPage> {
void
_onMapCreated
(
GoogleMapController
controller
)
{
mapController
=
controller
;
_getCurrentLocation
();
}
@override
...
...
pubspec.lock
View file @
24cc507
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment