New Flutter Playlist: Technique of the Week
The Flutter team has introduced a new playlist titled "Technique of the Week," focused on elucidating essential topics and APIs within the Flutter SDK. Currently, three videos are available, each delving into specific aspects of the toolkit. The video on Dart Isolates explores concurrent programming and how to effectively leverage isolates for performing background tasks without blocking the main thread. The video on the Tween class provides a comprehensive guide to creating smooth animations by interpolating between values. Lastly, the video on the List.generate API offers a deep dive into efficiently creating lists with custom logic. These videos present complex concepts in a concise and informative format, simplifying the grasp of these critical techniques. Explore the playlist to stay updated with the latest Flutter tips and tricks.
News about Flutter deck
The new Flutter slide deck offers several notable features that enhance presentations. One standout feature is its ability to embed Flutter demos or even entire Flutter apps within slides, taking advantage of its all-Flutter codebase. Built like any other Flutter app, it supports Navigator 2.0, so each slide is rendered as an individual page with a deep link. It includes step-based navigation, allowing multiple steps within a single slide. The presenter view enables control from a separate screen or device. Global configurations can be set and overridden per slide, and a predictable API allows access to the deck’s state and methods from anywhere in the app. Additionally, it comes with out-of-the-box slide templates, widgets, transitions, and controls, supports custom theming with light/dark modes, and has built-in localization. Check it out here: Flutter_deck
Community Highlights
The Flutter community thrives with dynamic events that bring developers together. Recently, the Flutter Montevideo Meetup group hosted an exciting Google I/O Extended event. Somnio Software showcased its Flutter expertise through a series of engaging talks. CTO Gianfranco Papa, accompanied by developers Juan Jose Leon Camilo and Elian Ortega, captivated the audience with their insights on the latest advancements in Flutter. If you missed out, you can check out the live video in Flutter Uruguay Youtube Channel.
Wrapping Up
We trust that these insights will keep you informed and enhance your Flutter development projects. Keep an eye out for our next monthly summary!