
When it comes to decentralized applications, signed messages provide a way to authenticate a user or specific data. It plays a crucial role when it comes to meta-transactions (off-chain transactions) and helps in preventing Replay Attacks. What we ar... https://bhaskardutta.hashnode.dev/signing-message-using-metamask-in-flutter

When building a Dart package you'll have to think about which information and functionality you want to expose to the consumer. You don't want to expose too little since it can make your package unusable. On the other hand you also don't want to expo... https://fluttergamedev.com/defining-a-public-api-for-your-dart-package

Introduction Hey everyone in this blog I'm going to explain you what is unit testing in flutter and how to separate the authentication logic in flutter to provide extra security to your flutter code Starting off with the first topic: What is unit tes... https://hasnainm.hashnode.dev/unit-testing-and-authentication

Whenever I start a new project I like to really think about what it is I'm going to be building. In this article I will show you what that process looks like. This article is the second in the Introduction to TDD series in which we will build the log... https://fluttergamedev.com/preparing-for-development

I am working on a project with GraphQL and therefore I have reviewed some popular client packages. The top 3 packages I can search are artemis, ferry and graphql_flutter. My usual state management approach is bloc and provider. This makes me try to a... https://maylau.hashnode.dev/personal-thoughts-on-popular-graphql-clients

The NeoRoo project I had undertaken, was a completely new project and I had to start right from bootstrapping a flutter app using "flutter create". I analyzed the ECEB app and followed the similar coding practice. I decided to use Bloc for state mana... https://bhagwatcoderwrites.hashnode.dev/coding-period-week-1-june-13-june-17

Now that I have started a parallel project on the side called K::U. For which I think Flutter would be the optimum platform. So that got me thinking as to maybe this Project too can be developed using Flutter. This way I will need to concentrate on o... https://dysfunctionalx.hashnode.dev/fyne-go-vs-flutter

So today, I had been looking into creating the new K::U website in the latest trending technology, and these 2 giants were up there. After considering both I have decided to go with Flutter, mainly because of UI Animations I intent to incorporate to ... https://karachiunderground.hashnode.dev/react-native-vs-flutter

Hi, Flutter community! 🌈 I'm back with my regular Flutter update. More Riverpod with Flutter foundations course
As of now, I've completed ~60% of the course and learned a lot about Riverpod. I now know all common Riverpod provider types:

In this article, you are going to learn how to integrate Flutterwave into your Flutter app. Flutterwave is a fintech company that provides a payment infrastructure for global merchants and payment service providers. A typical use case is a checkout s... https://blog.bisi.dev/tutorial-integrate-flutterwave-into-your-flutter-app