appcare_flutter
An all-in-one Flutter utility package for app maintenance, upgrader dialogs, device info, battery, network diagnostics, biometrics, security, and hardware controls.
2.0.1
307 downloads/mo
#1031 most downloaded on pub.dev
What this package is like to depend on
Last release 3 days ago
20 Aug 2026
Release timing varies
gaps range from 2 weeks to 6 months
Most releases are documented
notes for 6 of 7 stable releases
Nothing withdrawn
no release was ever pulled
6 months old
7 releases · first in 2026
7 releases in the last 12 months
see the full history below
Release timeline
7 releases · Jan 2026 to Aug 2026Releases
latest 7-
2.0.120 Aug 2026Release notes
Open source →- Fix Dart Plugin Registrant Compatibility: Conditionally exported desktop platform registrant classes (
AppcareFlutterMacOS,AppcareFlutterWindows,AppcareFlutterLinux) inappcare_flutter.dartto resolve build failures during Flutter's automated registrant generation. - Non-IO Web Stubs: Added web/WASM-safe desktop registration stubs without
dart:iocontamination. - Android Kotlin JVM Target Alignment: Configured Kotlin compiler JVM target (
jvmTarget = "17") inandroid/build.gradleto prevent Gradle compile incompatibility. - Pub Metadata: Added official
repositoryandissue_trackerlinks topubspec.yaml.
- Fix Dart Plugin Registrant Compatibility: Conditionally exported desktop platform registrant classes (
-
2.0.020 Aug 2026Release notes
Open source →- 100% Zero External Dependencies: Powered purely by Flutter & Dart SDK built-in libraries (using native
dart:js_interopextension types with no third-party web packages). - Full WASM & Web Runtime Compatibility: 100% WASM-ready web platform implementation with zero external package overhead.
- Zero dart:io Web Contamination: Decoupled file IO operations via conditional compilation storage abstraction, ensuring full Web and WASM runtime compatibility.
- Streamlined Public API Exports: Cleaned up
appcare_flutter.dartexports to only expose public APIs and models. - Full 6-Platform 20/20 pub.dev Score: Resolved all pana static analysis, platform compatibility, and linting warnings for a perfect 160/160 score.
- 100% Zero External Dependencies: Powered purely by Flutter & Dart SDK built-in libraries (using native
-
1.4.120 Aug 2026Nothing published for this version
-
1.4.008 Aug 2026Release notes
Open source →- Full 6-Platform Support: Added comprehensive cross-platform support for Android, iOS, Web, macOS, Windows, and Linux (20/20 pub.dev platform support score).
- Swift Package Manager (SPM): Structured iOS plugin for full Swift Package Manager compatibility.
- Built-in Kotlin: Migrated Android Gradle configuration to modern built-in Kotlin (AGP 9+ compatible).
- Native Flashlight / Torch Controller: Added
turnFlashlightOn(),turnFlashlightOff(), andtoggleFlashlight()for direct native camera flash control. - Security & Anti-Cheat Helpers: Added
isMockLocation()to detect Fake GPS apps,isAutomaticTime()to verify network time sync, andisScreenBeingRecorded()to detect active screen recording. - External App Presence Inspector: Added
isAppInstalled()to check if WhatsApp, Telegram, or other apps are installed. - Wi-Fi Signal Strength (RSSI): Added
getWifiSignalStrength()returning Wi-Fi signal level on a 0 to 4 scale. - Device Face-Down Detector: Added
isDeviceFaceDown()to detect when device screen is face down on a flat surface.
-
1.0.230 Jan 2026Release notes
Open source →- Added Swift Package Manager (SPM) support for iOS (
Package.swift). - Migrated Android build configuration to modern built-in Kotlin support.
- Enhanced DartDoc documentation across 100% of public API methods and models.
- Improved version comparison logic (
compareVersions) to support standard semver, build numbers (e.g.1.0.0+2), and pre-release tags. - Added
resetReviewHistory()helper to manage in-app review cooldown state. - Enhanced location permission flow on Android (dual fine/coarse check) and iOS (iOS 14+ authorization status support).
- Added timeout and custom host options for
checkConnectivity().
- Added Swift Package Manager (SPM) support for iOS (
-
1.0.130 Jan 2026 -
1.0.030 Jan 2026Release notes
Open source →- Initial release: App Rating, Update Checker, Internet Connectivity, Package Info, Geo Location.