/flutter_study

Personal flutter study

Primary LanguageDartMIT LicenseMIT

flutter_exp

This is personal experiments of Flutter.

This repository is published under MIT license just to keep copyrights.

Experiments

  • Dependency management with Riverpod
  • "MVVM" architecture with State Notifier
  • UI stack based presenter/view state transition with freezed
  • FFI (Windows) with win32
    • It looks easier than channel for Win32. But it might be deprecated with UWP which supports modern features like OAuth2 client support etc.
  • Validation with Form Validator
  • L10N with EasyLocalization
    • I choose this because it supports null-safety.
  • Menu - route synchronization.