Skip to content
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

Open
yuyu31 opened this issue Jun 4, 2022 · 9 comments
Open

ワイヤーフレーム作成 #1

yuyu31 opened this issue Jun 4, 2022 · 9 comments

Comments

@yuyu31
Copy link
Collaborator

yuyu31 commented Jun 4, 2022

No description provided.

@yuyu31
Copy link
Collaborator Author

yuyu31 commented Jun 4, 2022

@yuyu31
Copy link
Collaborator Author

yuyu31 commented Jun 6, 2022

・左詰め表示
・計算式を表示するところはマス目表示にする(カーソルを動かすことで記号変えたり括弧入れたりできる)
・あとは入力UIをどうするか

@miyaji255
Copy link
Collaborator

googleのやつに似せるならこうしたら丸いボタンが作れるらしい

ElevatedButton(
    child: const Text('Btn'),
    style: ElevatedButton.styleFrom(
      shape: const CircleBorder(),
    ),
    onPressed: () {},
),

@yuyu31
Copy link
Collaborator Author

yuyu31 commented Jun 9, 2022

・入力UIは円ボタンで見やすいのでgoogleが出してるCalculatorに似せる
My project.pdf
・表示部分の雰囲気は添付PDF参照

@yuyu31
Copy link
Collaborator Author

yuyu31 commented Jun 11, 2022

・0~9, 小数点, backspace, AC, (, ), +, -, *, /, =, sin, cos, tan, 乱数, ^, In, log, e, π を入力UIの要素
・マス目はタップする
・時間・単位・角度計算はタブを変える

@yuyu31
Copy link
Collaborator Author

yuyu31 commented Jun 11, 2022

・抵抗並列(//)追加

miyaji255 added a commit that referenced this issue Jun 12, 2022
miyaji255 added a commit that referenced this issue Jun 12, 2022
@yuyu31
Copy link
Collaborator Author

yuyu31 commented Jun 16, 2022

・時間計算用の「:」追加

@yuyu31
Copy link
Collaborator Author

yuyu31 commented Jun 16, 2022

キー入力により計算式が表示されるよう変更

miyaji255 added a commit that referenced this issue Jun 17, 2022
miyaji255 added a commit that referenced this issue Jun 17, 2022
@yuyu31
Copy link
Collaborator Author

yuyu31 commented Jun 17, 2022

To do
・画面遷移で計算式が維持されない
・2番目から最初の画面に戻れない

miyaji255 added a commit that referenced this issue Jun 18, 2022
#1 キー入力により計算式が表示されるよう変更
miyaji255 added a commit that referenced this issue Jun 18, 2022
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants