Flutterで行の両端にWidgetを配置する方法
やりたいこと Column の左端と右端にそろえて Widget を配置させたい。 こんな感じで。 実装 Row( mainAxisAlignment: MainAxisAlignment.sp...
14 search resultsShowing 1~14 results
You need to log-in
やりたいこと Column の左端と右端にそろえて Widget を配置させたい。 こんな感じで。 実装 Row( mainAxisAlignment: MainAxisAlignment.sp...
やりたいこと Container の中に GridView があって、 GridView 内でスクロールするのではなく、 Container 全体をスクロールするようにする。 実装 GridVi...
アニメーション animated_text_kit テキストアニメーションを実現させる flutter_spinkit アニメーションする読み込みインジケーター modal_progress_h...
テキストフィールドにある時のキーボードを閉じる FocusScope.of(context).requestFocus(FocusNode());
書き方 Hogehoge._privateConstructor(); static final Hogehoge instance = Hogehoge._privateConstructor...
現象 $ xcodegen generate を実行してprojectを作成。 その後、Schemeを Share Extension や Notification Service Extens...
うまく動作しなかったコード Provider.ofでの取得がうまく動作しませんでした。 main.dart void main() => runApp(MyApp()); class My...
関数に名前付きの引数を使わない場合 特に引数に名前をつけない場合はこんな感じで定義します void sendMessage(String title, String message) { ......
各項目について General Report usage information to Google Analytics Google Analyticsに使用状況を送信するかどうか。 App ...
実装するごとに追加していきます ルーティングで遷移する class App extends StatelessWidget { @override Widget build(BuildConte...
画面構成 画面の構成的には、containerとなるページがあり、その上にログイン画面が表示されるような構成を想定しています。 main └ container └ login m...
メアド、パスワードを画面から入力 メアドとパスワードの入力欄と、ログインボタンを配置します。 入力時にstateを更新しています。 login.dart class LoginPage exte...
pubspec.yaml に以下の記述を追加して、ビルドした。 dependencies: firebase_core: ^0.4.4+3 firebase_auth: ^0.15.5+2 cl...
登録されているリマインダー全てを取得して、登録日降順に並び替えています。 func sortedReminders(){ self.reminders = []; var eventStore ...
14 search resultsShowing 1~14 results
Qiita is a knowledge sharing service for engineers.