Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexv525/flutter_common_exports

Common exportation with some constants and utils.
https://github.com/alexv525/flutter_common_exports

Last synced: 24 days ago
JSON representation

Common exportation with some constants and utils.

Awesome Lists containing this project

README

        

# 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`