open_settings_plus
The most complete flutter plugin packages for open various settings screen, covering newer versions of ios and android.
0.5.0
70K downloads/mo
#1285 most downloaded on pub.dev
yanncabral/open_settings_plus
What this package is like to depend on
Last release 2 months ago
26 May 2026
Release timing varies
gaps range from 2 weeks to 1.3 years
Nearly every release is documented
notes for 12 of 12 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
12 releases · first in 2023
3 releases in the last 12 months
see the full history below
Release timeline
12 releases · Feb 2023 to May 2026
2024
2025
2026
Releases
latest 12-
0.5.026 May 2026Release notes
Open source →💡 Technical Improvements
- Added iOS Swift Package Manager support while keeping CocoaPods compatibility.
- Moved the iOS Swift plugin source into the SwiftPM target layout and updated the podspec source path.
- Raised the Flutter/Dart lower bounds required by Flutter's current SPM plugin integration.
- Updated the example app to opt into Swift Package Manager and added macOS CI validation for
flutter build ios --no-codesign.
-
0.4.202 Mar 2026Release notes
Open source →🚀 New Features
- Added Android
openByDefault()shortcut to openOpen by default(android.settings.APP_OPEN_BY_DEFAULT_SETTINGS)
🔧 Bug Fixes
- Fixed Android app notification shortcut by using
android.settings.APP_NOTIFICATION_SETTINGSand keeping compatibility with legacyAPPLICATION_NOTIFICATION_SETTINGS
💡 Technical Improvements
- Added
sendAndroidIntentandsendAndroidAppIntentin Android API to support scalable intent routing without growing native action lists - Deprecated
applicationNotification()in favor ofappNotification()while keeping backward compatibility
- Added Android
-
0.4.102 Mar 2026Release notes
Open source →🚀 New Features
- Added Android
tether()shortcut to openMobile Hotspot & Tethering(android.settings.TETHER_SETTINGS)
- Added Android
-
0.4.020 Nov 2024Release notes
Open source →🚀 New Features
- Added enhanced support for notification settings across different Android versions
- Added new
call()method to open Android general settings
🔧 Bug Fixes
- Fixed test namespace in Android to
br.com.yanncabral.open_settings_plus.test - Improved intent handling logic for specific Android settings
🔄 Updates
- Updated
compileSdkVersionto 34 - Updated iOS LastUpgradeVersion to 1510
- Updated
@UIApplicationMainto@mainin iOS AppDelegate - Updated several example dependencies:
- meta: 1.12.0 → 1.15.0
- test_api: 0.7.0 → 0.7.2
- vm_service: 14.2.0 → 14.2.5
💡 Technical Improvements
- Implemented version-specific logic for Android notification settings
- Refactored decision structure for opening app-specific settings
-
0.3.303 May 2024Release notes
Open source →- Change Java version to 11 and gradle to 7.4.2 to solve apk build error (View Contributor's Github)
-
0.3.219 Apr 2024Release notes
Open source →- Removed unnecessary NDK declaration from Android build.gradle to eliminate compilation warning when no C/C++ dependencies are present. (View Contributor's Github)
-
0.3.103 Apr 2024 -
0.3.003 Apr 2024 -
0.2.031 Jan 2024Release notes
Open source →- Remove unnecessary comments.
- Add a better documentation for the plugin.
- Add nfc option to android.
- Fix version of AGP8 and compilesdk version 34 (@prasant10050)
- Add a better example for the plugin.
- Better API by using singleton and switch case.
-
0.1.014 Jun 2023 -
0.0.214 Feb 2023Release notes
Open source →- Add better documentations for android implementation.
- Add better documentations for iOS implementation.
- Use https homepage instead of http.
- Update podspec.
-
0.0.113 Feb 2023