Flutter Heroes
25.9K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on Flutter Dev Google group:

Calculating angular rotation from Sensors Package Gyroscope
Hello, I have been trying fruitlessly to determine the angular rotation of a device along the z-axis (yaw) when the device is placed on a flat surface. This would be if the device is placed flat on the ground, table, etc. I believe this should be possible with the Sensors package. Thank you for

May 13, 2021 at 07:54PM by Dino Bossi
https://ift.tt/3om24TW
New post on /r/flutterdev subreddit:

Flutter with Firebase Build a Store app from scratch - free course from udemy
https://ift.tt/3uXXP36

May 13, 2021 at 11:27PM by Ordinary_Craft
https://ift.tt/3tLpGCj
New post on /r/flutterdev subreddit:

Text Editing widget Or Text Editor for Desktop Apps
Is there any Desktop Code Editing widget or big Text Editor open source project in works ?
i don't know why i didn't find any

May 14, 2021 at 04:46AM by Airbus5717
https://ift.tt/3uMFLsV
New post on /r/flutterdev subreddit:

[NEWBIE] How bad is the iOS jank?
Recently I’ve been looking into developing an app as a side hustle. I’ve been interested in Flutter for some time now predominantly as a way for a one man band like myself to get an app on multiple platforms, however one thing I keep seeing is the mention of “iOS jank” I’ve seen some videos and it does look a bit awful.Have you experienced this? How bad is this jank issue? Has there been any news on fixes?I don’t want this to steer me away from using Flutter/FlutterFlow however iOS is where I would say majority of my user base would be and I’m now a little cautious.

May 14, 2021 at 04:10AM by dualnote
https://ift.tt/3w2cXgc
New post on /r/flutterdev subreddit:

Best Flutter Plugins and Tools for Android Studio of 2021
As a Flutter You cant afford to miss these Plugins and Tools for Flutter Development in 2021!https://hubpages.com/technology/Check-out-The-Best-Flutter-Plugins-and-Tools-for-Android-Studio

May 14, 2021 at 06:01AM by alexisgilburt
https://ift.tt/3ybDQQv
New post on /r/flutterdev subreddit:

Hi can I do ios development using flutter without any of apple devices?
I have found virtual machine can be used but there seems to be some downside to it. Do any of you practice the same?

May 14, 2021 at 05:56AM by shubh_420
https://ift.tt/3brAaAx
New post on /r/flutterdev subreddit:

Why can't compiler add 'const' even though Linter knows where it should be?
Recently I found out that an IDE doesn't warn about all problems with project and one should almost always also use Linter.When I added a Linter file, it went places and shown more than 600 of hints, most of which are of the next sort:
Replace ... SizedBox(width: 8), ... with ... const SizedBox(width: 8), 
To my sorrow dart fix --aply doesn't add the const keyword, so I have to fix those 600 hints manually spending a couple of hours.​But then, if Linter was able to find all the places which should have const in the sake of performance, why doesn't the compiler add those const keywords everywhere on its own?Why does a developer have to add a ton of small boilerplate keywords obscuring the code when it's so obvious for Linter where the keywords should be?

May 14, 2021 at 10:02AM by submergedmole
https://ift.tt/3ogx5Zk
New post on /r/flutterdev subreddit:

Non programmer learning flutter/dart as first language
Hi I not developer I have no prior knowledge in programming I came across flutter/dart which really impressed me. I was wondering if this is a good place to start learn programming?

May 14, 2021 at 09:28AM by Doo_scooby
https://ift.tt/3tFY8hK
New post on Flutter Dev Google group:

Local storage
Hello all, what Flutter package would you recommend to store user's data locally? Sqflite, Moor or something else?

May 14, 2021 at 10:09AM by Steepe Hare
https://ift.tt/3w3YiRF
New post on /r/flutterdev subreddit:

Intermediate: How to integrate Huawei kits (IAP, Crash Service) into learning app (Flutter)
/r/HMSCore/comments/mzm4xx/intermediate_how_to_integrate_huawei_kits_iap/

May 14, 2021 at 11:06AM by ooWYXNoo
https://ift.tt/2RQsvEX