![My essential tools as a Flutter Developer](https://www.cdn5.niftycent.com/d/k/6/W/8/Z/Z/my-essential-tools-as-a-flutter-developer.webp)
My essential tools as a Flutter Developer As developers, our daily tools are essential to our productivity and maybe even sanity. For all the complex things we do on a daily basis, we need our tools to either be as simple as possible, or as powerful ... https://blog.remelehane.dev/my-essential-tools-as-a-flutter-developer
![This week in Flutter #13](https://www.cdn5.niftycent.com/d/k/W/E/7/y/9/this-week-in-flutter-13.webp)
Get this newsletter directly in your inbox. We have many resources about testing and some about Firebase Realtime Database. It is almost like content creators agree on the subject of the content they publish. I give a lot of space to other developers... https://mvolpato.hashnode.dev/this-week-in-flutter-13
![Adding a detail data fetching screen in Flutter](https://www.cdn5.niftycent.com/d/e/j/X/a/9/r/adding-a-detail-data-fetching-screen-in-flutter.webp)
In today's article, I want to show you a combination of a couple of elements to create a functional app in Flutter. The basis of this application will be the Anime app in Flutter we built a couple of days ago. But then we'll use the option to send da... https://h.daily-dev-tips.com/adding-a-detail-data-fetching-screen-in-flutter
![Future in dart: When to use async, await, and then in dart](https://www.cdn5.niftycent.com/d/1/N/M/x/a/a/future-in-dart-when-to-use-async-await-and-then-in-dart.webp)
There are multiple ways to implement asynchronous logic in dart. Dart provides three keywords for this: async, await, and then.In this blog, we'll learn how and when to use them according to our needs. Overview
What is asynchronous programming? Asyn... https://nikkigoel.hashnode.dev/future-in-dart-when-to-use-async-await-and-then-in-dart
![Mixing packages that don't support null safety in Flutter](https://www.cdn5.niftycent.com/d/k/o/r/z/W/o/mixing-packages-that-don-t-support-null-safety-in-flutter.webp)
Null safety has been supported for a few months now in Dart and Flutter. I've migrated pretty much all of my projects to null safety without any issues but in some cases you might be waiting on a particular package that isn't supported yet. It's actu... https://flutterramblings.hashnode.dev/mixing-packages-that-dont-support-null-safety-in-flutter
![Comments in Dart/Flutter](https://www.cdn5.niftycent.com/d/k/l/r/2/2/5/comments-in-dart-flutter.webp)
The comments are notes that developers can add in source code and are ignored by compilers. It's an art of describing what your code does and may be why. These comments are not evaluated. It increases the code readability for other developers as well... https://meshworld.hashnode.dev/comments-in-dartflutter
![Mastering Flutter: An introduction to Pay plugin](https://www.cdn5.niftycent.com/d/D/2/6/y/J/y/mastering-flutter-an-introduction-to-pay-plugin.webp)
It has passed a while from when Flutter was a "new thing" and it had quite a wild run. One thing did miss however was a pure dart support for paying physical goods but now we have the boringly named "pay" plugin (here's the pub.dev page )! Let's get... https://hashnode.com/post/mastering-flutter-an-introduction-to-pay-plugin-ckresuro302f5kks1ayw4eih1
![How to build an API for sending SMS using your Phone (Node.js and Flutter)](https://www.cdn5.niftycent.com/d/D/P/E/5/y/2/how-to-build-an-api-for-sending-sms-using-your-phone-node-js-and-flutter.webp)
Hello Gang, As a developer, we come across situations where we would need to send SMS to users via website or apps. For example, an app can have OTP based feature or any other SMS service. We often tend to use third party messaging services like Twil... https://kevinvishal.hashnode.dev/how-to-build-an-api-for-sending-sms-using-your-phone-nodejs-and-flutter
![🚀 Flutter Development Tools to Boost Productivity 📈](https://www.cdn5.niftycent.com/d/D/P/E/5/M/E/flutter-development-tools-to-boost-productivity.webp)
Hello everyone! Here are some tools I use that help me be productive when building apps with Flutter.
JSON to Dart When it comes to parsing JSON, we have to model out our data and sometimes it costs time and is difficult to type all the fields or pr... https://bisunajaime.hashnode.dev/flutter-development-tools-to-boost-productivity
![How to build an API for sending SMS using your Phone](https://www.cdn5.niftycent.com/d/D/2/6/l/m/z/how-to-build-an-api-for-sending-sms-using-your-phone.webp)
Hello Gang, As a developer, we come across situations where we would need to send SMS to users via website or apps. For example, an app can have OTP based feature or any other SMS service. We often tend to use third party messaging services like Twil... https://kevinvishal.hashnode.dev/how-to-build-an-api-for-sending-sms-using-your-phone