Tag: flutter

Using Flutter's MethodChannel to invoke Kotlin code in Android

Using Flutter’s MethodChannel to invoke Kotlin code for Android

Dev

Learn how to call Kotlin code from the Dart side via the Flutter platform channels’ MethodChannel class and how to perform event-driven Flutter-Native communications via EventChannel.

Shalitha Suranga
Oct 20, 2022 ⋅ 15 min read
Integrating Flask and Flutter apps

Integrating Flask and Flutter apps

Dev

Discover how to integrate your frontend Flutter application with a Flask backend service!

Damilare Jolayemi
Sep 30, 2022 ⋅ 10 min read
Flutter Logo

32 free Flutter templates for great mobile apps

Dev

This article showcases a curated list of open source mobile applications for Flutter that will make your development learning journey faster.

Murtaza Sulaihi
Sep 29, 2022 ⋅ 8 min read
Comparing Hive to other Flutter app database options

Comparing Hive to other Flutter app database options

Dev

Discover how Hive compares to other Flutter app database options in terms of speed and functionality.

Onuoha Ifeanyi
Sep 28, 2022 ⋅ 7 min read
Flutter Logo

Simulation vs. real device testing for Flutter apps

Dev

Let’s explore the benefits of using simulation vs. real device testing for Flutter apps and consider which will best suit your needs.

Attila Vago
Sep 28, 2022 ⋅ 9 min read
Nestedscrollview: Enhanced Scrolling For Flutter

NestedScrollView: Enhanced scrolling for Flutter

Dev

Typically, NestedScrollView is used with a SliverAppBar that has a TabBar in the header and a TabView in the body.

David Tengeri
Sep 28, 2022 ⋅ 6 min read
How To Build A Flutter Photo Gallery App

Building a photo gallery app using Flutter

Dev

Build a Flutter photo gallery app with a homepage and bottom navigation bar using the image_editor package.

Muyiwa Femi-Ige
Sep 27, 2022 ⋅ 8 min read
Building a Custom Flutter ScrollView

Building a custom Flutter ScrollView

Dev

Use CustomScrollView and Slivers to create a scrolling screen with multiple scrollable components scrolling horizontally and vertically.

Shubham Soni
Sep 26, 2022 ⋅ 4 min read

Best Flutter music streaming options

Dev

This guide reviews considerations for music streaming app development and compares the features and benefits of open source audio player plugins.

Suragch
Sep 20, 2022 ⋅ 12 min read
Creating an adaptive app with Flutter

Creating an adaptive app with Flutter

Dev

Adaptive apps, not to be confused with responsive apps, deliver different views for different devices and screen sizes. Build one here!

Damilare Jolayemi
Sep 16, 2022 ⋅ 7 min read
Getting Started With WebAssembly In Flutter Web

Getting started with WebAssembly in Flutter Web

Dev

Flutter is built with Skia, a 2D graphics library written in C++. The Skia C++ API can run on the web browser through WebAssembly.

Ivy Walobwa
Sep 15, 2022 ⋅ 5 min read
Flutter Logo

Advanced guide to Flutter switches and toggles

Dev

This guide dives into the parameters and properties of Flutter switches and toggles, providing everything you need to know.

Murtaza Sulaihi
Sep 12, 2022 ⋅ 8 min read