Hi there, We have developed an app named "Shodai (সদাই)". Check it out from the link below: https://play.google.com/store/apps/details?id=com.fzrtechnology.shodai If you like the app, give a rating and write a review in the google play store. Let us... https://codebucket.net//shodai-application-launched

Google developed the mobile app development framework known as Flutter. It enables programmers to construct cross-platform, desktops, which work with both Android and iOS. Development is quicker and has been simpler than ever with Flutter since it le... https://abhineyabeduru.hashnode.dev/flutter-the-next-revolution

In BLoC architecture or BLoC pattern, there are two terms often involved viz: bloc and cubit. The Cubit is a subset of the famous implementation of BLoC Pattern; it abandons the concept of Events and simplifies the way of emitting states. bloc
When ... https://praneshp1.hashnode.dev/flutter-bloc-vs-cubit
Hi Everyone, Every time when you finish your development and try to build the app bundle, always face some errors. For that, I have come up with this idea to show you how quickly we can men this barrier. Let’s see the steps: Full Source: https://code... https://codebucket.net//how-to-make-ready-a-flutter-application-for-release-in-google-play-store-or-app-store

This is what we will be creating today in this blog :
Glassmorphism "Glassmorphism" is a user interface design trend that uses the Flutter widget library. It is well-equipped for changes in UI patterns and styles, as well as various evolving styles.... https://aihrarshaikh.hashnode.dev/how-to-achieve-glassmorphism-in-flutter

Yesterday I saw a post on Twitter from a friend on an issue he was facing. He wanted to "how to create multiple textfield using listview.builder in flutter and get their values". The tweet can be found here.
And since I had done something similar in... https://iametornam.hashnode.dev/how-to-create-dynamically-generated-and-validate-textfields-in-flutter

Huawei's AppGallery is the official app distribution platform for HUAWEI devices. As one of the world's top 3 app markets, it provides developers with rich tools, capabilities, resource support, and full-stack solutions to create great apps. Over the... https://iametornam.hashnode.dev/deploy-your-flutter-app-to-huaweis-appgallery

I was inspired to spin up this article because I needed to get my Flutter web projects showcase (UI clones and MVP's) out of just my GitHub README.md file 😩 into something more descriptive and easy to access by anyone, It was also an advice from a f... https://carlosdev.hashnode.dev/quick-guide-flutter-web-x-netlify

A unique id can be set for PlutoMenuItem. PlutoMenuItem( id: 'unique_id', title: 'Menu 1', )
If PlutoMenuItem is created in build method, you should set a unique id for PlutoMenuItem.Otherwise, when PlutoMenuBar is rebuilt, incorrect actions suc... https://pluto.weblaze.dev/the-case-of-assigning-the-id-of-plutomenuitem

Day 6 [28-11-2022]: Having learnt quite a bit of Hive, I moved on to SharedPreferences package.
I learnt the basics of SharedPreferences and made use of the package to persist data from the flutter default Counter app
Day 7 [29-11-2022] I continue... https://galadima3.hashnode.dev/byzantium