Finally, has the Flutter plugin for IntelliJ been updated also. In the release:
๐ setup Flutter SDK for the project separately;
๐ option for automatically running tests before git commit.
๐ Changelog is available at the link.
https://plugins.jetbrains.com/plugin/9212-flutter/versions/stable/285889
#update
๐ setup Flutter SDK for the project separately;
๐ option for automatically running tests before git commit.
๐ Changelog is available at the link.
https://plugins.jetbrains.com/plugin/9212-flutter/versions/stable/285889
#update
๐3๐ฉ1
Since Dart can be compiled for many platforms, it can be successfully used to create useful cross-platform CLI utilities.
๐ How to automate the building of such a cross-platform utility with Codemagic, read in the article by Dmitry Zhifarsky.
https://blog.codemagic.io/cross-compiling-dart-cli-applications-with-codemagic/
#article #codemagic #cicd
๐ How to automate the building of such a cross-platform utility with Codemagic, read in the article by Dmitry Zhifarsky.
https://blog.codemagic.io/cross-compiling-dart-cli-applications-with-codemagic/
#article #codemagic #cicd
๐2๐ฉ1
Flutter DevTools provides us a lot of useful tools. If you're already a sophisticated developer, you're probably very familiar with them and use them regularly.
๐ Those who are not yet so friendly with these tools, can get acquainted with the series of articles from Ashita Prasad.
https://medium.com/@fluttergems/mastering-dart-flutter-devtools-series-introduction-installation-part-1-of-8-4f703a8cfcc8
#article
๐ Those who are not yet so friendly with these tools, can get acquainted with the series of articles from Ashita Prasad.
https://medium.com/@fluttergems/mastering-dart-flutter-devtools-series-introduction-installation-part-1-of-8-4f703a8cfcc8
#article
๐2๐ฉ1
Flutter can also be run on wearable devices like smartwatches. As an example, Renan's WearOS game.
๐ Read more in the tweet at the link.
https://twitter.com/renotanumber/status/1614990869685497857?s=67&t=IfKBJMgyLX5T_eAlkeDyqg
#ohmyflutter #omf #flutterdev #flutter #challenge
๐ Read more in the tweet at the link.
https://twitter.com/renotanumber/status/1614990869685497857?s=67&t=IfKBJMgyLX5T_eAlkeDyqg
#ohmyflutter #omf #flutterdev #flutter #challenge
๐2๐ฉ1
It is easy enough to embed Unity view into the Flutter application.
๐ How to do it, see the article by Mohammed Babelly.
https://blog.codemagic.io/how-to-embed-an-android-unity-game-in-a-flutter-app/
#article
๐ How to do it, see the article by Mohammed Babelly.
https://blog.codemagic.io/how-to-embed-an-android-unity-game-in-a-flutter-app/
#article
๐1๐ฉ1
For now, when various chats and messengers are unremovable parts of life, the feature of mentioning is not only familiar for the user but sometimes is a must-have.
๐ Package mentionable_text_field can help integrate this into your app.
https://pub.dev/packages/mentionable_text_field
#package
๐ Package mentionable_text_field can help integrate this into your app.
https://pub.dev/packages/mentionable_text_field
#package
๐1๐ฉ1
Application security is one of the crucial aspects of development. If the application is regularly and successfully attacked, no matter how good the user experience is, it will end up badly.
๐ Scott Hatfield's thoughts on approaches to securing a Flutter application in this article.
https://medium.com/@Toglefritz/three-advanced-ways-to-secure-a-flutter-app-92b38c626ce0
#article
๐ Scott Hatfield's thoughts on approaches to securing a Flutter application in this article.
https://medium.com/@Toglefritz/three-advanced-ways-to-secure-a-flutter-app-92b38c626ce0
#article
๐1
The Flutter team is working actively on the new rendering backend named Impeller. You can already see quite positive results, such as those shown at Flutter Forward.
https://www.youtube.com/watch?v=Z7v-YRdHusM
๐ An introduction to what an Impeller is in the video by Chinmay Garde.
https://www.youtube.com/watch?v=gKrYWC_SDxQ
#video
https://www.youtube.com/watch?v=Z7v-YRdHusM
๐ An introduction to what an Impeller is in the video by Chinmay Garde.
https://www.youtube.com/watch?v=gKrYWC_SDxQ
#video
๐ฅ1
In the new episode of Widget of the Week, the Flutter team talks about RawMagnifier.
๐ More details by the link.
https://www.youtube.com/watch?v=YBRkVCRP1Gw
#widgetoftheweek
๐ More details by the link.
https://www.youtube.com/watch?v=YBRkVCRP1Gw
#widgetoftheweek
๐1๐ฉ1
A fresh quarterly survey from the Flutter team is up.
๐ Leave feedback on topics of interest to the team.
https://google.qualtrics.com/jfe/form/SV_4TKhBYKWMAacbu6
#survey
๐ Leave feedback on topics of interest to the team.
https://google.qualtrics.com/jfe/form/SV_4TKhBYKWMAacbu6
#survey
๐1
Shaders are special programs GPU uses that allow modifying the final view. With their help, we can implement various effects, including very complicated ones, even those that are not possible to reach any other way except through shaders.
๐ You can start your journey into the shader world from the article series from Karthik Ponnam.
https://karthikponnam.medium.com/flutter-shaders-an-introduction-7dd29632e0dd
https://karthikponnam.medium.com/creating-custom-shaders-in-flutter-a-step-by-step-guide-49ec86bec20d
https://karthikponnam.medium.com/image-manipulation-with-shaders-flutter-aa11027b4a4d
#article
๐ You can start your journey into the shader world from the article series from Karthik Ponnam.
https://karthikponnam.medium.com/flutter-shaders-an-introduction-7dd29632e0dd
https://karthikponnam.medium.com/creating-custom-shaders-in-flutter-a-step-by-step-guide-49ec86bec20d
https://karthikponnam.medium.com/image-manipulation-with-shaders-flutter-aa11027b4a4d
#article
๐3๐ฉ1
Two decades ago, Google launched a global coding competition called Code Jam, which challenged programmers of all levels to test and hone their skills by racing to solve algorithmic problems.
๐ Do you want to celebrate this anniversary with Google in another programming contest? You can sign up by clicking here.
https://developers.googleblog.com/2023/02/celebrate-googles-coding-competitions.html
#event
๐ Do you want to celebrate this anniversary with Google in another programming contest? You can sign up by clicking here.
https://developers.googleblog.com/2023/02/celebrate-googles-coding-competitions.html
#event
๐ฅ1๐ฉ1
A walkthrough of a Flutter beginner's code lab is out.
๐ Filip Hrรกฤek himself helps with this.
https://www.youtube.com/watch?v=8sAyPDLorek
#video
๐ Filip Hrรกฤek himself helps with this.
https://www.youtube.com/watch?v=8sAyPDLorek
#video
๐2๐ฉ1
The Flutter plugin for VSCode recently received an update. This release has a lot of small improvements and fixes.
๐ A detailed list is available here.
https://dartcode.org/releases/v3-60/
#update
๐ A detailed list is available here.
https://dartcode.org/releases/v3-60/
#update
๐2๐ฉ1
The new episode in the series Package of the Week shows the official lint ruleset.
๐ More details by the link.
https://www.youtube.com/watch?v=qEZf2q4W20g
#packageoftheweek
๐ More details by the link.
https://www.youtube.com/watch?v=qEZf2q4W20g
#packageoftheweek
๐1๐ฉ1
Firebase provides many beneficial and handy services. Including ones for user authentication.
๐ Guide on how to implement multi-factor authentication with Firebase in an article by Hrishikesh Pathak.
https://blog.codemagic.io/a-complete-guide-to-firebase-multi-factor-authentication-in-flutter/
#firebase #article
๐ Guide on how to implement multi-factor authentication with Firebase in an article by Hrishikesh Pathak.
https://blog.codemagic.io/a-complete-guide-to-firebase-multi-factor-authentication-in-flutter/
#firebase #article
๐1
Today in a new Observable<Flutter> episode, Craig will investigate a "mysterious issue".
๐ The broadcast can be found at the link.
https://www.youtube.com/watch?v=oCiYWBvz_rM
#event #observableflutter
๐ The broadcast can be found at the link.
https://www.youtube.com/watch?v=oCiYWBvz_rM
#event #observableflutter
๐1๐ฉ1
A/B test is an efficient way to understand what is preferred by most users.
๐ Daniel Loomb in his article describes how you can implement an A/B test with Statsig in a Flutter application.
https://hackernoon.com/ab-testing-in-flutter-with-statsig
#article
๐ Daniel Loomb in his article describes how you can implement an A/B test with Statsig in a Flutter application.
https://hackernoon.com/ab-testing-in-flutter-with-statsig
#article
๐1๐ฉ1
Neural networks are looking more and more promising these days. They are no longer just a toy for math enthusiasts, but promising helpers in many areas.
๐ Filip Hrรกฤek explains the concept in a simple and clear style and even writes an easy implementation in Dart.
https://www.youtube.com/watch?v=PvA3RgwMDNM
#video
๐ Filip Hrรกฤek explains the concept in a simple and clear style and even writes an easy implementation in Dart.
https://www.youtube.com/watch?v=PvA3RgwMDNM
#video
๐1๐ฉ1
Today in a new Observable<Flutter> episode, Gianfranco Papa will show how gRPC can speed up your full-stack Dart development.
๐ The broadcast can be found at the link.
https://www.youtube.com/watch?v=jCbclWBV32o
#event #observableflutter
๐ The broadcast can be found at the link.
https://www.youtube.com/watch?v=jCbclWBV32o
#event #observableflutter
๐2๐ฉ1
Registration for the next Google I/O is already available. The event will be held on May 10.
๐ You can register at the link.
https://io.google/2023/
#event
๐ You can register at the link.
https://io.google/2023/
#event
๐1๐ฉ1