yui library

Enums

DeployEnv
Deployment Environment
EventType
FlipDirection
FlipDirection
ImageScheme
URIが指す場所の種類
YuiButtonType
Type of a Button

Constants

a90 → const double
bananaYellow → const Color
d0 → const double
d180 → const double
d270 → const double
d360 → const double
d90 → const double
digitalBlack → const Color
digitalYellow → const Color
fontDigital → const String
fontNomal → const String
fontSizeDetail → const double
fontSizeH1 → const double
fontSizeH2 → const double
fontSizeH3 → const double
fontSizeMin → const double
fontSizeReguler → const double
fontUserName → const String
yuiDarkGrey → const Color
yuiGrey → const Color
yuiLightGrey → const Color
yuiSystemBlue → const Color
yuiSystemGreen → const Color
yuiSystemRed → const Color
yuiWhite → const Color

Functions

addr({required String pubJwk}) String
pubJwk から addr を作成する
calcRatioDiff(double target, double baseLine) String
getSafeAreaInset() → dynamic
json2result<Value>(Map<String, Object?> json) Result<Value>
newJwk() String
新しい Jwk を発行する
pubJwk({required String jwk}) String
Jwk から pubJwk を取り出す
result2json<Value>(Result<Value> result) String
setMetaThemeColor(Color color) → void
sign({required String sigContent, required String jwk}) String
署名
verify({required String sig, required String sigContent, required String pubJwk}) bool
検証

Typedefs

Path = String
UiDialog = Widget Function(UiCall call)
a Dialog
UiPage = Widget Function(Map<String, String> params)
a Page