Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 640 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 640 Bytes

Using Signals State Management for async Requests in Flutter

This is the demo project which has been built for an article published at Medium on December 14, 2023.

It has been tested with Flutter SDKs 3.16.x.

The project uses some ideas from other developers/articles:

  • Exceptions: Article from Lazizbek Fayziyev
  • App architecture: Inspired by an article from Andrea Bizzotto