How to Create iOS Widget (Today Extension)Tri RejekiBlockedUnblockFollowFollowingJun 12Photo by Hal Gatewood on UnsplashOverviewWidget is an extension that displays a small…
Continue Readingwidget
Understanding Async in Flutter Tests
From the docs on FakeAsync:Test code can be passed as a callback to run, which causes it to be run…
Continue ReadingKeys! What are they good for?
Ahem, excuse me. As you may know, under the covers, for every widget, Flutter builds a corresponding Element. Just like…
Continue ReadingWebViews in Flutter
WebViews in FlutterNick ManningBlockedUnblockFollowFollowingMar 7Presenting a web view is pretty common in mobile apps. In Flutter, this is done by using…
Continue ReadingFlutter — Visual Studio Code Shortcuts for Fast and Efficient Development
Flutter — Visual Studio Code Shortcuts for Fast and Efficient DevelopmentGanesh . s. pBlockedUnblockFollowFollowingMar 24It is a well known fact that keyboard…
Continue ReadingFlutter Layout Challenge: Squares
In the last episode, they introduced the “Align” widget, which will be very useful here for us. Let’s watch the…
Continue ReadingUnderstanding state management, and why you never will
(this is my definition)You’re confusing so many concepts!Debates about “state management” are an exercise in demonstrating the importance of words…
Continue ReadingFlutter + Source Generation: The birth of a Magical Widget [Part 2]
if it is set to false, then no further code will be generated. However, if it is set to true,…
Continue ReadingCreating Multi Cloud Mobile app clone in Flutter
Creating Multi Cloud Mobile app clone in FlutterAjay SinghBlockedUnblockFollowFollowingJan 2In this short tutorial we are going to learn how to create…
Continue ReadingThe Layer Cake
Next, with the help of the Elements in the element tree, Flutter will compare the first item in the new…
Continue Reading