base_wallet_kit
Base library with Clean Architecture + Riverpod for Flutter wallet/fintech apps. Includes HTTP client, secure storage, auth, migration manager, and reusable widgets.
What this package is like to depend on
Last release 4 months ago
27 Mar 2026
Too new to tell
only 1 release windows
Most releases are documented
notes for 3 of 4 stable releases
Nothing withdrawn
no release was ever pulled
5 months old
4 releases · first in 2026
4 releases in the last 12 months
see the full history below
Release timeline
4 releases · Mar 2026 to Mar 2026Releases
latest 4-
1.0.327 Mar 2026Release notes
Open source →- Added LocationService and LazyLocationService for GPS access with CDMX fallback.
- Added MandatoryPermissionsService for location permission dialogs and blocking screen.
- Added PermissionsBlockingScreen widget shown when permissions are permanently denied.
- Added DeviceInfoService for Android/iOS device info, device ID and physical device check.
- Added UpdateService with configurable MethodChannel for Android in-app updates.
- Added AddressParserService (ParsedAddress model) for structured INE/OCR address parsing.
- Added BackgroundOperationManager with retry logic for async background operations.
- Added RatingPreferences for persisting app rating prompt state.
- Added IsolateProcessingService for video/image/file Base64 encoding via compute().
- Added
imagepackage dependency for image processing in isolates.
-
1.0.225 Mar 2026Nothing published for this version
-
1.0.125 Mar 2026Release notes
Open source →- Added repository, homepage and issue_tracker URLs to pubspec.yaml.
- Fixed pub.dev dry-run warnings: version constraints, unused imports and fields.
-
1.0.025 Mar 2026Release notes
Open source →- Initial release.
- Clean Architecture base structure (domain, infrastructure, providers).
- ApiDioFactory with dynamic URL, token expiration and Crashlytics interceptors.
- SecureCredentials and SecureTokenStorage using flutter_secure_storage.
- MigrationManager for safe iOS/Android app updates without data loss.
- BiometricPreferences with iOS first-install Keychain cleanup pattern.
- UserInfoProvider and AccountInfoProvider (stringList with safe index access).
- BaseAuthProvider and BaseAccountProvider (Riverpod StateNotifier base classes).
- IOSUpdateChecker with App Store redirect.
- NavigationStateService configurable via BaseWalletKit.init().
- Reusable widgets: CustomAlert, CustomAppBar, PermissionGuard, RatingDialog.
- Utils: PhoneNumberUtils, CurpNormalizer.