Context API + Use Reducer gives Redux Feeling😍😍

If you are a beginner to state management and want to manage your react app state like a pro but don't want to use Redux as it has much complexity like:

take time to set up, create a store dispatch action, make reducers, mapDispatchToProps or mapS... https://amandevblogs.hashnode.dev/context-api-use-reducer-gives-redux-feeling

#Flutter: JSON Serialization (Generated)

Let's check how to do automated JSON Serialization. Here we will be using random person api for getting the JSON string. How's it looks like? Have a look, [ { "id": 1, "name": "Leanne Graham", "username": "Bret", "email": "Sincere@a... https://bufferoverflow.me/flutter-json-serialization-generated

Animating a photo across screens in Flutter

We already made a photo grid to photo detail app in Flutter, and today we are building further on that application. We'll be adding an animation so that the photo will expand to the new screen. Hero widgets are a very cool feature that Flutter gives ... https://h.daily-dev-tips.com/animating-a-photo-across-screens-in-flutter

Flutter Facebook Login

เขียน Flutter ให้ Login ด้วย Facebook สร้างและตั้งค่า Facebook App ก่อน

เข้า https://developers.facebook.com/ เลือก MyApp แล้วก็ Create App เลือก app type เป็น Consumer

ตั้งชื่อ App ใส่ Email แล้วกด Create App จะได้ App ตามตัวอย่างข้างล่าง กด Se... https://ajmcsmsu.hashnode.dev/flutter-facebook-login

How To Handle Navigation In Flutter

This my first article as per my journey as a flutter development through the help ofhttps://codeclannigeria.dev. I know this would really help me in becoming a flutter developer. So let drive in... First set up our project, i did a small project that... https://peteroyebamiji.hashnode.dev/how-to-handle-navigation-in-flutter

8 VS Code extension for your flutter journey

When I started coding I refrained from diving deep into this world of extensions not knowing the gravitas of being a "hard worker". Ok, it sounded dramatic but we can agree that sometimes coding can be painful. But useful extensions make your work wa... https://apurbashakya.com.np/8-vs-code-extension-for-your-flutter-journey

How I Convert My HashNode Blog In-App Using 15 Lines Of Code

I convert my Hashnode blog into an App by using flutter only using few Lines of Code. Here I am using a flutter package flutter_webview_plugin: ^0.4.0 Install this package in your pubspec file Now here is a code, you have to pass your blog URL... https://amandevblogs.hashnode.dev/how-i-convert-my-hashnode-blog-in-app-using-15-lines-of-code

Monitoring Notifications With Regular Expressions

Introduction: The monitor verb in the @protocol is used to stream the received notifications. Please check the MonitorVerbHandler source code to learn more about the implementation of the monitor verb. The article focuses on the usage of the monito... https://blog.atsign.dev/monitoring-notifications-with-regular-expressions-ckrwb5qqa063brks11btphuxq

Updating Metadata on the @platform

@protocol exposes various attributes that can be set as the metadata for a key. Please refer to the AtMetadata class for the complete list of metadata attributes. The focus of this article is on how to update the metadata of a key. Description: The... https://blog.atsign.dev/updating-metadata-on-the-platform-ckrwb8hm8063xrks17drufdu2

Flutter Verification-Code UI

Recently I've been working on two projects both of which required a screen that takes a four digit number as part of the verification/authentication process. Seeing as this is something I haven't done before and it looked quite simple, I thought it'l... https://o-ifeanyi.hashnode.dev/flutter-verification-code-ui


Search