-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ワイヤーフレーム作成 #1
Comments
・左詰め表示 |
googleのやつに似せるならこうしたら丸いボタンが作れるらしい ElevatedButton(
child: const Text('Btn'),
style: ElevatedButton.styleFrom(
shape: const CircleBorder(),
),
onPressed: () {},
), |
・入力UIは円ボタンで見やすいのでgoogleが出してるCalculatorに似せる |
・0~9, 小数点, backspace, AC, (, ), +, -, *, /, =, sin, cos, tan, 乱数, ^, In, log, e, π を入力UIの要素 |
・抵抗並列(//)追加 |
・時間計算用の「:」追加 |
キー入力により計算式が表示されるよう変更 |
miyaji255
added a commit
that referenced
this issue
Jun 17, 2022
To do |
miyaji255
added a commit
that referenced
this issue
Jun 18, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: