Tag: flutter

Rendering Webpages Using Flutter WebView

Render webpages using Flutter WebView

Dev

This tutorial walks you through how to use Flutter’s WebView widget to load webpages in your Android or iOS project.

Chidume Nnamdi
Jul 27, 2021 ⋅ 7 min read
Building an Image Picker in Flutter

Building an image picker in Flutter

Dev

Learn about the Flutter image_picker plugin by building an app that enables the user to select an image from the gallery or take a photo from the device’s camera.

Chidume Nnamdi
Jul 27, 2021 ⋅ 6 min read
Flutter Logo

How to add SliverAppBar to your Flutter app

Dev

Learn how to implement the SliverAppBar widget in a Flutter app by walking through some practical examples.

Pinkesh Darji
Jul 22, 2021 ⋅ 7 min read
React Native Web vs. Flutter Web

React Native Web vs. Flutter web

Dev

Compare the React Native for Web package with Flutter’s web capabilities while we review performance, plugins, documentation, and more.

Wern Ancheta
Jul 20, 2021 ⋅ 11 min read
Flutter Logo

Drag and drop UI elements in Flutter with Draggable and DragTarget

Dev

This demonstration walks through how to build drag-and-drop interactions in a Flutter app with Draggable, DragTarget, and LongPressDraggable.

Pinkesh Darji
Jul 19, 2021 ⋅ 6 min read

Provider vs. Riverpod: Comparing state managers in Flutter

Dev

A deep dive into two tools for state management in Flutter: Provider, and its improved successor, Riverpod.

Chinedu Imoh
Jul 16, 2021 ⋅ 5 min read
Networking in Flutter using the http package

Networking in Flutter using the http package

Dev

In this tutorial, you’ll learn how to elegantly handle your REST API calls in Flutter using the http package.

Souvik Biswas
Jul 13, 2021 ⋅ 7 min read
Achieving Responsive Design in Flutter

Achieving responsive design in Flutter

Dev

Flutter’s community has created packages that make responsive design easy for your Flutter projects. Learn how to use FlutterScreenUtil in this tutorial.

Eshiet Ekemini
Jul 9, 2021 ⋅ 5 min read
Flutter vs Swift Logos

Flutter vs. Swift for iOS development

Dev

Let’s compare Flutter, an open-source toolkit for building UIs, and Swift, the primary language for building apps across iOS and macOS.

Charles Freeborn
Jul 2, 2021 ⋅ 7 min read
The Difference Between Stateless and Stateful Widgets in Flutter

The difference between stateless and stateful widgets in Flutter

Dev

This quick comparison of stateless and stateful widgets can teach you their use cases for your Flutter project.

Favour Vivian Woka
Jul 1, 2021 ⋅ 2 min read
Add Firebase to Your Flutter App With FlutterFire Plugins

Add Firebase to your Flutter app with FlutterFire plugins

Dev

Walk through how to integrate some of the most useful FlutterFire plugins, including Authentication, Cloud Firestore, Remote Config, Crashlytics, and Analytics

Pinkesh Darji
Jun 29, 2021 ⋅ 7 min read
Networking in Flutter using Dio

Networking in Flutter using Dio

Dev

Learn how to easily and gracefully handle your REST API requests in Flutter using the Dio package in this detailed tutorial.

Souvik Biswas
Jun 29, 2021 ⋅ 8 min read