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

Finally, true Windows desktop widgets
This β†’ https://github.com/tvolkert/chicago is something (although with a slightly more modern look to make it more useful) I'd have expected to be an official package provided by Google as part of Flutter's announced desktop support and not just as a side project by one of Google's developers.It's a great effort and contains many useful non-trivial widgets like tables or calendar. It's something, I need and started to build myself. Hopefully, this is something that will still be improved. I noticed, that currently you cannot set or move the focus using the keyboard (at least on the web demo).

May 20, 2021 at 09:59AM by eibaan
https://ift.tt/33XhHb5
New post on /r/flutterdev subreddit:

You can now inspect the state of Provider applications using the Flutter devtool
https://twitter.com/remi_rousselet/status/1395087295867498503

May 20, 2021 at 09:26AM by remirousselet
https://ift.tt/3bB7khh
New tweet from FlutterDev:

Time for the next #GoogleIO Workshop! πŸ€– Build voice bots for mobile with @Dialogflow and Flutter.

Join @ladysign and create a mobile FAQ bot that answers questions about Dialogflow. πŸ“²

Join now πŸ‘‰ https://t.co/tpAlyZJUUC pic.twitter.com/EHm6QfbnC6β€” Flutter (@FlutterDev) May 20, 2021

May 20, 2021 at 11:14AM
http://twitter.com/FlutterDev/status/1395307015086526469
New post on Flutter Dev Google group:

MissingPluginException inside MethodCall handler on flutter
I was developing a plugin which communicates with native and flutter using method channels when i handle method call from inside flutter it shows missing plugin exception for external packages like shared preference is there any workaround for this issue

May 20, 2021 at 01:23PM by Muhammed Arshad
https://ift.tt/3bHFRub
New post on Flutter Dev Google group:

How to make video feeds like Facebook in Flutter?
https://ift.tt/3hNeGBY

May 20, 2021 at 01:52PM by Rahul Agarwal
https://ift.tt/341OfRg
New post on Flutter Dev Google group:

Popular Flutter Image Packages Which are widely used in production
https://ift.tt/3ysK7Yv

May 20, 2021 at 01:55PM by Rahul Agarwal
https://ift.tt/3f3HvZd
New post on /r/flutterdev subreddit:

Do i need a Mac to just test the App on an iOS Device ?
I am not talking about releasing it on app store. I am talking about just testing it on my iPhone. Do i need a mac for this ?!?

May 20, 2021 at 12:39PM by Koka2005
https://ift.tt/2RwRrl7
New tweet from FlutterDev:

Calling all Flutter Developers...the LIVE chat is now loading!

❓ Ask questions
βš™οΈ Discuss the latest updates
✨ ...and more!

Let's go πŸ‘‰ https://t.co/qve5ZkrtnZ pic.twitter.com/wqY5L2bHGOβ€” Flutter (@FlutterDev) May 20, 2021

May 20, 2021 at 02:00PM
http://twitter.com/FlutterDev/status/1395348584598589443
New post on Flutter Dev Google group:

RAPISCE, STUPRA E AMMAZZA I BAMBINI: ANDREA BAGGIO DI REPUTATIONUP CASTELFRANCO VENETO!
RAPISCE, STUPRA E AMMAZZA I BAMBINI: ANDREA BAGGIO DI REPUTATIONUP CASTELFRANCO VENETO! Γ‰ PEDOFILO ASSASSINO ANDREA BAGGIO DI REPUTATIONUP CASTELFRANCO VENETO (TV)! OLTRE AD ESSERE FIGLIO DI PUTTANA HITLERIANO, TERRORISTA LEGHISTA, RAZZISTA, FASCISTA, OMICIDA E RICICLA CASH MAFIOSO DI COSCA

May 20, 2021 at 02:26PM by Andreas Nigg Bank J Safra Sarasin Zurich
https://ift.tt/3wyTlAL
New post on Flutter Dev Google group:

New is must-have?
I read that now we don't need to write/use "new" keyword. However I still see often new in popular packages. Can someone explain me, if we should use new or not.

May 20, 2021 at 02:38PM by Steepe Hare
https://ift.tt/2Sfiy4k
New post on /r/flutterdev subreddit:

