All blog posts tagged with Flutter

Here are all the blog posts that have been tagged with Flutter in the blog. Click on the title to read the post and see the full article on the website.

  1. Custom Flutter Widgets You Need

    Custom Flutter Widgets You Need

    List of custom Flutter widgets that you need in your next project.

    Tornike Kurdadze

  2. Dart extensions

    Dart extensions

    Until Dart 2.7 introduced Extension methods, it was often impractical or impossible to add some functionality to built-in classes or someone else's API.

    Tornike Kurdadze

  3. Flutter Advanced Theming

    Flutter Advanced Theming

    Theming is an essential part of any application. It helps to create a consistent look and feel across the app. In Flutter, theming is done using ThemeData class. However, sometimes you need more control over the theming process. In this article, we will explore advanced theming techniques in Flutter.

    Tornike Kurdadze

  4. Optimistic State Management in Flutter

    Optimistic State Management in Flutter

    Optimistic state management is a technique in Flutter that immediately updates the UI in response to user actions, assuming the operation will succeed. This approach contrasts with traditional methods where the UI waits for server confirmation before reflecting changes

    Tornike Kurdadze

  5. SMS autofill in Flutter

    SMS autofill in Flutter

    SMS autofill is a feature that allows users to autofill OTP codes sent via SMS. This feature is available on both Android and iOS.

    Tornike Kurdadze

  6. Is Flutter Safe for Building Secure Apps?

    Is Flutter Safe for Building Secure Apps?

    A Practical Guide to Implementing Security in Flutter Apps

    Tornike Kurdadze