PinnedMonth and Year custom picker Flutter (without package)You may use a simple Dropdown or you may use ListView.Builder, ExpandedTile or even in GridView.Builder.Dec 10, 2022Dec 10, 2022
PinnedInvoking Native Android Context in Flutter PluginI just invoked current context by simply calling applicationContext from FlutterPluginBinding object inside of onAttachedToEngine function.Sep 2, 2022Sep 2, 2022
PinnedNumber Localization By Dart (Flutter)While I was working on a flutter app, i came to a problem where I need to localize my app. I have to make the whole app in my own native…Jul 10, 2022Jul 10, 2022
How to get Android & IOS latest app version programmatically (Flutter, Dart)Play store and App store connect API usageNov 22Nov 22
How to deal with Live photo (IOS) in flutterFor live photo, flutter’s image or file picker does not work as expectedMay 27May 27
How to create a camera app by flutter with Portrait and Landscape modeThe first thing you need to do is to detect in which orientation your device is, no matter its Auto-Rotation mode is on or off. You can notAug 15, 2023Aug 15, 2023