Tag: flutter

Best practices for laying out your Flutter app

Dev

Laying out your Flutter app using widgets can quickly become complex. Here are some best practices to implement as you build your app.

Majid Hajian
Sep 21, 2021 ⋅ 6 min read
Migrating Your Flutter Project to Null Safety

Migrating your Flutter project to null safety

Dev

Learn the step-by-step process involved in migrating an old project to null safety, announced with Flutter 2.0

Eshiet Ekemini
Sep 21, 2021 ⋅ 3 min read
Flutter camera plugin: a deep dive with examples

Flutter camera plugin: A deep dive with examples

Dev

If you’re looking to add a custom UI to the camera view in your Flutter app, look no further than this in-depth, thorough tutorial.

Souvik Biswas
Sep 16, 2021 ⋅ 15 min read
What's New in Flutter 2.5?

What’s new in Flutter 2.5

Dev

Flutter 2.5 is here. Learn about the most noteworthy new features, including full screen support for Android, Material You, and much more.

Chidume Nnamdi
Sep 16, 2021 ⋅ 7 min read
implement SVG flutter apps feature image

Implementing SVG in Flutter with flutter_svg

Dev

SVG offers several advantages over bitmap files when it comes to image quality. Learn how and when to use SVG files in a Flutter application.

Majid Hajian
Sep 10, 2021 ⋅ 4 min read
Stripe Flutter SDK

Exploring the Stripe Flutter SDK

Dev

Explore the new Stripe Flutter SDK from installation to payment processing. Stripe offers secure and easy integration of payment methods like Apple Pay and Google Pay.

Emmanuel Etukudo
Sep 8, 2021 ⋅ 5 min read
GraphQL and Flutter Logos

Using GraphQL with Flutter: A tutorial with examples

Dev

This tutorial covers how to use GraphQL in a Flutter app, including how to make a query, make a mutation, and set up a subscription.

Chidume Nnamdi
Sep 6, 2021 ⋅ 7 min read
Create a Dropdown List in Flutter

Creating a dropdown list in Flutter

Dev

Learn how to create and style dropdowns for your Flutter project and learn the difference between DropdownButtonFormField and DropdownButton.

Ishan Fernando
Sep 3, 2021 ⋅ 3 min read
How To Create Flutter Charts With charts_flutter

How to create Flutter charts with charts_flutter

Dev

Learn how to create some of the most common charts in Flutter — line charts, pie charts, and bar charts — using the charts_flutter library.

Samson Omojola
Aug 31, 2021 ⋅ 8 min read
Implementing Local Notifications In Flutter

Implementing local notifications in Flutter

Dev

App notifications are incredibly useful for notifying users about important information. Learn how to implement local notifications in Flutter.

Nelson Michael
Aug 31, 2021 ⋅ 6 min read
Flutter Logo

How to create Dart packages for Flutter

Dev

Let’s cover how to build Dart packages and share them with other Flutter developers around the world using practical examples.

Chidume Nnamdi
Aug 30, 2021 ⋅ 6 min read
Intro Flutter Stack Widget

Intro to the Flutter Stack widget

Dev

Learn how to use the Flutter Stack widget to communicate depth and create fairly complex layouts in apps without a lot of work.

Lewis Cianci
Aug 26, 2021 ⋅ 5 min read