Skip to content

クライアント4層構成でCRUD処理を実装するリファレンスアプリ(Flutter)

Notifications You must be signed in to change notification settings

kin9700/flutter-reference-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Reference App

題材:超簡易掲示板

本アーキテクチャを用いて、最小限のCRUD操作を実装したWebアプリです。

CRUD操作 対象機能 イメージ
C(Create) 新規投稿 image
R(Read) 全投稿参照 image
U(Update) 投稿編集 image
D(Delete) 投稿削除 image

参考

おまけ:RiverpodのDI機能について(2022/9時点)

参考までに...

About

クライアント4層構成でCRUD処理を実装するリファレンスアプリ(Flutter)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 55.2%
  • C++ 21.2%
  • CMake 18.4%
  • HTML 1.9%
  • C 1.4%
  • Ruby 1.4%
  • Other 0.5%