![Caching a NetworkResponse from the dart http client using Hive](https://www.cdn5.niftycent.com/d/k/Q/G/L/G/6/caching-a-networkresponse-from-the-dart-http-client-using-hive.webp)
This article will be a continuation of my previous article where we explored Effective handover of api responses to your code in dart. If you haven't read it yet, I would suggest reading through it first so that you can have context into what will be... https://thegingergeek.hashnode.dev/caching-a-networkresponse-from-the-dart-http-client-using-hive
![Effective handover of api responses to your code in dart](https://www.cdn5.niftycent.com/d/1/E/E/m/E/q/effective-handover-of-api-responses-to-your-code-in-dart.webp)
Caveat - If you're not familiar with generics some of the code in this article might be a little confusing to you. I suggest reading up more on dart generics at Dart Academy. No need to worry, I'll wait here till you are more familiar with generics a... https://thegingergeek.hashnode.dev/effective-handover-of-api-responses-to-your-code-in-dart
![Building a Facemash Clone in Flutter and Firebase: Part 1](https://www.cdn5.niftycent.com/d/D/m/N/w/P/B/building-a-facemash-clone-in-flutter-and-firebase-part-1.webp)
Introduction Hey, everyone! Today I will be showing you how to build a Facemash clone in Flutter and Firebase. To follow through with this tutorial, you will need to have Flutter or Dart set up on your system already, as I won't be going over that. T... https://thattechguy.enocholutunmida.com/building-a-facemash-clone-in-flutter-and-firebase-part-1
![How to Align Widget On a Bottom Of Screen In Flutter?](https://www.cdn5.niftycent.com/d/e/b/M/P/r/v/how-to-align-widget-on-a-bottom-of-screen-in-flutter.webp)
Align Widget is a widget that aligns its child within itself and optionally sizes itself based on the child’s size. In today’s article, we will go through how to align the widget on the bottom of the screen in flutter? How to Align Widget On a Bott... https://hashnode.com/post/how-to-align-widget-on-a-bottom-of-screen-in-flutter-cky8pyxi109tl8ps10dfq5y3s
![Effective handover of api responses to your code in dart](https://www.cdn5.niftycent.com/d/e/7/m/5/N/z/effective-handover-of-api-responses-to-your-code-in-dart.webp)
Caveat - If you're not familiar with generics some of the code in this article might be a little confusing to you. I suggest reading up more on dart generics at Dart Academy. No need to worry, I'll wait here till you are more familiar with generics a... https://hashnode.com/post/effective-handover-of-api-responses-to-your-code-in-dart-cky8r3hfq0zq75ns1bel2b9dp
![Caching a NetworkResponse from the dart http client using Hive](https://www.cdn5.niftycent.com/d/1/Y/O/y/A/9/caching-a-networkresponse-from-the-dart-http-client-using-hive.webp)
This article will be a continuation of my previous article where we explored Effective handover of api responses to your code in dart. If you haven't read it yet, I would suggest reading through it first so that you can have context into what will be... https://hashnode.com/post/caching-a-networkresponse-from-the-dart-http-client-using-hive-cky8r7yrp0abs8ps18gnfan3e
![This week in Flutter #36](https://www.cdn5.niftycent.com/d/1/g/r/q/O/3/this-week-in-flutter-36.webp)
A couple of years ago, the Flutter team announced the Flutter Clock Challenge. The goal was to build a clock face UI, using Flutter for the Lenovo Smart Clock. I had already used Flutter in production for some months, and I decided to give it a try. ... https://mvolpato.hashnode.dev/this-week-in-flutter-36
![Firebase cloud messaging and python 3](https://www.cdn5.niftycent.com/d/D/y/X/2/7/L/firebase-cloud-messaging-and-python-3.webp)
It is one thing to acquire users and another to retain them. One way of maintaining users is to keep them engaged is via notifications and Firebase Cloud Messaging can help in delivering these notifications. The objective of this tutorial is to show ... https://blog.iampato.me/firebase-cloud-messaging-and-python-3
![Customize and extend the Theme in Flutter](https://www.cdn5.niftycent.com/d/D/v/X/b/q/r/customize-and-extend-the-theme-in-flutter.webp)
Intro Theming your Flutter app can be a challenge. This post will try to help you with the following:
Provide sensible theme defaults for both light-mode and dark-mode. Customize the default theme. Extend the default theme.
This post comes with a ... https://yapb.dev/tips-and-tricks-customize-and-extend-the-theme-in-flutter
![What On Earth Is Flutter State Management!](https://www.cdn5.niftycent.com/d/k/6/Z/G/g/r/what-on-earth-is-flutter-state-management.webp)
FIRST OF ALL, WHAT EXACTLY IS STATE?! When a user interacts with our app, some information gets updated , which in turn may change/update one or more widgets or our entire application User interface. That information is called our application State.... https://bezaleelnwabia.hashnode.dev/what-on-earth-is-flutter-state-management