#package
AWS creates official dart packages to communicate with their services
https://aws.amazon.com/blogs/opensource/introducing-the-aws-sigv4-signer-for-dart/
AWS creates official dart packages to communicate with their services
https://aws.amazon.com/blogs/opensource/introducing-the-aws-sigv4-signer-for-dart/
Amazon
Introducing the AWS SigV4 Signer for Dart | Amazon Web Services
The AWS Amplify team is pleased to announce the availability of the AWS SigV4 Signer for Dart, an open source implementation of the AWS Signature Version 4 protocol in the Dart programming language. The SigV4 signer is a library which developers can include…
#dart #cli
This article if for you if you want to create a good Dart CLI
https://verygood.ventures/blog/generate-command-line-application-cli
This article if for you if you want to create a good Dart CLI
https://verygood.ventures/blog/generate-command-line-application-cli
verygood.ventures
Generate a Dart CLI with Very Good CLI
Learn how to generate a Dart Command-Line Interface with Very Good CLI.
Tommy created an amazing like button widget and made it opensource.
https://twitter.com/tommylejones/status/1564400327155404801?s=20&t=u7iNQ8FnCtVnvL5wwRH86A
https://twitter.com/tommylejones/status/1564400327155404801?s=20&t=u7iNQ8FnCtVnvL5wwRH86A
#learning #desktop
Flutter for Desktop is not only for apps.
TakRutvik show us how to build a MacOS dock clone 🥰
https://medium.com/@TakRutvik/building-macos-inspired-doc-in-flutter-ceb7ff958f49
Flutter for Desktop is not only for apps.
TakRutvik show us how to build a MacOS dock clone 🥰
https://medium.com/@TakRutvik/building-macos-inspired-doc-in-flutter-ceb7ff958f49
Medium
Building macOS Inspired Doc In Flutter
A Flutter desktop experience
Flutter Vikings has started 🎉
Watch all the talks, free and live here ⬇️
https://www.youtube.com/c/FlutterCommunityVideos
Watch all the talks, free and live here ⬇️
https://www.youtube.com/c/FlutterCommunityVideos
#web
There was a time before Flutter Web and the project to bring Flutter to the web had a code name "Hummingbird".
Read about the pains and strugles in this article
https://medium.com/flutter/hummingbird-building-flutter-for-the-web-e687c2a023a8
There was a time before Flutter Web and the project to bring Flutter to the web had a code name "Hummingbird".
Read about the pains and strugles in this article
https://medium.com/flutter/hummingbird-building-flutter-for-the-web-e687c2a023a8
Medium
Hummingbird: Building Flutter for the Web
At Flutter Live today, we announced that we are experimenting with running Flutter on the Web. In this post, we describe how we are…
#learning
If you need to start with Riverpod one of the best State Management for Flutter, you can easily understand it with this article
https://medium.com/@antonio.tioypedro1234/flutter-riverpod-the-essential-guide-f29dc563d1d4
If you need to start with Riverpod one of the best State Management for Flutter, you can easily understand it with this article
https://medium.com/@antonio.tioypedro1234/flutter-riverpod-the-essential-guide-f29dc563d1d4
Medium
Flutter Riverpod: The Essential Guide
Riverpod is a popular Flutter state management library that shares many of the advantages of Provider and brings many additional benefits.
If you want to learm more about Flutter app security, compiling the Flutter engine and reverse eng a Flutter app.
Philip Nikiforov has prepared this excelent article
https://swarm.ptsecurity.com/fork-bomb-for-flutter/
Philip Nikiforov has prepared this excelent article
https://swarm.ptsecurity.com/fork-bomb-for-flutter/
PT SWARM
Fork Bomb for Flutter
Flutter applications can be found in security analysis projects or bugbounty programs. Most often, such assets are simply overlooked due to the lack of methodologies and ways to reverse engineer them. I decided not to skip this anymore and developed the reFlutter…
#animation
https://medium.com/@roaakdm/take-your-flutter-animations-to-the-next-level-flutter-vikings-talk-c7130939a4c1
https://medium.com/@roaakdm/take-your-flutter-animations-to-the-next-level-flutter-vikings-talk-c7130939a4c1
Medium
Take Your Flutter Animations to The Next Level — Flutter Vikings Talk
On August 31st, I did a talk titled “Take Your Flutter Animations to the Next Level” at the amazing Flutter Vikings conference and in this…
#article
Using
Here's an excelent example on how to use it besides only between two colors.
https://medium.com/flutter/zero-to-one-with-flutter-part-two-5aa2f06655cb
Using
lerp
(linear interprolation) is extremely powerful and an excelent knowledge to keep it in mind.Here's an excelent example on how to use it besides only between two colors.
https://medium.com/flutter/zero-to-one-with-flutter-part-two-5aa2f06655cb
Medium
Zero to One with Flutter, Part Two
Discovering how to animate composite graphical objects in the context of a cross-platform mobile app. Join an avid concept miner in…
Learning from official resources is always great but hard to find since they are scattered.
Did you know you have dedicated oficial playlist with great videos to learn Flutter?
https://www.youtube.com/playlist?list=PLjxrf2q8roU3wk7CDw4RfV3mEwOJbjx1k
Did you know you have dedicated oficial playlist with great videos to learn Flutter?
https://www.youtube.com/playlist?list=PLjxrf2q8roU3wk7CDw4RfV3mEwOJbjx1k
YouTube
Begin learning Flutter
Start your Flutter journey here as we help you learn how to build an app with Flutter. Widgets, state, Dart, and more are all important concepts, and we intr...
With Flutter 3.3 we have deprectated API that will be removed after the release.
So don't forget to check and update your code if you wish to start using 3.3
https://docs.google.com/spreadsheets/d/13cZzXz3_yMhnMH3Fyv2TKR_3974el103xlZuNWdevZM/edit#gid=0
So don't forget to check and update your code if you wish to start using 3.3
https://docs.google.com/spreadsheets/d/13cZzXz3_yMhnMH3Fyv2TKR_3974el103xlZuNWdevZM/edit#gid=0
Google Docs
Flutter Deprecations Removed after 3.3
Sheet1
Publicly Shared,flutter.dev/go/deprecations-removed-after-3-3
Deprecations to be removed from Flutter after 3.3 Release
Tracking Issue:,<a href="https://github.com/flutter/flutter/issues/111708">https://github.com/flutter/flutter/issues/111708</a>…
Publicly Shared,flutter.dev/go/deprecations-removed-after-3-3
Deprecations to be removed from Flutter after 3.3 Release
Tracking Issue:,<a href="https://github.com/flutter/flutter/issues/111708">https://github.com/flutter/flutter/issues/111708</a>…
Show number of items hidden when it overflows in Row Widget
https://anilraok.com/post/flutter-show-number-of-elements-hidden-when-overflow-occurs-in-row-widget
https://anilraok.com/post/flutter-show-number-of-elements-hidden-when-overflow-occurs-in-row-widget
Anil Rao K
Show number of items hidden when it overflows in Row Widget
In this post, I will explain how we can show the number of elements hidden when overflow occurs in a Row widget as shown in the image.