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

Flutter payment gateway Integration
Can anyone help me and tell me how can I integrate a payment gateway in a flutter app such as paytm or Google pay

October 06, 2020 at 08:11PM by vedanttripathi
https://ift.tt/33CuJLq
New post on Flutter Dev Google group:

Animating Flutter on higher display refresh rate (90Hz) Android devices.
Hi, Though this is a revisit of https://ift.tt/3nkN8Ey. Wanted to check how the render pipeline signals, and the device display refresh rate are synced. So, the Animator when requesting a frame would wait for the next VSYNC to arrive, https://ift.tt/1iZWPhn

October 06, 2020 at 08:27PM by Sohan Jyoti Ghosh
https://ift.tt/30AF6O4
New post on /r/flutterdev subreddit:

Get frame of a video
Does anyone know how to analize a frame of a video in flutter? , just want to get a frame of the video in real time each second and not a recorded video.

October 06, 2020 at 10:18PM by shacometriODev
https://ift.tt/36FfTpA
New post on /r/flutterdev subreddit:

How to prove that Flutter better than React Native?
Bit of backstory: We have iOS and Android versions of our app (both native). Because with time our app has grown, now we have issues on both apps (crashes mostly). Our PM decided to rewrite both apps to one cross platform because they need to do basically the same. But he want to do it with React NativeI'm not a big pro in crossplatform development, but Flutter seems to me much more perspective to RN.I understand that it depends on situation. We have a big app, but without any kind of complexity - mostly it's CRUD operations. The most "complex" feature is calls with usage of Twillio SDKNeed advice from experienced devs - how to prove that Flutter is better than RN? What pros or cons he has comparing to second one?

October 06, 2020 at 10:31PM by squark23
https://ift.tt/30HvW2l
New post on /r/flutterdev subreddit:

What do you think is holding Flutter back in the job market?
Like the title says, I know this is a often discussed topic, but I think this is a topic which needs to be discussed so often, at least once per month.I love Flutter and truly enjoy working in it. Which is the reason why I want to work with it, getting better at it and at the same time being paid for that.The only problem being, for the last year, there has been 0 progress in job opportunities regarding Flutter (at least where I live), each week I pretty much scour the web regarding anything that has to do with Flutter meetups or jobs. While I do enjoy reading Medium articles about Flutter, stuff like that does not cement Flutter's future if everyone working with Flutter can only do it as a hobby.And this has nothing to do related to the current crisis, there are a lot of job postings regarding Android developers, iOS developers and even React Native.What does everyone think is the reason companies are not willing to jump ship and try Flutter? What should young people like myself who are going to enter the job market in 2 years do? I am honestly looking for any info, since I am coming to face with the realities of the job market (sorry Google Pay, I love that you switched to Flutter, but that doesn't mean a lot in the long run) and heavily considering dropping Flutter (temporarily or even permanently) to just become an iOS developer.

October 06, 2020 at 10:27PM by ConnectSet57
https://ift.tt/30AWzWE
New post on /r/flutterdev subreddit:

Motivate developers to use dart and flutter by decrease play market commission from 30 to 25 percent ! =)
Help this issue to get likes much as possible, thx!

October 06, 2020 at 11:08PM by renesanse
https://ift.tt/2I4MdIj
New post on Flutter Dev Google group:

App hanging when it hits "shared_preferences" plugin.
Hello. I'm building my first app, so I'm probably doing something very stupid. My app works perfectly in my emulator, but as soon as I upload it to the Google Play store as an internal release, and download it to my phone to test, I'm having issues. My first issue is the "shared_preferences"

October 06, 2020 at 11:25PM by Brent
https://ift.tt/3nkIRRH
New post on Flutter Dev Google group:

"image picker" package crash on IOS 14
hi , i am using https://ift.tt/2XvwWqL , i got this problem IOS 14 but other IOS version it works fine , anyone here got this problem ? step : - click on edit photo icon - select image - first time get image and works fine but second time app crash

October 07, 2020 at 04:59AM by You Sour
https://ift.tt/3jDPagO
New post on Flutter Dev Google group:

Latest flutter_test not working with latest test plugin
Hi all, Does anyone now how to use "test" plugin in the latest SDK 1.22? I upgraded my project to the latest Flutter SDK 1.22 today. Now "flutter pub get" cannot resolve dependency of the latest "test" plugin 1.15.4 because of conflicting dependency constraints. https://ift.tt/3npURkU

October 07, 2020 at 05:56AM by Suzuki Tomohiro
https://ift.tt/2Gyatlt
New post on /r/flutterdev subreddit:

Permission handler that work with ios14
Is there any permission handler for IOS 14? New ios update broke the existing plugin in pub.dev

October 07, 2020 at 06:56AM by Lazy-Dependent4998
https://ift.tt/34DbEsa
New post on /r/flutterdev subreddit:

How Lock button to record ?
Hello everybody, I would like to know how to lock the microphone button for recording Thanks wink

October 07, 2020 at 09:25AM by youneS94
https://ift.tt/30CCsHt
New post on /r/flutterdev subreddit:

How can I have a different page exit transition in page route builder?
Hello flutter devs, I've being looking for a solution for this, but can't find it, maybe it's a platform bug? In PageRouteBuilder's transitionBuilder method I'm using the code bellow but the secondary animation is ALWAYS the reverse of the animation. How can we have a slide in transition on a page and fade out on exit?Widget leftToRightSlideTransition(context, animation, secondaryAnimation, child) { final Tween<double> doubleTween = Tween<double>(begin: 1.0, end: 0.0); final Animation<double> animDouble = doubleTween.animate(secondaryAnimation); final fadeTransition = FadeTransition(opacity: animDouble, child: child);var begin = Offset(-1.0, 0.0); var end = Offset.zero; var tween = Tween(begin: begin, end: end).chain( CurveTween(curve: Curves.easeIn), ); return SlideTransition( position: tween.animate(animation), child: fadeTransition, ); } I left the same question on SO https://stackoverflow.com/questions/64214881/flutter-pageroutebuilder-transitionsbuilder-customize-secondary-animation Thanks

October 07, 2020 at 10:54AM by sergiocrz
https://ift.tt/36AqHFw
New post on Flutter Dev Google group:

Is there any library or package for cryptography algos??
Like i want to implement Playfair given as my uni assignment.Thanks in Advance

October 07, 2020 at 12:47PM by شہریارعظمت صدیقی Sheheryar Azmat Siddiqui
https://ift.tt/36Cf4xP
New post on /r/flutterdev subreddit:

Is Singletons good
From wikipedia few critics say singleton is an anti pattern and should not be used. https://en.wikipedia.org/wiki/Singleton_pattern​But most of the clean architecture with get_it is singletons https://resocoder.com/2019/10/21/flutter-tdd-clean-architecture-course-13-dependency-injection-user-interface/​Is it a good practice to keep all those variables in memory even when not used. If it's really anti pattern should I avoid singleton with factory?​P.S: I came to flutter from functional Programming, and new to this

October 07, 2020 at 12:45PM by chakrihacker
https://ift.tt/2F89xDM
New post on /r/flutterdev subreddit:

How to apply BLoC pattern to an existing app
https://ift.tt/3d4DPnz

October 07, 2020 at 12:43PM by flutterclutter
https://ift.tt/3jz3BCN
New post on /r/flutterdev subreddit:

Final year project
I want to create Flutter project for my final year project but i'm not getting any unique idea please any of you can help me by suggesting any unique idea for flutter project thanku .#flutter

October 07, 2020 at 01:19PM by Srehan05
https://ift.tt/2Gxo8JG