Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

Flutter and Ryzen CPUs
Hello, im about to buy new CPU(Ryzen 5 3600) and i heard that there are some issues with flutter/AS on amd cpus. Tho it was a year ago so im here to clarify if i should worry or not

May 11, 2021 at 05:45PM by ShadowMasterKing
https://ift.tt/2QcU76S
New post on /r/flutterdev subreddit:

Created this cool journaling app with flutter
Hey guys, I work as a software engineer and built this in my spare time. I’m a big fan of journaling apps so I’ve used many. They all had way too many features and buttons to inspire me to write my heart out which is what journaling is all about. I wondered why isn’t there a really simple one that focuses on a beautiful interface and typography to inspire you to do only one thing; to journal?So I made my own and flutter was so easy to use, it blew my mind. Literally felt like plugging components together or building lego pieces. I tried React Native and boy that was a huge mess. I’d love for you to checkout and let me know what you think. I’ll also link my github repo so any new flutter users can take a look at my code and that may help them :)App store: https://apps.apple.com/ca/app/hwyd-nano-journal/id1557807577Google play: https://play.google.com/store/apps/details?id=com.app.hwydGithub: https://github.com/omartoutounji/hwyd

May 11, 2021 at 05:37PM by DistributionFit5773
https://ift.tt/3bhNd7J
New post on /r/flutterdev subreddit:

AMA: Adobe XD to Flutter
Hi Flutter devs! I'm Grant Skinner, CEO of gskinner. You might know us from our work on the Flutter Vignettes, Flokk Contacts, Flutter Folio, and other random things (RegExr?).About a week ago, we teamed up with Adobe and Google to announce XD to Flutter v2.0, and I thought it was a good excuse to hop on here to answer any questions and solicit feedback.Quick intro: XD to Flutter is an open-source plugin for Adobe XD that exports your designs to Flutter. The latest version supports almost anything you can create in XD: vector shapes, gradients, shadows, background blurs, blend modes, images, rich text, responsive layout, grids, stacks, scroll groups, parameterized components, onTap parameters, prototype interactions, and more.Rather than write a wall of text here, I'll provide a few links where you can learn more:Teaser trailer (0:49)Live stream recording showing the basics (~11:30 - 32:00)Flutter blog article about the v2 releaseThe README for the pluginNow that we've mostly caught up with XD on features (at least the ones exposed to plugins), I'm planning to shift focus for v3.0 to developer integration. I want to make it easier to consume the exported code in a real project.Here are a couple GitHub issues tracking things I've started working on for v3.0:Code Segmentation and Injection on GroupsData parameter for gridsI'm also planning to create an example showing how best to utilize exported widgets in a larger app, and hopefully knock out a couple articles on our blog about best practices.The goal is definitely NOT for devs to build their apps with this plugin. Instead, we want to reduce the barrier between design and dev. That could be as simple as grabbing the code for a gradient. Or, exporting a whole view so you can quickly toss it in an app to prototype. Or, outputting a fully responsive widget with parameters and interactions, which can be reused throughout your app.I would love to answer any questions, or hear your feedback. It's a work day, so apologies if I don't respond immediately, but I'll be checking back every hour or so.

May 11, 2021 at 07:16PM by grantskinner
https://ift.tt/2Q88l8W
New tweet from FlutterDev:

The whole desert is lit up 🌵 The Android at @AndroidDev needs to check this out. #GoogleIO pic.twitter.com/pJRbm0gWHd— Chrome Developers (@ChromiumDev) May 11, 2021

May 11, 2021 at 06:53PM
http://twitter.com/FlutterDev/status/1392160897020223489
New tweet from FlutterDev:

The #GoogleIO signal is strong out here. I'm on my way. 🤖 pic.twitter.com/vUOUE3XnLi— Android Developers 🔜 at #GoogleIO (@AndroidDev) May 11, 2021

May 11, 2021 at 06:54PM
http://twitter.com/FlutterDev/status/1392161103019315200
New tweet from FlutterDev:

💙🧡 Everyone is invited ❤️💚

Join us for a special surprise at #GoogleIOhttps://t.co/w0d67I9eaQ pic.twitter.com/8BOoZ8hetd— Google Developers (@googledevs) May 11, 2021

