authwebview
A Flutter package for OAuth authentication using WebView. Originally developed for Rapider.ai (https://www.rapider.ai). Supports PKCE, multiple providers, and secure token storage.
2.1.0
hakanmertb/authwebview
What this package is like to depend on
Last release 8 months ago
22 Dec 2025
Release timing varies
gaps range from 1 weeks to 11 months
Most releases are documented
notes for 4 of 6 stable releases
2 versions withdrawn
withdrawn after publishing
2 years old
8 releases · first in 2024
1 release in the last 12 months
see the full history below
Release timeline
8 releases · Aug 2024 to Dec 2025
2025
2026
Releases
latest 8-
2.1.022 Dec 2025Nothing published for this version
-
2.0.014 Jan 2025Release notes
Open source →- Major update with breaking changes
- Complete rewrite of test infrastructure with mockito
- Enhanced error handling with custom exceptions
- Added dependency injection for better testability
- Updated to latest Material 3 design system
- Improved security with better PKCE implementation
- Added comprehensive test coverage
- Enhanced logging system
- Code refactoring for better maintainability
- Performance improvements with const constructors
- Updated all dependencies to latest versions
- Fixed all deprecated API usages
- Improved documentation
-
1.0.503 Dec 2024Nothing published for this version
-
1.0.403 Sep 2024Release notes
Open source →- Added proper error handling with custom exceptions
- Enhanced security with improved PKCE implementation
- Added comprehensive documentation
- Added example application with secure token storage
- Improved test coverage
- Updated package description with Rapider.ai reference
- Code cleanup and performance improvements
-
1.0.303 Sep 2024Release notes
Open source →- Updated dependencies to latest versions
- Fixed WebView cache clearing issues
- Improved error messages and logging
- Added token refresh mechanism
-
1.0.203 Sep 2024 withdrawnRelease notes
Open source →- Added PKCE support
- Improved error handling
- Added logout functionality
- Fixed state parameter validation
-
1.0.103 Sep 2024 withdrawnRelease notes
Open source →- Initial release with basic OAuth flow support
- Support for multiple providers
- Basic error handling
-
1.0.023 Aug 2024Release notes
Open source →- Initial version created for Rapider.ai
- Basic OAuth implementation
- WebView integration