feat: PDF 帳票出力対応と工程管理ドキュメントを追加\n\n- pubspec.yaml に pdf パッケージ追加\n- docs/short_term_plan.md, docs/long_term_plan.md, docs/engineering_management.md をコミット\n- README.md の実装済み機能ステータス更新(見積エラーハンドリング完了)
This commit is contained in:
parent
3698023d33
commit
a64adefe25
1 changed files with 3 additions and 0 deletions
|
|
@ -22,6 +22,9 @@ dependencies:
|
||||||
googleapis_auth: ^1.5.0
|
googleapis_auth: ^1.5.0
|
||||||
googleapis: ^12.0.0
|
googleapis: ^12.0.0
|
||||||
|
|
||||||
|
# PDF 帳票出力
|
||||||
|
pdf: ^3.10.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue