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

state of the flame game engine
I get the sense that it's still in its nascent stages, and not particularly popular, but with Flutter 2, it seems like the flutter team is serious about making flutter portable, meaning that it should be realistic to write a game in flutter and be able to release it to desktop, web and mobile. Seems like an interesting option, and could perhaps help encourage more support behind the flame project.Curious what people's experience are with it, and how people like it compared to Godot or Unity, or pure script based engines like Love2D.

March 11, 2021 at 02:51AM by masamunexs
https://ift.tt/3l2dk6e
New post on /r/flutterdev subreddit:

Flutter is no longer a cross-platform framework
By Luke Urban: "Since the release of Flutter 2.0, I began to see the hype going a little bit too far. Don’t get me wrong I am a big fan of Flutter and I will forever be an advocate for it.I use Flutter in my daily work building iOS and Android app. Every day I see the advantages and disadvantages of Flutter since the app that I am working on was previously written natively in Kotlin and Swift with all the perks you can imagine: scan/page recognition, pin/biometric app authentication, notifications, firebase statistics, along with very advanced user flow."More of the article >> here <<

March 11, 2021 at 03:20AM by Fewthp
https://ift.tt/3coAOOK
New post on /r/flutterdev subreddit:

How should I learn Flutter and Dart from scratch?
I am planning on learning Flutter from scratch and I do not have any programming background and have never coded. I want to build a Flutter educational game for mobile. What languages, technologies and skills should I learn before attempting to learn Dart and Flutter?

March 11, 2021 at 04:52AM by KEEPREADING2604
https://ift.tt/3vd35jY