Powering Flutter Apps with GraphQL: Unleashing Efficient Data QueriesIn the ever-evolving landscape of mobile app development, the combination of Flutter and GraphQL stands out as a dynamic duo, offering…Feb 17Feb 17
Published inThe StartupText Recognition in Android Using Firebase VisionI was trying to add Image to Text recognition in one of my apps using google-vision package when I found out that it doesn’t perfectly…Feb 8, 20211Feb 8, 20211
Heisenbug — How to find a tricky bugHave you ever watched “Catch me if you can” movie? It’s about a skilled forger who has passed as a doctor, lawyer, and pilot. An FBI agent…Jan 26, 2021Jan 26, 2021
Published inThe StartupSecuring API Keys in Flutter Using C++ and Dart FFISometimes loosing secret Api Key can create a dangerous privacy issue or may effect the billing of our app. Fortunately flutter has many…Dec 21, 20206Dec 21, 20206
Published incodeburst404 Page Animation in FlutterIn this post we are going to create a simple yet beautiful 404 page for our app using PositionedTransition in flutter, but before jumping…Nov 27, 2020Nov 27, 2020
Published inThe StartupDrawer Animation in FlutterI recently watched Marcin Szałeks video about complex UI where he creates some awesome animations using flutter. In this post we are going…Nov 2, 20201Nov 2, 20201
Flutter App Themes using HydratedBlocWe can simply change flutter app theme with BloC pattern and Shared-preferences library, however we can also achieve this goal using a…Oct 29, 2020Oct 29, 2020
Handle Login With Google in Android with FlutterI wanted to create a login with google button in my app and found out that it may be a little tricky, so I thought it may be good to share…Aug 14, 20201Aug 14, 20201
Flutter Sliver App bar With Image SliderIn Flutter we can create Collapsing app bars just like android and iOS. In this tutorial we are going to create an app bar with dynamic…Apr 8, 20201Apr 8, 20201