bm_flutter 0.1.2
bm_flutter: ^0.1.2 copied to clipboard
A Flutter toolkit providing annotation-driven preferences code generation, device security utilities, and reusable UI components.
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.