Flutter Heroes
25.9K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on /r/flutterdev subreddit:

Advantages of Flutter app Development
Same UI and Business LogicAny cross-platform framework provides a way to share code base between the target platforms.But there are no such application frameworks that allow sharing both the UI code the UI itself besides Flutter.Faster CodingFor developers, Flutter means faster & more dynamic mobile app development We can make changes in the code and see them straight away in the app! This is the so-called Hot Reload, which usually only takes seconds and helps teams add features, fix bugs, and experiment faster. It is one of the things about Flutter loved by every top flutter app development team.Less TestingIf you have the same app for 2 platforms, it means less testing! The Quality assurance process can be faster. Because of one codebase, the developers write automatic tests only once.Collection of Amazing WidgetsThe most beautiful feature of Flutter is a collection of amazingly crafted widgets that helps one create a super-functional application hassle-free. It is also important to know that you could create customized widgets for your Flutter applications in minutes time.Speed up The Process, Save Money and EffortsFlutter is pretty straightforward. Flutter development framework functions quicker than its alternatives. In most cases, you can expect a Flutter app to require at least two times fewer man-hours compared to the same app developed separately for Android and iOS.Here are some Advantages of Flutter App Development.

May 12, 2021 at 01:36PM by we_are_metizsoft
https://ift.tt/3fgdEvs
New post on Flutter Dev Google group:

Difficulty to perform flutter
When I run the flutter docter command, it returns me that only the Android SDK is not intsalled, as shown in the image below, can you give me a hand. NB : I use windows

May 12, 2021 at 02:50PM by gbalou koudou yale brice
https://ift.tt/2R45HSh
New post on Flutter Dev Google group:

Flutter and firebase storage
Good Morning All So I just started learning flutter as my first attempt at coding(outside of google sheets formulas), and have made a app, integrated firebase, setup the authentication etc. Now I need it so whenever a user logs in, and wants to upload a image through the app(this has been done

May 12, 2021 at 02:59PM by Sven Arndt
https://ift.tt/33GPSDq
New post on Flutter Dev Google group:

Flutter images upload error 404
i am trying to upload multiple images to server, but i always get status code 404 error, what should i do? uploadImages() async { Uri uri = Uri.parse('https://ift.tt/3eDnB7h); // create multipart request if (null != images) { print(images.length); //

May 12, 2021 at 03:24PM by malik gee
https://ift.tt/3uTRHc8
New post on Flutter Dev Google group:


Hello Associates, PFA Resume for Android Developer

May 12, 2021 at 04:39PM by adnan saranshtech
https://ift.tt/3eCdek1
New tweet from FlutterDev:

πŸ”₯ Join us & fellow Flutter developers at this #GoogleIO meetup! 🐦

Ask questions and discuss the latest product updates in this virtual space. You may also see a few familiar faces.

Sign up πŸ‘‰ https://t.co/qve5Zk9RZp pic.twitter.com/P3HBVk20n8β€” Flutter (@FlutterDev) May 12, 2021

May 12, 2021 at 06:03PM
http://twitter.com/FlutterDev/status/1392510634126757891
New post on Flutter Dev Google group:

How to close the searchBar and render the page in SearchDelegate?
How do I remove the top search bar in SearchDelegate? Following is my code : I want to remove that search bar at the top. Everything is working perfectly but I just want to know how to close that top search bar

May 13, 2021 at 01:11AM by Hyder Hussain
https://ift.tt/3y9scpm
New post on Flutter Dev Google group:

text placements changes when i change device, how can i fix this?
Hi there, so i have an image that i made to a background picture, on my test phone, it is aligned perfectly, but when i changed device to check, it is not aligned anymore, can anyone help? attached is the perfectly aligned texts in a background. thank you

May 13, 2021 at 08:47AM by potato gaming
https://ift.tt/33FGeRO
New post on Flutter Dev Google group:

Google Mobile Ads performance issue
I recently implemented two banner ads on two separate screens. I'm using google_mobile_ads
New post on Flutter Dev Google group:

IOS Wake Screen / Wake Lock / screen Issue
Hi Everyone, Can I just confirm, is it possible to use either 'Wake Lock' or 'Screen' pub package (without the use of a button or widget for Flutter with Android / IOS? - https://ift.tt/2FY9Iip - https://ift.tt/2ReYVsR Any guidance on this would be brilliant,

May 13, 2021 at 04:27PM by Bridget Kelly O'Sheehan
https://ift.tt/3tM0eg5
New post on Flutter Dev Google group:

How to implement a splash screen
Hi everyone, am trying to implement a splash screen in my flutter app but am having a challenge. I have tried the flutter launch screen from their website but still won't work so I decided to create a separate screen for the splash screen and set it as the initialRoute this works but when I

May 13, 2021 at 05:01PM by owusu sampson
https://ift.tt/2RLqJF8
New tweet from FlutterDev:

πŸ’« See you at #GoogleIO πŸ’«

Join us for interactive workshops on building your first Flutter app, @dart_lang null safety in action, how to manage app state using inherited widgets and more.

Register for May 18–20 πŸ‘‰ https://t.co/zA7as1psdR pic.twitter.com/Z5XMLVUx9hβ€” Flutter (@FlutterDev) May 13, 2021

May 13, 2021 at 06:00PM
http://twitter.com/FlutterDev/status/1392872423494545408
New post on Flutter Dev Google group:

Stripe Payment - Flutter
Hi, Is anyone integrated stripe payment in Flutter. I'm facing a issue for adding the billing address to the Payment Method in Stripe. Kindly ping me if you have any experience on this. Regards & Thanks, Balaji Ks https://ift.tt/3y7EUoE

May 13, 2021 at 07:39PM by Balaji K S
https://ift.tt/3faiiLC