Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix get current location problem #185

Open
wants to merge 112 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
112 commits
Select commit Hold shift + click to select a range
afd76f0
Refactored to MB edition / removed demo API keys
Aug 18, 2021
fcfc9b3
Convert pick button to icon
Aug 18, 2021
66c5e4f
Also search on zooming when location changed
Aug 18, 2021
b0267e5
Fix null ref error when useCurrentLocation is null
Aug 18, 2021
a6a8c38
Use uuid/uuid package for uuid generations
Aug 18, 2021
de97b26
Allowed pick area restriction feature
Aug 18, 2021
c8754c7
Updated example / meta data
Aug 19, 2021
110853f
Added missing iOS meta files
Aug 19, 2021
23372ec
Fix endless loading indicator on iOS
Aug 19, 2021
ce25d80
Update README.md
Aug 19, 2021
06c9468
Replaced permission handler on iOS
Aug 19, 2021
55f8861
Prepared next version
Aug 19, 2021
3e4afdf
Updated README.md
Aug 19, 2021
efafb37
Update icon colors and example themes
Aug 19, 2021
71bc282
Expose some GoogleMap widget callbacks
Aug 19, 2021
c089f67
Hot fix exposing GoogleMap widget callbacks
Aug 19, 2021
2ff577a
Update version
Aug 19, 2021
cc714fa
Provide PlaceProvider on widget callbacks
Aug 19, 2021
e93a526
Allow custom back button callback
Aug 19, 2021
44ed7fd
Update feature request template and README.md
Sep 3, 2021
6930605
Update CHANGELOG.md
Sep 3, 2021
e282ca7
Prepare next version
Sep 4, 2021
77d97c0
Use secured links in README.md
Sep 4, 2021
88f8406
Fix Android SDK versions in example
Sep 7, 2021
bed4780
Remove automatic scrolling to pick area
Sep 7, 2021
41b2b82
Allow providing button texts
Sep 7, 2021
fbdcb77
Allow providing an introduction modal
Sep 7, 2021
d2b9956
Fix old address showing up when moving the pin
Sep 8, 2021
2be4d09
Prepare next version
Sep 8, 2021
6fdfabb
Fix permanent loading indicator
Sep 8, 2021
11bcedf
Prepare next version
Sep 8, 2021
e896d75
Fix passing-through GoogleMap widget callbacks #3
Oct 25, 2021
5fdafd4
Upgrade packages and target platforms #4
Nov 16, 2021
7d08c5e
Update google_maps_webservice and geolocator #5
Dec 8, 2021
60c1817
Fix date in CHANGELOG
Dec 8, 2021
6546da2
Fix date in CHANGELOG
Dec 8, 2021
cde244a
Merge branch 'dev' of https://github.com/martin-braun/google_maps_pla…
Dec 9, 2021
cce0b84
Update version / geolocator #8
Feb 24, 2022
a00c9fc
Key split and onMapCreated pass-through #9
Feb 24, 2022
b6a9f74
Update version in pubspec
Feb 24, 2022
f47b819
Updated gradle / kotlin
Feb 25, 2022
49821f9
Update google_maps_* deps
Feb 25, 2022
cdb8b0f
Update AndroidManifest.xml.example for v2 emb. API
Mar 6, 2022
fb4db45
Update example README.md
Mar 6, 2022
a8829b9
Calculate proper vert. offset for autocomplete #13
Mar 6, 2022
f1d8791
Update version
Mar 6, 2022
2ba15e8
Add FVM config
Apr 20, 2022
53c7547
Add onMapTypeChanged callback event
Apr 20, 2022
6504172
Enable useCurrentLocation in example again
Apr 20, 2022
12af932
Update version info
Apr 20, 2022
f5f1e5e
Add false secrets to pubspec for seamless publising
Apr 21, 2022
9595a9e
added zoom controls (#18)
ZimvoMatwa Apr 28, 2022
12ff507
Remove unused imports/files, update example
Apr 28, 2022
a68198e
Update dependencies/version
Apr 28, 2022
267b979
Raise compileSdkVersion
Apr 28, 2022
d5b719c
Update packages for Flutter 3.0.0
May 14, 2022
83357f8
Remove unnecessary null-aware operation `!` #22
May 26, 2022
6c4b8e3
Add Simulator instructions
Jun 6, 2022
9cc47b0
Fix null-aware operation warn for Flutter 2 and 3
Jun 6, 2022
baa094d
Fix FVM support
Jun 6, 2022
8a6eeac
Removed unnecessary line
Jun 6, 2022
4215059
Package versions in pubspec.lock for Flutter beta
Jun 6, 2022
b46c263
Updated example to replace RaisedButton
Jun 6, 2022
b355f63
Upgrade packages
Jul 11, 2022
274e09b
Remove dead entry (Runner.entitlements)
Jul 11, 2022
eb5db3f
Improve bug report template
Jul 12, 2022
1d7ced5
Pass static analysis
Jul 12, 2022
b6c620f
Pass static analysis
Jul 12, 2022
e5b75f8
Update bug report template
Jul 12, 2022
3defe68
Update feature request template
Jul 12, 2022
fbb5b7f
Upgrade geolocator #33
Jul 16, 2022
cdc86f1
Show lat and lng of pick in example #35
Jul 16, 2022
ed0f033
Push new version to fix #33
Jul 31, 2022
87cd2e3
Upgrade packages
Aug 8, 2022
62f4f26
Fix shadow clipping and add a default hint text (#37)
bhanuka96 Aug 8, 2022
423daac
Update changelog and pubspec.lock of example project
Aug 8, 2022
bce45f6
Merge branch 'dev' of https://github.com/martin-braun/google_maps_pla…
Aug 8, 2022
077f829
Prepare next version
Aug 8, 2022
e690df5
Streamline shadows
Aug 8, 2022
5470607
Revert CHANGELOG.md
Aug 8, 2022
1967ec2
Move default hint text to AutoCompleteSearch
Aug 8, 2022
7349b1d
Fix typo
Aug 8, 2022
654892e
Prevent re-render of map when toggling keyboard
Aug 8, 2022
b3c1aa9
Fix iOS build
Aug 8, 2022
48e1e10
Prevent re-render of map without using full motion mode
Aug 9, 2022
45be5ea
Remove the inner picker no provider test to clean
Aug 9, 2022
d8288ab
Update Podfile.lock for iOS
Aug 9, 2022
82cc427
Remove upper bound constraint on flutter version
Aug 9, 2022
11d1607
Fix typo in and prepare CHANGELOG.md
Aug 9, 2022
f31e372
Update README in regards of Hybrid Composition
Aug 9, 2022
efe9736
Update resizeToAvoidBottomInset comment
Aug 9, 2022
014f8fa
chore: updated packages and renderer examples
Dec 22, 2022
fc95adc
chore: drop Flutter 2 support for new renderer
Dec 22, 2022
5bdfd3b
chore: example runs on edge
Dec 22, 2022
652d662
docs: changelog updated
Dec 22, 2022
c29c261
fix: tighted google_api_headers
Dec 22, 2022
78bb5a1
chore: remove unnecessary dart vsdk ersion check
Dec 22, 2022
57284e5
chore: remove fvm link
Dec 22, 2022
22f82fb
feat: themed search box border for all its states (#44)
eltonmorais Jan 16, 2023
67e5823
chore: remove ambiguate call
Jan 16, 2023
beb08ad
chore: update changelog
Jan 16, 2023
a391644
Updated autocompleteRadius description (#46)
Dereumaux-Adrien Jan 19, 2023
b933a56
chore: use stable Flutter by default
Feb 6, 2023
1c03afc
docs: demo latest renderer and without pickarea by default
Feb 6, 2023
f326a68
fix: crash of FlutterLocation by using Geolocator (#51)
giorgio79 Feb 6, 2023
2504830
fix: pubspec.lock not on stable
Feb 6, 2023
93f24a2
fix: null-safety error
Feb 6, 2023
1fee19a
chore: format all code
Feb 6, 2023
19cbcd0
chore: update changelog
Feb 6, 2023
15b9e40
Fix current location problem
Sparks1998 Apr 24, 2023
c59b8d1
migrate to flutter 3
Sparks1998 Aug 2, 2023
327512b
migrate to flutter 3
Sparks1998 Aug 2, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .fvm/fvm_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"flutterSdkVersion": "stable",
"flavors": {
"lts": "3.0.0",
"main": "stable",
"edge": "beta"
}
}
10 changes: 9 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ assignees: ''

---

<!-- CAUTION: Use this template to help people to reproduce the issue. I cannot spend time on issues that fail to provide the necessary steps to reproduce. This is free and open-source, in return please provide the information that is requested below to help. Thank you. -->

**Describe the bug**
A clear and concise description of what the bug is.

Expand All @@ -23,7 +25,13 @@ A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.

**Flutter Doctor -v**
**Output of `flutter doctor -v`**
```
[✓] Flutter (...
```

**Device/Emulator/Simulator (and architecture)**
I.e. Pixel 5 x86_64 Emulator, iPhone 10 Simulator, Galaxy S10 Device, etc.

**Additional context**
Add any other context about the problem here.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ assignees: ''

---

<!-- CAUTION: Before you file a feature request, is it specific this repository? If not, please file the future request in the original repo. I will pick it up, if I think it is useful. I will also pick it up, when the original repository implements it, eventually. -->

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
.buildlog/
.history
.svn/
.fvm/flutter_sdk

# IntelliJ related
*.iml
Expand Down
4 changes: 4 additions & 0 deletions .vim/coc-settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"flutter.sdk.path": ".fvm/flutter_sdk"
}

11 changes: 11 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"dart.flutterSdkPath": ".fvm/flutter_sdk",
"dart.sdkPath": ".fvm/flutter_sdk",
"search.exclude": {
"**/.fvm": true
},
"files.watcherExclude": {
"**/.fvm": true
}
}

110 changes: 108 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,112 @@
## [3.0.1] - 06/Feb/2023

- Search TextBox border themable for all states
- Fix crash by replacing FlutterLocation with Geolocator (#51)

## [3.0.0] - 22/Dec/2022

- Upgrade packages
- Added latest renderer support for Android
- Flutter 2 support has been dropped in consequence

## [2.0.0-mb.22] - 09/Aug/2022

- Upgrade packages
- Fix shadow clipping on AutoCompleteSearch
- Streamline shadows
- Prevent re-render of map when toggling the keyboard

## [2.0.0-mb.21] - 31/Jul/2022

- Upgrade geolocator

## [2.0.0-mb.20] - 06/Jun/2022

- Revert previous changes and solve null-aware operation warning in a way that the package is warn-free for Flutter 2 and 3.

## [2.0.0-mb.19] - 26/May/2022

- Remove unnecessary null-aware operation `!` that throws a compiler warning since Flutter 3.0.1

## [2.0.0-mb.18] - 14/May/2022

- Update packages for Flutter 3.0.0

## [2.0.0-mb.17] - 28/Apr/2022

- Add custom zoom buttons

## [2.0.0-mb.16] - 21/Apr/2022

- Add [FVM](https://fvm.app) config
- Add `onMapTypeChanged` callback event

## [2.0.0-mb.15] - 06/Mar/2022

- Fix autocomplete search vertical offset in containers

## [2.0.0-mb.14] - 24/Feb/2022

- Update geolocator
- onMapCreated event pass-through

## [2.0.0-mb.13] - 08/Dec/2021

- Update google_maps_webservice_ex
- Update geolocator

## [2.0.0-mb.11] - 16/Nov/2021

- Upgrade packages and target platforms

## [2.0.0-mb.10] - 25/Oct/2021

- Fix passing-through GoogleMap widget callbacks

## [2.0.0-mb.9] - 08/Sep/2021

- Fix permanent loading indicator when using search bar on iOS

## [2.0.0-mb.8] - 08/Sep/2021

- Fix old address showing up when moving the pin

## [2.0.0-mb.7] - 08/Sep/2021

- Remove automatic scrolling to pick area when trying to pick an invalid location
- Allow providing button texts
- Allow providing an introduction modal

## [2.0.0-mb.6] - 03/Sep/2021

- Add possibility to use custom back navigation event

## [2.0.0-mb.5] - 19/Aug/2021

- Provide additional `PlaceProvider` on some `GoogleMap` events

## [2.0.0-mb.4] - 19/Aug/2021

- Hot fix regarding `GoogleMap` event access

## [2.0.0-mb.3] - 19/Aug/2021

- Updated colors and shapes
- Expose essential `GoogleMap` events

## [2.0.0-mb.2] - 19/Aug/2021

- Fixed runtime and deploy issues on iOS

## [2.0.0-mb.1] - 18/Aug/2021

- Forked
- Added allowed pick area feature
- Improved place details widget

## [2.0.0-nullsafety.3] - 18/Mar/2021

- Updated google_maps_webservice to 0.0.20-nullsafety.2
- Updated google_maps_webservice_ex to 0.0.20-nullsafety.2

## [2.0.0-nullsafety.2] - 17/Mar/2021

Expand All @@ -16,7 +122,7 @@

## [1.0.1] - 23/Nov/2020

- Fixed bug related to infinte loading.
- Fixed bug related to infinite loading.

## [1.0.0] - 05/Oct/2020

Expand Down
Loading