Use Flutter UI inside iOS App ExtensionsIn this article we will explore the basics of setting up an extension and how to use Flutter in it.Feb 23, 2024·7 min read
Flutter Flexible Widgets: Comprehensive Guide to Using Flexible & Expanded EffectivelyApr 18, 2023·5 min read
Flutter flexible widgets: ColumnFlutter provides several layout widgets that help build UI easily. Let's explore how the Column widget can be used and configured to build our apps.Apr 17, 2023·7 min read
Flutter flexible widgets: RowFlutter provides several layout widgets that help build UI easily. Let's explore how the Row widget can be used and configured to build our apps.Apr 13, 2023·7 min read
Adding login to your SwiftUI app with SuperTokens and NodeJS — Part 1Most modern-day mobile applications involve authentication in some way, this usually involves asking your users to log in to your app before they get to use it. In this article, we will cover how to build a simple email password-based login system fo...Dec 17, 2022·9 min read
SwiftUI: Reusable UI with Custom ModifiersThe ability to create custom view modifiers is a powerful feature in SwiftUI, in this article we will cover examples of how this feature can be used to make building UI so much easier. If you are not familiar with ViewModifiers in SwiftUI and how to ...Dec 8, 2022·5 min read
SwiftUI: What are ViewModifiers?SwiftUI is quickly becoming the popular choice for making iOS apps, and one of the most common things you use is ViewModifiers. If you have worked with SwiftUI before reading this and don’t know what ViewModifiers are, I guarantee you have used them ...Dec 4, 2022·3 min read
Animations in Flutter: Implicit AnimationsThis article is part of the series "Animations in Flutter". As the name suggests, the series covers how to add animations to your Flutter apps, what are the fundamental differences between the options you have and how you can go about choosing the be...Mar 24, 2021·10 min read