bm_flutter 0.1.3
bm_flutter: ^0.1.3 copied to clipboard
A Flutter toolkit providing annotation-driven preferences code generation, device security utilities, and reusable UI components.
0.1.3 #
- Added example app for pub.dev scoring.
- Upgraded dependencies:
flutter_secure_storageto 10.3.1,analyzerto 13.0.0,source_gento 4.2.3,build_runnerto 2.15.0, and other transitive updates.
0.1.2 #
- Initial release as
bm_flutter(migrated fromld_flutter). - Annotation-driven preferences code generation via
@GeneratePreferences,@UserDefault, and@Secure. BasePreferenceswith synchronous read/write backed bySharedPreferencesandFlutterSecureStorage.DeviceSecurityHelperfor jailbreak/root detection, debug-mode checks, and signature verification.DeviceHelperfor responsive scaling relative to a baseline device width.ViewStatesealed class covering loading, error, and data states for BLoC-driven screens.LanguageManagerwithSupportedLocaleenum for custom locale resolution.- UI components:
AppCupertinoButton,UnderlinedButton,ErrorView,emptyBlocListener, andpreferencesListener. - Typography helpers:
FontHelper,FontKeyRegistry, andFontWeightProtocol.