sst_utility 1.0.1+5 copy "sst_utility: ^1.0.1+5" to clipboard
sst_utility: ^1.0.1+5 copied to clipboard

PlatformAndroid

Provides a foundation of common utilities, UI helpers, and best practices to accelerate Flutter/Dart development..

Pub Version License: MIT

SST Utility #

SST Utility provides a foundation of common utilities, UI helpers, and best practices to accelerate Flutter/Dart development.

Clone this repository, rename the package, and start your new project instantly.


Features #

SST Utility offers well-organized modules for rapid development:

Storage #

  • PrefStorage — helper for shared preferences.
  • Storage — generic storage helper for local data.

Utility Classes #

  • ad_utils.dart — Google Mobile Ads helpers.
  • assets_utils.dart — asset path helpers.
  • merged_asset_loader.dart — load and merge multiple assets.
  • app_rest_client.dart — configurable Dio HTTP client.
  • my_http.dart — simplified HTTP helpers.
  • base_settings.dart — app-wide configuration management.
  • bloc_utils.dart — common utilities for BLoC architecture.
  • color_ext.dart — color-related extensions.
  • color_utils.dart — hex color parsing utilities.
  • datetime_utils.dart — date and time helpers.
  • screen_utils.dart — screen size/layout helpers.
  • scroll_controller_ext.dart — scroll helpers.
  • device_utils.dart — device-related utilities.
  • permisssion_utils.dart — permission management.
  • file_utils.dart — file I/O helpers.
  • firebase_utils.dart — Firebase helper functions.
  • image_utils.dart — image processing utilities.
  • in_app_purchase_utils.dart — in-app purchase helpers.
  • logger_utils.dart — logging with optional Firebase Crashlytics integration.
  • navigator_utils.dart — navigation helpers.
  • number_utils.dart — random number helpers.
  • string_ext.dart — string extension helpers.
  • toast_utils.dart — toast notification helpers.

Localization Support #

Tools to simplify multi-language support.