Flutter

環境
Windows11 pro 64bit
Flutter 3.3.7

構文
borderRadius: BorderRadius.circular(xxx),
DrawerHeaderを ...

Ubuntu 23.04

環境
Ubuntu 23.04

概要
Proxy サーバーに接続するための、プロキシクライアントの設定です

操作方法
1.aptの個別設定方法
# vi/etc/apt/apt. ...

Ubuntu 23.04

環境
Ubuntu 23.04

概要
Proxy サーバーに接続するための、プロキシクライアントの設定です

操作方法
1.Ubuntu クライアントの場合は、プロキシ設定をします。 ...

Ubuntu 23.04

環境
Ubuntu 23.04

操作方法
1.日本語関連のパッケージをインストールします

# apt -y install language-pack-ja-base language-pack-ja ...

Mac OS X

環境
macOS

操作方法
1.メニューバーの「Appleメニュー」をクリックします。

2.「システム設定…」をクリックします。

3.左側の「ユーザとグループ」をクリック ...

Ubuntu 23.04

環境
Ubuntu 23.04

Dockerのインストール手順
1.Docker をインストールします

# apt -y install docker.io

2.dockerバージョンを確認します ...

Flutter

環境
Windows11 pro 64bit
Flutter 3.3.7

構文
appBar: AppBar(
iconTheme: IconThemeData(color: xxx), ...

Flutter

環境
Windows11 pro 64bit
Flutter 3.3.7

構文
Icon(Icons.arrow_downward)
下矢印のアイコンを表示するには、Icons.arrow_ ...

Flutter

環境
Windows11 pro 64bit
Flutter 3.3.7

構文
child: Icon(Icons.star)
星のアイコンを表示するには、「Icons.star」を使います ...

Flutter

環境
Windows11 pro 64bit
Flutter 3.3.7

構文
cursorWidth: カーソルの太さ
TextFormFieldのカーソルの太さを設定するには、引数「cu ...

Flutter

環境
Windows11 pro 64bit
Flutter 3.3.7

構文
action: SnackBarAction(xxx)
SnackBarの右側にボタンを追加するには、引数「a ...

Flutter

環境
Windows11 pro 64bit
Flutter 3.3.7

構文
textAlign: TextAlign.center
SnackBarのテキストを中央に表示するには、Tex ...

Flutter

環境
Windows11 pro 64bit
Flutter 3.3.7

構文
Textで表示しきれない文字の表示方法を設定するには、引数「overflow」を使います。

使用例

Flutter

環境
Windows11 pro 64bit
Flutter 3.3.7

構文
decorationStyle: TextDecorationStyle.wavy,
Textの取り消し線を波 ...

Flutter

環境
Windows11 pro 64bit
Flutter 3.3.7

構文
FloatingActionButtonを横に複数並べるには、Rowウェジェットを使います。

作成方法 ...

Flutter

環境
Windows11 pro 64bit
Flutter 3.3.7

構文
shape: CircleBorder(
side: BorderSide(xxx
FloatingA ...

Swift

環境
Swift version 5.2.3 (swift-5.2.3-RELEASE)
Ubuntu 20.04.2 LTS

構文
Listの背景色を透明にするには、UITablViewとlist ...

Swift

環境
Swift version 5.2.3 (swift-5.2.3-RELEASE)
Ubuntu 20.04.2 LTS

構文
func disable ( _ disabled : Bool ...