Frontend Mentor-like Platform for Flutter
Hi community!I don't know where to put this, either here or at r/FlutterHelp. Apologize if my decision is wrong :D.Quick question from me. Do we have frontend mentor-like platform, but for Flutter? There are many design inspiration in Dribbble actually, but I find Frontend Mentor is more newbie friendly and easier to focus on the coding since all assets are included out-of-the-box.Thanks! :)

May 20, 2021 at 03:01PM by AthleteExact8814
https://ift.tt/2Ryl7yf
New post on /r/flutterdev subreddit:

Why is widget sizing so counter intuitive in flutter?
This should be the easiest thing to do. For example, if I specify a SizedBox with specific dimensions, it should just not stretch or shrink it - throw errors or put a scroll bar.. but the widget should not shrink or stretch it on screen resizes. I read up on how constraints work and I am still clueless as to how to have my small box (a gridview tile) be of the exact dimensions on screen-resizes without having to look into micromanaging all the parents in the widget tree. It would have been awesome if the box constraints' minimum width worked as expected like its name. On the other hand, I have tried doing the center/align parenting to my widget which work when there's enough screen space - for example, I can specify a boxconstraint of 200px maxWidth and flutter respects that when the available width is more than 200. But when it's lesser than 200, no amount of setting minWidth of 200 is going to keep it at 200.

May 20, 2021 at 02:14PM by dafrogspeaks
https://ift.tt/3v4oICL
New post on /r/flutterdev subreddit:

Need help for flutter background service
Hello friends, I want to make a timer like when I press the start button it will start till I will not press the stop button. Even I crashed or closed the app. Time will be running continuously.

May 20, 2021 at 03:37PM by FishermanLittle1109
https://ift.tt/3oFF1U7
New tweet from FlutterDev:

Join us and learn about Dart's null safety through practical exercises.

πŸ“š Null safety
🧹 How it contributes to writing faster, cleaner code
πŸ¦₯ Lazy initialization and late circular references

Start learning β†’ https://t.co/WQJD2FMsfI pic.twitter.com/dfvxtF1dtaβ€” Dart Language (@dart_lang) May 20, 2021

May 20, 2021 at 03:48PM
http://twitter.com/FlutterDev/status/1395375835637456902
New post on Flutter Dev Google group:

how to get parent widget width size ?
[image: Screenshot from 2021-05-20 21-05-47.png] how can i get parent widget width ? here my widget tree ``` row expanded flex:8 row column container( width : ???? // here i want to get width size of expanded flex: 8 Wrap(

May 20, 2021 at 04:22PM by You Sour
https://ift.tt/2QFRtH2
New post on Flutter Dev Google group:

Flutter integration Stripe
Hi, We have integrated our Flutter built app to Stripe using this > https://ift.tt/2ZKKPlj However, lately Mastercards is not able to be verified and stored "tokenized" in the app as the 3D secure site freezes. It says that the card is verified successfully in the Stripe logs but

May 20, 2021 at 04:37PM by Mattias Bohman
https://ift.tt/3oAlYKX
New post on Flutter Dev Google group:

Late variable problem & instance member 'user' can't be accessed in an initializer
Hello! I have been trying to answer a message on the discussion called "Instance member 'user' can't be accessed in an initializer", but my response keeps getting deleted. Do you know why that happens? Regarding the problem, when I use the example from the website you gave me, I get an error

May 20, 2021 at 05:01PM by Alvaro Gonzalez Rico
https://ift.tt/2QznzUD
New post on /r/flutterdev subreddit:

Announcing a new Appwrite Release - a step closer to becoming a complete OSS Firebase Alternative
Hey, Eldad from Appwrite here πŸ‘‹ We are happy to share that we've just released Appwrite 0.8 for Flutter that takes Appwrite a step closer to become a complete open-source alternative to Firebase. The new Appwrite version adds support for JWT auth, ARM devices, Anonymous login, and advanced image manipulations. We'd love any feedback and requests for new features!Appwrite already has support for Database, Authentication, Storage and Cloud Functions and the team is already working on adding support for real-time, GraphQL, MongoDB, and other pretty cool features that are in the pipeline.We'd love to learn what features you'd like to see next…You can learn more or contribute on our Github repo: https://github.com/appwrite/appwrite

May 20, 2021 at 04:50PM by eldadfux
https://ift.tt/33YiuIE