My essential tools as a Flutter Developer

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

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

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

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

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

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

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)

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 📈

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

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


Ricerca