Issue 176 - Flutter Tap Weekly Newsletter
Let's dive into this week's content, waiting to supercharge your Flutter projects:
Tutorials
Flutter for Web Development: Building Responsive and Feature-Rich Web Apps. Balaji Venkatachalam shows us the process of building responsive layouts, adding interactivity and navigation, working with APIs, and deploying Flutter web apps.
sponsored
Dive into our Flutter Chat App tutorial to learn how you can easily add custom real-time messaging to your application without having to worry about managing servers or writing backends!
Try Stream for Free. Click here.
Dart DevTools: Analyzing application performance with the CPU Profiler. A fantastic tutorial by Ben Konyi on examining the performance of a slow Dart command-line interface (CLI) application.
How to Cluster Markers with FlutterMap. In this tutorial, Rory Stephenson teaches us how to cluster markers in a map. A great solution when we want to show a lot of points that are close to each other.
Videos
VSCode Builder Extensions. Randal Schwartz shows two VSCode extensions to make running build_runner easier.
Isolates in Flutter | Simplified. By CodeX. In this video I have covered implementation of Isolate in Flutter. Starting from simple async/await task to creating a complete independent Isolate, I have shown multiple scenarios in this video.
Flutter Canvas Tutorials - TapeMeasure Widget. By Coding with Indy. Flutter is a UI framework from Google for cross platform mobile and desktop app development. It can create beautiful user interfaces. In this video series I will use Flutter canvas to teach you simple interactions and effects. In this video I show you how to create a tape measure widget that lets the user select a length or a height from scratch. We won't use any other packages or libs, and we will use CustomPainter to achieve this.
MQTT_Client IoT Protocol for Exchanging Messages - Flying High with Flutter #118. Hi everyone! We had a great conversation with Steve Hamblett. Steve is a long-time Dartisan and C/C++/C# developer and he will share with us about his package mqtt_client, a server and browser-based MQTT client for Dart supporting normal, secure sockets and websockets. Check out the episode and share your thoughts in the comment section below!
Humpday Q&A/AMA 🔴 Live from #FlutterCon :: 6th July 2023 :: #Flutter #HumpdayQandA. Live from FlutterCon with a panel of Googlers! Craig, Puf, Nilay, Mark and John Wiese from conference room Hamilton!
Packages
fluttertoast. Toast Library for Flutter, Easily create toast messages in single line of code. pub.dev.
geolocator. Geolocation plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API for generic location (GPS etc.) functions. pub.dev.
http_parser. A platform-independent package for parsing and serializing HTTP formats. pub.dev.