2020-02-01から1ヶ月間の記事一覧
Flutter Custom Paint Tutorial | Build a Radial Progress
高さ決めずにスクロールもさせないで使う方法 android - GridView.Count is not visible without fixing the height of parent container - Stack Overflow GridView.count( // 横 crossAxisCount: 3, shrinkWrap: true, // スクロールさせない primary: fal…
BottomNavigationBar だと BottomNavigationBarItem の子が必須かもしれない。 https://github.com/flutter/flutter/issues/17099 ここの @override Widget build(BuildContext context) { return Scaffold( body: body, bottomNavigationBar: new BottomApp…
https://blog.yipl.com.np/clipping-your-way-through-designs-flutter-a8a314ef656c
Outlined transparent button with gradient border in flutter - Stack Overflow
Flutter i18n pluginが死亡したので https://github.com/long1eu/flutter_i18n 別の使う。 Flutter Intl入れた 初期化 インポートはこれ? import 'package:andu/generated/l10n.dart';