万年素人からHackerへの道

万年素人がHackerになれるまで殴り書きするぜ。

2020-02-01から1ヶ月間の記事一覧

円Flutter

Flutter Custom Paint Tutorial | Build a Radial Progress

スクロール GridView.countで高さ決めない

高さ決めずにスクロールもさせないで使う方法 android - GridView.Count is not visible without fixing the height of parent container - Stack Overflow GridView.count( // 横 crossAxisCount: 3, shrinkWrap: true, // スクロールさせない primary: fal…

BottomNavigationBarについて

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

Flutterで枠線でグラデーション

Outlined transparent button with gradient border in flutter - Stack Overflow

Flutter i18n plugin死亡

Flutter i18n pluginが死亡したので https://github.com/long1eu/flutter_i18n 別の使う。 Flutter Intl入れた 初期化 インポートはこれ? import 'package:andu/generated/l10n.dart';