Subscribe To My Substack For What Is Missing In Flutter SDK Docs

Subscribe To My Substack For What Is Missing In Flutter SDK Docs

I am putting finishing touches on the Adaptive Scaffold, Canonical Layouts, And GoRouter example. It will only be a free gift to my paid subscribers of my substack:

https://fredgrott.substack.com

With Apple set to release a foldable mobile device in this next year it is somewhat important to know how to implement Canonical Layouts as they handle both big screens and foldables.

要查看或添加评论,请登录

Fred Grott的更多文章

  • Wrapping Nested Navigator Content Is Not IndexedStack

    Wrapping Nested Navigator Content Is Not IndexedStack

    So all over the place you see wrapping nested navigator content in an IndexedStack. Even GoRouter covers it with their…

  • What Makes A Good Nav2 Library

    What Makes A Good Nav2 Library

    Since all Nav2 libraries support the full features of Nav2 it is more about what fits with the Flutter app design…

  • Adaptive And Responsive In Flutter

    Adaptive And Responsive In Flutter

    With Apple set to release a foldable in 2 years or less it might be time to realize that the Flutter Docs do not cover…

  • Is The Flutter Framework MVC

    Is The Flutter Framework MVC

    Google will not tell you this. But I will as it goes towards why state management solutions should be MVVM based.

  • Killing MVC In The Name Of

    Killing MVC In The Name Of

    Yeah, I am a Rage Against The Machine fan..

  • Separating View From State Is Not Reactive Enough

    Separating View From State Is Not Reactive Enough

    Google Flutter GDE's will not tell you this, but all that state management pain is due to you not aligning state…

  • Google Dropped The Ball On State Arch And Management

    Google Dropped The Ball On State Arch And Management

    So on the Facebook side of React everyone is moving from Redux App global store of state truth to atom view defined…

  • What Is Transparent Functional Reactive Programming

    What Is Transparent Functional Reactive Programming

    State management in front ends has moved to transparent functional reactive programming. In simplest terms, side…

  • BLoC Is Moving Biz Logic From

    BLoC Is Moving Biz Logic From

    BLoC does not get rid of the combined controller and view in extends State. Instead it sets up a Model-View that is…

  • AnimationController Is Not A Controller

    AnimationController Is Not A Controller

    Since AnimationController extends the listenable class its an observer. And observers indicate what app arch people?…

社区洞察

其他会员也浏览了