May 11, 2021 at 06:54PM
http://twitter.com/FlutterDev/status/1392161318178750469
New post on /r/flutterdev subreddit:

To perform a Sign in using REST API in flutter
I was trying to perform sign in with the help of REST API can anyone please help me in that??

May 11, 2021 at 08:12PM by eleCtrik18
https://ift.tt/3eDjJDl
New post on /r/flutterdev subreddit:

Created a simple Subscription Tracker app
Hello Everyone, I was on bed rest for the last couple of months so I decided to work on another open-source app. This is a basic flutter app but the main thing about it is that it has local + remote storage in sync. This app is all about using all the things I’ve learned over the years.For local I’ve used Hive and for remote it’s Firebase.Local and Remote: ImageMoreover, it has documentation about how to set it up if you want to run it.GitHub Action is used to build and distribute the Android version to the testersGitHub: https://github.com/ketanchoyal/Sub-Track

May 11, 2021 at 08:05PM by ketanchoyal
https://ift.tt/3tBK0pS
New tweet from FlutterDev:

One week until #GoogleIO

On May 18–20, join us LIVE with other Flutter developers from around the world for:

💻 Flutter and Dart tech demos
🙋 Ask Me Anything sessions
🔧 Workshops
🎉 Keynotes

...and more!

Get Ready for Day 1 👉 https://t.co/TkNvAioyfy pic.twitter.com/CWvp4duFor— Flutter (@FlutterDev) May 11, 2021

May 11, 2021 at 09:15PM
http://twitter.com/FlutterDev/status/1392196654908903424
New tweet from FlutterDev:

Flutter/VS Code tip 💙 Create or open Widget test with ease!

With a cursor in the project file explorer, right-click on the Widget file and select "Go to Tests".

If the test file already exists, it would be opened. Otherwise, you can create it with a single click!#FlutterGif pic.twitter.com/W9t1ybaat9— Mangirdas Kazlauskas 🚀💙 (@mkobuolys) May 11, 2021

May 11, 2021 at 10:40PM
http://twitter.com/FlutterDev/status/1392217995011792896
New post on Flutter Dev Google group:

How to Install New Version Plugin in my Splash Screen Page, Kindly Help
I want to install this This prompts user to update to a newer App Version. But I just cannot place the code snippet properly. Kindly help. https://ift.tt/2HDYUcJ < https://l.facebook.com/l.php?u=https%3A%2F%2Fpub.dev%2Fpackages%2Fnew_version%3Ffbclid%3DIwAR1d9sNu9PilQxrtVdcwcheQa14c

May 12, 2021 at 05:54AM by Siddhartha Bhattacharyya
https://ift.tt/3y79HBS
New post on Flutter Dev Google group:

Build Failed
Dear All, I am facing this issue. I am unable to run the project. Please help me out. /// Launching lib\main.dart on SM G600FY in debug mode... Parameter format not correct - D:\COMPUTER SCIENCE\SOFTWARES\Flutter\Flutter\flutter\.pub-cache\hosted\ pub.dartlang.org\flute_music_player-0.0.6\a

May 12, 2021 at 07:54AM by HIMANSHU MISHRA
https://ift.tt/3hjWfVB
New post on Flutter Dev Google group:

Usage of Firebase
I watched Angela's video (Flash chat) where she showed the usage of Firebase. How else can we use Firebase for Flutter mobile projects?

May 12, 2021 at 08:00AM by Steepe Hare
https://ift.tt/3uHMvrR
New post on /r/flutterdev subreddit:

Flutter: How to fluttering from one version to other versions
Each time when technology changes to a new major version it’s painful to migrate a project from the lower to a higher version. Fortunately, Dart has a migration utility that helps you to migrate definitions in your project to a new syntax.But even you are ready to switch to a newer version you have to wait for the bunch of plugins that you are used in your project, even in my case I do help with migration to Null-Safety for some open-source libraries it’s not enough to migrate my project to the next version.The Flutter community grows up every day, in most cases, you will find alternative plugins for such that are not migrated yet. In case, you freeze on the previous flutter version this article helps you to simplify switching between projects.https://medium.com/litslink/flutter-how-to-fluttering-from-one-version-to-other-versions-cf242ffb15f7

May 12, 2021 at 11:08AM by alex_melnyk
https://ift.tt/2QctjDN