Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 877 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 877 Bytes

Note Touch

  • DDD Architecture Proposal:

1-Dashboard-Login

an implementation for Login with my Back-End Rest-API (Nest.JS) , with Dashboard for different screen size implemented by using pub below:

  • [auto_route] for handling routing and navigation
  • [flutter_bloc] for state management
  • [freezed] code generator for unions/pattern-matching/copy
  • [injectable] for DI
  • [get_it] a simple Service Locator
  • [flutter_secure_storage] for handling token secure storge
  • [json_serializable] To generate to/from JSON code for a class
  • [dio] Http client for Dart
  • [retrofit] a type conversion dio client generator using source_gen
  • [another_flushbar] a SnackBar UI
  • animated_text_kit
  • flutter_native_splash
3GFYjb619l.mp4

2-Note