acter_flutter_sdk library
Classes
Constants
- isDevBuild → const bool
- proxyKey → const String
- rustLogKey → const String
Properties
- logFileRegExp ↔ RegExp
-
getter/setter pair
- screenshotFileRegExp ↔ RegExp
-
getter/setter pair
Functions
-
appCacheDir(
) → Future< String> -
appCacheDirInner(
) → Future< String> -
appDir(
) → Future< String> -
appDirInner(
) → Future< String> -
convertColor(
int? primary, dynamic fallback) → dynamic -
remapToImage(
Future fut, {int? cacheSize, int? cacheWidth, int? cacheHeight}) → Future - Convert an future of a FfiBufferUint8 (which you commonly get for images) to a flutter ImageProvider.
-
toDartDatetime(
dynamic dt) → DateTime