![Context API + Use Reducer gives Redux Feeling😍😍](https://www.cdn5.niftycent.com/d/1/p/0/X/m/L/context-api-use-reducer-gives-redux-feeling.webp)
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)](https://www.cdn5.niftycent.com/d/1/q/o/E/g/8/flutter-json-serialization-generated.webp)
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](https://www.cdn5.niftycent.com/d/e/b/Y/E/z/v/animating-a-photo-across-screens-in-flutter.webp)
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](https://www.cdn5.niftycent.com/d/e/7/X/4/Y/z/flutter-facebook-login.webp)
เขียน 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](https://www.cdn5.niftycent.com/d/1/Y/E/z/Y/O/how-to-handle-navigation-in-flutter.webp)
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](https://www.cdn5.niftycent.com/d/1/q/o/E/5/X/8-vs-code-extension-for-your-flutter-journey.webp)
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](https://www.cdn5.niftycent.com/d/k/K/G/N/X/O/how-i-convert-my-hashnode-blog-in-app-using-15-lines-of-code.webp)
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](https://www.cdn5.niftycent.com/d/e/r/8/E/L/A/monitoring-notifications-with-regular-expressions.webp)
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](https://www.cdn5.niftycent.com/d/1/p/0/X/z/g/updating-metadata-on-the-atplatform.webp)
@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](https://www.cdn5.niftycent.com/d/e/4/8/A/J/L/flutter-verification-code-ui.webp)
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