#cicd #devops #builds
Flutter, Fastlane, and Firebase App Distribution
What do you know about implementing app distribution as part of our CI/CD process? The article touches Azure DevOps integration briefly, but this tutorial is meant to be as platform-agnostic as possible. Weβre Flutter developers after all β we donβt believe in being tied down!
Flutter, Fastlane, and Firebase App Distribution
What do you know about implementing app distribution as part of our CI/CD process? The article touches Azure DevOps integration briefly, but this tutorial is meant to be as platform-agnostic as possible. Weβre Flutter developers after all β we donβt believe in being tied down!
Medium
Flutter, Fastlane, and Firebase App Distribution
Recently I was tasked with implementing app distribution as part of our CI/CD process. Being generally allergic to DevOps, I would haveβ¦
#news #features
Announcing Flutter 1.22
We're ready to tell you about new features of Flutter 1.22:
π Targeting iOS 14
π Support of Android 11
π Expanding the "Button Universe"
π New internationalization and localization support
π Google Maps and WebView plugins ready for production
π Navigator 2.0
π Preview: State Restoration for Android
π Preview: Smooth scrolling for unmatched input and display frequencie
π A new unified Dart developer tool
π App size analysis tool
π Preview: Updated Network Page in DevTools
π Hosted DevTools Inspector tab in IntelliJ
To learn more aboul all listed features, read the article below π
Announcing Flutter 1.22
We're ready to tell you about new features of Flutter 1.22:
π Targeting iOS 14
π Support of Android 11
π Expanding the "Button Universe"
π New internationalization and localization support
π Google Maps and WebView plugins ready for production
π Navigator 2.0
π Preview: State Restoration for Android
π Preview: Smooth scrolling for unmatched input and display frequencie
π A new unified Dart developer tool
π App size analysis tool
π Preview: Updated Network Page in DevTools
π Hosted DevTools Inspector tab in IntelliJ
To learn more aboul all listed features, read the article below π
Medium
Announcing Flutter 1.22
Supporting iOS 14 and Android 11, new i18n and l10n support, Google Maps and WebView plugins ready for production, a new App Size tool andβ¦
#features #news #desktop
Announcing Flutter Windows Alpha
The article is about native Windows app compilation, some early plugins, and a desktop-ready Flutter Gallery app.
Some headlines:
π Adding Windows to Flutter
π Exploring some sample apps
π Getting started with Flutter for Windows
π Plugins for Windows
π Interop with Windows
π Flutter for Windows resources
π Flutter for Windows in the wild
With the new support for Windows in Flutter, what are you going to build? π
Announcing Flutter Windows Alpha
The article is about native Windows app compilation, some early plugins, and a desktop-ready Flutter Gallery app.
Some headlines:
π Adding Windows to Flutter
π Exploring some sample apps
π Getting started with Flutter for Windows
π Plugins for Windows
π Interop with Windows
π Flutter for Windows resources
π Flutter for Windows in the wild
With the new support for Windows in Flutter, what are you going to build? π
Medium
Announcing Flutter Windows Alpha
Native Windows app compilation, some early plugins, and a desktop-ready Flutter Gallery app
#keys #internals #advanced
Keys! What are they good for?
The key parameter can be found on basically every widget constructor, but their use is less common. Keys preserve state when widgets move around in your widget tree. In practice, this means they can be useful to preserve the userβs scroll location or keep state when modifying a collection.
Keys! What are they good for?
The key parameter can be found on basically every widget constructor, but their use is less common. Keys preserve state when widgets move around in your widget tree. In practice, this means they can be useful to preserve the userβs scroll location or keep state when modifying a collection.
Medium
Keys! What are they good for?
The key parameter can be found on basically every widget constructor, but their use is less common. Keys preserve state when widgets moveβ¦