-
Notifications
You must be signed in to change notification settings - Fork 3
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
ask location permission (fixes #43, #45, #48, #51) #46
Merged
Merged
Changes from 45 commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
48160cd
add permission_handler to pubspec.yaml
ComputerOnFire 17102f7
add sdk version to gradle
ComputerOnFire be06e89
implement permission_handler
ComputerOnFire 9769afd
move permission check to appStart() within BluetoothCubit
ComputerOnFire e0c0c7d
add PermissionsNotGranted state
ComputerOnFire e07184f
remove permission check from landing page
ComputerOnFire 6d2bdcd
remove android sdk settings from wrong build.gradle, update compileSd…
ComputerOnFire 7c1da3e
remove android sdk settings from wrong build.gradle, update compileSd…
ComputerOnFire 8698349
remove fluttertoast for now
ComputerOnFire ed1efa7
remove dart.html import
ComputerOnFire c297248
cleanup of imports
ComputerOnFire 65b27d3
downgrade permission_handler to 8.2.0
ComputerOnFire d375e79
downgrade permission_handler to 8.1.6
ComputerOnFire d1c1f13
formatting
ComputerOnFire e1b69d1
formatting
ComputerOnFire 44b74ad
refactor permissions requests, add requests for android 12 permissions
ComputerOnFire 164687f
fix location permission
ComputerOnFire 7f92a19
change permissions back to target SDK 30 / Android 11
ComputerOnFire fbc4218
change permissions back to target SDK 30 / Android 11
ComputerOnFire f40e790
upgrade flutter packages
ComputerOnFire e511751
cleanup
ComputerOnFire 08c2439
Update main.yml
ComputerOnFire 85aa3aa
set ios version to minimum allowed by CoreBluetooth (10.0)
ComputerOnFire dda8abc
Merge branch 'permissions12' of https://github.com/treehouses/flutter…
ComputerOnFire 623d2c4
set ios version to minimum allowed by CoreBluetooth (10.0)
ComputerOnFire 931a5e3
set ios version to minimum allowed by CoreBluetooth (10.0)
ComputerOnFire 317692e
set ios version to minimum allowed by CoreBluetooth (10.0)
ComputerOnFire 1c0d648
set ios version to minimum allowed by CoreBluetooth (10.0)
ComputerOnFire fa1f05b
set ios version to minimum allowed by CoreBluetooth (10.0)
ComputerOnFire 6b18372
set ios version to minimum allowed by CoreBluetooth (10.0)
ComputerOnFire 860238a
set ios version to minimum allowed by CoreBluetooth (10.0)
ComputerOnFire 7e96423
set ios version back to 9.0
ComputerOnFire 52553d3
set ios version back to 9.0
ComputerOnFire f56f89e
set ios version to minimum allowed by CoreBluetooth (10.0)
ComputerOnFire bebe4d4
set ios version to minimum allowed by CoreBluetooth (10.0)
ComputerOnFire d7f6e71
set ios version to minimum allowed by CoreBluetooth (10.0)
ComputerOnFire 84c8644
set ios version to minimum allowed by CoreBluetooth (10.0)
ComputerOnFire 1a7c9b2
Update main.yml
ComputerOnFire ec3924f
Update main.yml
ComputerOnFire f3c978f
Update Podfile
ComputerOnFire 7361d74
make iOS build process match Android build process
ComputerOnFire c866122
Merge branch 'permissions12' into permissions (target SDK 31 / Androi…
ComputerOnFire 0782de8
Merge branch 'permissions12' into permissions (target SDK 31 / Androi…
ComputerOnFire 30aedae
refactor
ComputerOnFire 8c504ed
refactor
ComputerOnFire 9ef65ca
update podfile for ios permissions
ComputerOnFire 71d9198
update podfile for ios permissions
ComputerOnFire 9917339
update podfile for ios permissions
ComputerOnFire 26aa68f
update pod
rrijal53 e804cc9
Merge branch 'permissions' of github.com:treehouses/flutter-ble-termi…
rrijal53 3baee53
fix pod file
rrijal53 4f2d481
modified xcodeproj
rrijal53 525440b
updated pod
rrijal53 c933c69
updated actions
rrijal53 0f5f934
fix build issue
rrijal53 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,4 @@ subprojects { | |
|
||
task clean(type: Delete) { | ||
delete rootProject.buildDir | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ComputerOnFire we need to add permission here as well , other wise it will not work in IOS
eg: