flutter_common_exports 0.1.0 copy "flutter_common_exports: ^0.1.0" to clipboard
flutter_common_exports: ^0.1.0 copied to clipboard

discontinued

A Flutter package includes some common exportation of constants and utils.

flutter_common_exports #

A Flutter package includes some common exportation of constants and utils.

Requirement #

Flutter SDK: >=1.12.13

Contents #

  • Cookie from dart:io.
  • dartx
  • DateFormat from intl.
  • OKToast.
  • Constants:
    • lessThanOne
    • lessThanZero
    • moreThanOne
    • moreThanZero
    • betweenZeroAndOne
    • currentTime
    • currentTimeStamp
    • localizationsDelegates
    • supportedLocales
  • Extensions:
    • BrightnessExtension:
      • brightness.isDark
      • brightness.isLight
    • BuildContextExtension:
      • context.mediaQuery
      • context.themeData
    • ColorExtension:
      • color.swatch
      • color.getMaterialColorValues
  • Screens:
    • MediaQueryData
    • fixedFontSize
    • scale (devicePixelRatio)
    • width
    • widthPixels
    • height
    • heightPixels
    • aspectRatio
    • textScaleFactor
    • navigationBarHeight
    • topSafeHeight
    • bottomSafeHeight
    • safeHeight
    • updateStatusBarStyle
  • Utils:
    • Input utils:
      • insertText
      • showKeyboard
      • hideKeyboard
    • realDebugPrint
    • doubleBackExit
    • doNothing
    • checkPermissions
  • Widgets:
    • emptyCounterBuilder
    • maxBorderRadius
    • PlatformProgressIndicator
    • NoSplashFactory
    • NoGlowScrollBehavior
1
likes
30
pub points
2%
popularity

Publisher

verified publisherfluttercandies.com

A Flutter package includes some common exportation of constants and utils.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

dartx, flutter, flutter_localizations, intl, oktoast

More

Packages that depend on flutter_common_exports