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

Flutter 2 - OTA Updates
So, today I told my company colleagues about Flutter 2 and the immense potential it has. They agreed with everything and loved it. However, they told me that there was one red flag with Flutter which is why they cant use it in production: OTA updates. Thats why they would go with sth like RN.My question is, has sth been done for OTA Updates in Flutter 2? Are their any ways around this? What do you guys think?

March 10, 2021 at 09:49AM by hassanrazza
https://ift.tt/30sckPp
New post on Flutter Dev Google group:

What is AnnotatedRegion
Hi All, what is AnnotatedRegion and when do we use it. I came across *AnnotatedRegion
New tweet from FlutterDev:

Get ready for #FlutterEngage Nordic!

Tune in for exciting product announcements, updates on Flutter 2, demos, and a Q&A with @csells.

More details 📺https://t.co/bO230xMfYJ pic.twitter.com/g9yKZyy6q5— Flutter (@FlutterDev) March 10, 2021

March 10, 2021 at 01:00PM
http://twitter.com/FlutterDev/status/1369619046690349059
New post on Flutter Dev Google group:

AndroidIntent - send key Event
Hi I would like to send a Media Button using the AndroidIntent package. The Java example looks like this: Intent downIntent = new Intent(Intent.ACTION_MEDIA_BUTTON, null); KeyEvent downEvent = new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_MEDIA_PLAY_PAUSE); downIntent.putExtra(Intent.EXTRA

March 10, 2021 at 01:12PM by Michael Vogt
https://ift.tt/3eDgkVB
New post on /r/flutterdev subreddit:

Flutter is no longer a cross-platform framework (Luke Urban)
https://ift.tt/3eDEC1J

March 10, 2021 at 04:11PM by ThatLukeUrban
https://ift.tt/3qxAClt
New post on /r/flutterdev subreddit:

Flutter vs Ionic/Capacitor/Vue
Maybe the wrong community to post this on. :-) But I want to know how the two stacks compare with each other on both mobile and web. This is not about advanced animations, or complicated processing. Just simple CRUD, and how usable both stacks are on both platforms.​Flutter Mobile is just amazing. But Web.........it's unusable. It's just laggy pretty much everywhere. Obviously Ionic beats Flutter in this category since it's mostly just pure JS, but I really have 2 questions:- DX of Flutter and Ionic on both platforms- Usability of Ionic/Capacitor on Mobile.​Does anyone have any thoughts or opinions? If Ionic for mobile is usable enough then I atleast feel that it's better for web centric apps who want just a usable mobile app to use Ionic rather than Flutter.

March 10, 2021 at 03:40PM by rrd_37
https://ift.tt/2Oigk2m
New post on /r/flutterdev subreddit:

This is especially true because flutter is growing and changing and I want to stay atleast with the curve
/r/learnprogramming/comments/m210iz/freelancing_is_making_me_feel_im_not_learning/

March 10, 2021 at 05:13PM by long_live_tomato
https://ift.tt/38thMWp
New post on /r/flutterdev subreddit:

Flutter Mapp
Mobile App: MappSubscribe to Pewdiepie

March 10, 2021 at 08:51PM by MappOnTrack
https://ift.tt/30sSH9I
New post on /r/flutterdev subreddit:

Recommendations for uber like app
So i wanted to make a ride hailing app like uber and lyft so what backend do you recommend me and which map should i use take into consideration that cost is an important thing i wanted to make it in a lower cost as possible Thank you

March 10, 2021 at 10:02PM by ihs_ahm
https://ift.tt/38u5MUB
New post on /r/flutterdev subreddit:

Is it wise to use media query when developing a mobile app (just for mobile devices) in flutter ?
I have developed more than 20 apps in flutter and never used a media query since , my apps are just for mobile devices, but currently I ma seeing trend where everyone talks and tries to use Media query in their app. I know Media query is for responsive layout (for tablet and other devices) but do we actually need media query for just mobile apps? Anyone have experience of building large scale mobile apps without media query? What are your views on using media query extensively on UI's that are just for mobile apps? (Sorry if I sound stupid, but this is really getting me uncomfortable, whether should I use media query for application's which is for just only mobile devices (not tab or landscape mode) or not?. (Note: please no explanation about what is media query, just want to know about your views and experiences with and without media query in your flutter app)

March 10, 2021 at 09:53PM by Na_vee_n43_
https://ift.tt/3rzFtUw
New post on /r/flutterdev subreddit:

Web dev in flutter tutorial
Hey, sorry if there is already this Type of question but I feel veeryy lost. So some time ago I started learning how to create apps in flutter. I watched some academind tutorial which helped me a lot. However now I would like to create web apps. Is it somehow different from creating apps? Do I need to learn something extra and most important do you recommend any courses about flutter web dev? Thank you

March 10, 2021 at 09:22PM by Lava2k19
https://ift.tt/3chuR6t
New post on /r/flutterdev subreddit:

A kanji dictionary packed with features
https://github.com/Livinglist/ManjiManji is a Japanese kanji dictionary packed with tons of helpful features. From basic functionalites like kanji stroke animation, dynamically generated quiz, user-generated data synchronization backed by Firebase, to high level features such as hand-written kanji recognition powered by Tensorflow Lite, image kanji extraction driven by Google Cloud OCR API. You will certainly be surprised by things you can find in this app.

March 10, 2021 at 11:36PM by livinglist
https://ift.tt/2OjgZk5
New post on /r/flutterdev subreddit:

Widget sizing. How do you do it?
Heya,As we know flutter caters to many screen sizes: from phones with different dimensions to desktop applications. That said, sizing widgets can be very complex.You may be setting your widgets with set dimensions (logical pixels), scale them based on a percentage (say a widget taking 30% of the screen) or maybe you use a library like `screen utils` to handle the scaling for you.I was hoping people can share how they like to size their applications/widgets and why. I've spent a lot of time on this and I'm sure I'm not the only one so let's share our knowledge! For instance, I've experimented with all of the above methods but found that using the out-of-the-box flex widgets (Expanded, FractionalySizedBox, etc..)/FittedBox work best for me. For text, I use set dimensions as IMO text should have the same size no matter the screen (unless it's a title like in a welcome screen - in such case I might scale it).PS: This also includes things like paddings, margins, border radiuses, etc.. (all as important 😁 )

March 10, 2021 at 11:18PM by TheWalkingFridge
https://ift.tt/3ergxe9