StraApi class
- Implemented types
- Mixed-in types
Constructors
- StraApi()
- StraAPIコンストラクタ
Properties
Methods
-
fa(
{IconData? icon, Key? key, double? size, Color? color, String? semanticLabel, TextDirection? textDirection}) → FaIcon -
FaIcon(package:font_awesome_flutter)のラッパー
引数でアイコン(https://fontawesome.com/icons/)や
色、サイズの指定がされておらず
既に共通設定されている場合はそれを参照する(呼び出し時に上書き可能)
inherited
-
getPlatformVersion(
) → Future< String?> - プラットフォームバージョン(MethodCall)
-
getStrByYml(
String assetPath, String target) → Future< String> -
引数のyamlパスと
parent.child.item
のようなdot区切りの形式で指定された文字列を元に 値を文字列として取得し返すinherited -
getStringByYmlText(
String ymlTxt, String target) → String -
引数のyaml文字列と
parent.child.item
のようなdot区切りの形式で指定された文字列を元に 値を文字列として取得し返すinherited -
initialize(
) → void - 初期化処理
-
loadText(
String assetPath) → Future< String> -
引数のアセットパスを元にファイルから文字列読み込みを行いテキストとして返す
inherited
-
loadYml(
String assetPath) → Future< YamlMap> -
引数のアセットパスからyamlを読み込み
YamlMap(package:yaml/yaml)形式で返す
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
svg(
String assetPath, {Key? key, bool matchTextDirection = false, AssetBundle? bundle, String? package, double? width, double? height, BoxFit fit = BoxFit.contain, Alignment alignment = Alignment.center, bool allowDrawingOutsideViewBox = false, Widget placeholderBuilder(BuildContext)?, String? semanticsLabel, bool excludeFromSemantics = false, Clip clipBehavior = Clip.hardEdge, SvgTheme theme = const SvgTheme(), ColorFilter? colorFilter}) → SvgPicture -
引数のアセットパスと幅/高さのサイズ指定を元に
SvgPicture(flutter_svg)形式で返す
例:
svg(
'assets/images/svg.svg',
width: 128,
height: 128,
)
inherited
-
testLog(
) → void - ログのテスト
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited