Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
dc58f0a
Fixed not specified type error
kelegorm Apr 8, 2019
886f851
adds WAKE_LOCK persmission for android
samberrry Jun 18, 2019
8f9649a
Merge pull request #14 from kelegorm/master
bkonyi Sep 20, 2019
8068462
Merge pull request #16 from vhessam/vhessam-patch-1
bkonyi Sep 20, 2019
a3ca335
Upgrade to avoid build errors/warnings
Oct 10, 2019
b7f9a09
Execute on UIThread
Oct 17, 2019
6c5096f
Point to the current plugin
Oct 18, 2019
40951d8
No need to commit this
Oct 30, 2019
b90e826
Cleaning up to create a pull request for Bens plugin
Oct 30, 2019
c3972a2
Reverting more changes to improve pull request
Oct 30, 2019
992bb3c
No need to generate commited change
Oct 30, 2019
b2a2f73
This also works when not executing on the main thread
Oct 31, 2019
d1df5c1
Minimize the diff
Oct 31, 2019
2e17ec0
Minimize diff
Oct 31, 2019
5de5e7f
Minimize diff
Oct 31, 2019
cc7c023
Revert "This also works when not executing on the main thread"
Oct 31, 2019
49224f5
Fix issue where hot restart would cause duplicate plugin registration…
bkonyi Nov 1, 2019
f7ae9af
Remove license text and sorting gradle file
Nov 1, 2019
c753433
Minimize diff
Nov 1, 2019
cfb43fe
Revert license file
Nov 1, 2019
b4762ed
Merge remote-tracking branch 'ben/master' into android-fixes
Nov 1, 2019
a8de907
Merge pull request #25 from JFreakDK/android-fixes
bkonyi Nov 1, 2019
b597287
Introduce a method to fetch registered geofence ids
wangditashi-se Jan 30, 2020
5d2483d
Avoid potential concurrent modification exception
wangditashi-se Feb 3, 2020
32d7b67
Add method call to fetch registered/ monitored regions in ios
wangditashi-se Feb 3, 2020
9a54297
Addressing PR comments.
wangditashi-se Feb 14, 2020
e06fb86
dart formatted as per review comment
wangditashi-se Feb 18, 2020
0c3313d
Merge pull request #37 from tashiwangdi/add_method_to_fetch_registere…
bkonyi Feb 18, 2020
aa0e6ad
Add background location permission on API level 29
paolorotolo Mar 31, 2020
0d038a4
Formatting
bkonyi Apr 13, 2020
7088938
Merge pull request #44 from paolorotolo/master
bkonyi Apr 13, 2020
870dfd0
Update LICENSE
bkonyi Apr 13, 2020
56e8587
Update README.md
bkonyi Apr 13, 2020
2ed4b81
Recreate Flutter project with AndroidX dependencies.
sixbangs Apr 7, 2020
1da0841
Merge pull request #45 from 6bangs/master
bkonyi May 11, 2020
6bd61e3
Upgrade Kotlin version and AndroidX migration
bkonyi Jul 26, 2020
43eda5d
Merge branch 'master' into androidx
bkonyi Jul 26, 2020
9ebed3d
Merge pull request #57 from bkonyi/androidx
bkonyi Jul 26, 2020
c4d1adb
Cleanup with android studio
Aug 10, 2020
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@
.pub/
pubspec.lock

.idea/

build/
18 changes: 0 additions & 18 deletions .idea/FlutterGeofencing.iml

This file was deleted.

28 changes: 0 additions & 28 deletions .idea/libraries/Dart_SDK.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/libraries/Flutter_Plugins.xml

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

Loading