Conversando Sobre Dart e Flutter 2.0. Vamos abordar diversos temas na nossa conversa como mercado em Flutter, as principais aplicações, o que surgiu de novo no Flutter 2.0 e muito mais. Vem assistir!
Hoje nossa live vai contar com uma participação especial do Jacob Moura, do canal Flutterando. E como era de se esperar nosso papo vai ser sobre Flutter.
Vamos abordar diversos temas na nossa conversa como mercado em Flutter, as principais aplicações, o que surgiu de novo no Flutter 2.0 e muito mais. Vem assistir!
Google has announced new flutter 1.20 stable with many improvements, and features, enabling flutter for Desktop and Web
Flutter is an open-source UI toolkit for mobile developers, so they can use it to build native-looking Android and iOS applications from the same code base for both platforms. Flutter is also working to make Flutter apps for Web, PWA (progressive Web-App) and Desktop platform (Windows,macOS,Linux).
Here is an http request to get a user's data using GET request, First, we have to make an async function that returns a type. If you are here and a beginner, that means you want to learn everything about making an API request using Dart in Flutter, then you are in the right place for the HTTP tutorial.
Recently Adobe XD releases a new version of the plugin that you can use to export designs directly into flutter widgets or screens.
I want to talk a little bit more about how Multithreading in Dart and Flutter is possible. Therefore I talk a little bit on how you can create Isolates and how they work internally. Because the boilerplate of the Isolate is heavy I want also to talk about the compute function of Flutter.