Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

Update 1st Page from 4th page in flutter
Hi, I like button on pages in flutter. for example I have Page as: A -> B -> C -> D -> E Now I have like button on A, C, and E as A(Like) -> B -> C(Like) -> D -> E(Like) Now my problem is that. I user Clik on like button on page E than button on Page A and C also become Liked. E.g on click on

October 22, 2020 at 06:09PM by Sanjay Kumar
https://ift.tt/3knTocG
New post on Flutter Dev Google group:

Opening up multiple apps using flutter run.
I'm building a desktop app using Flutter. I'd like to have two versions of the same app running on the same host at the same time. One version is a stable version from an older git tag, and the other is from main. However, it appears I can only run one app at a time. The second invokation of

October 22, 2020 at 06:50PM by prat...@gmail.com
https://ift.tt/34jBoKT
New post on /r/flutterdev subreddit:

My first App with Flutter is getting some traction! It's an Assistant App for the most popular board game at the moment, Gloomhaven.
I come from a React-Native background, and I tried my hand at native Kotlin and Swift before jumping on the Flutter train.Flutter has been my best mobile development experience, BY FAR. I've had very few bugs and crashes during development, if at all. A lot of my React knowledge was easily transferable to the way flutter works, notably with the State Management.I am still struggling with making a beautiful, modern UI, but I think I'm pretty okay on the UX side of things. My apps tend to be pretty functionnal.I've implemented some pretty advanced stuff in there (Linking apps together using websockets) and it was a breeze. The dart packages made my life so much easier. It's crazy to see the quality of these package on such a young framework.Here's a small tutorial I released for my users as to how to use it to play the game remotely: https://youtu.be/3lkyRDdiBroStore Links:iOS: https://apps.apple.com/app/id1532278677Android: https://play.google.com/store/apps/details?id=com.richard.gloomhaven_assistant&hl=en_CA&gl=US

October 22, 2020 at 08:41PM by Richard-Dev
https://ift.tt/31yfxxy
New tweet from FlutterDev:

This looks familiar!

SliverAppBar may ring a bell, but there have been recent additions. In this #WidgetOfTheWeek, we show how to use these new features to create an area at the top of a list that can grow, shrink, and more!

Watch this and more → https://t.co/2zEWrRgPbr pic.twitter.com/778aFGVl3S— Flutter (@FlutterDev) October 22, 2020

October 22, 2020 at 09:27PM
http://twitter.com/FlutterDev/status/1319359654296801290
New tweet from FlutterDev:

This looks familiar!

SliverAppBar may ring a bell, but there have been recent additions. In this #WidgetOfTheWeek, we show how to use these new features to create an area at the top of a list that can grow, shrink, and more!

Watch this and more → https://t.co/2zEWrRgPbr pic.twitter.com/778aFGVl3S— Flutter (@FlutterDev) October 22, 2020

October 22, 2020 at 09:27PM
http://twitter.com/FlutterDev/status/1319359654296801290
New post on /r/flutterdev subreddit:

aws_polly | Flutter AWS Polly Plugin - Easiest way to bring Text to Speech to your app
https://ift.tt/3mbaMC4

October 22, 2020 at 11:38PM by nnapkin
https://ift.tt/3mcgUd7
New post on /r/flutterdev subreddit:

Easy way to pick COLOR FOR FLUTTER APP DEVELOPMENT
Just created a website to help pick a color for your Flutter App development. Enjoy!

October 22, 2020 at 11:05PM by stpid_developer
https://ift.tt/3kqfqeX
New post on /r/flutterdev subreddit:

Does the Flutter community need something like dynamic code pushing?
I had a small idea in my mind that would enable Flutter devs to update an app that is already deployed (on-the-go) without having to release and re-distribute a new build of their app. Would that be an solution that the community is love to have or implement in real projects? (if it's considerably performant)Please let me know in the comment section.Reason for putting this up as an discussion:
I had previously developed a plugin in Flutter for making writing dynamic UI easier in Flutter. Most found the idea great, but couldn't really find any reason to use it over their existing approach (Note: The main objective of the plugin was to make updating the UI and using existing classes easier). I just wanted to make things simple for everyone, but I think everyone were already very used to their current approach...so the plugin probably didn't receive that much attention as I was expecting it to get (considering the time and efforts I had put in). So this time I really don't want to end up in the same way. (#learning-things-the-hard-way)

October 22, 2020 at 10:04PM by the_human_kid
https://ift.tt/35vvxBU
New post on /r/flutterdev subreddit:

Dart sound null safety: technical preview 2
https://ift.tt/2IRLwCl

October 23, 2020 at 12:58AM by flagellant
https://ift.tt/3mbEE18
New post on /r/flutterdev subreddit:

Flutter CI/CD pipeline
Hi any developer or DevOps engineer who created CI/CD pipeline in DevOps project ? organization is trying to use flutter for adding new features to native apps and eventually redesign both apps into single flutter app, I have to create CI/CD pipeline for creating features in Flutter anyone had experience in building flutter CI-CD pipeline I have some questions.

October 23, 2020 at 12:07AM by SriMSCE
https://ift.tt/3dMmFLO
New tweet from FlutterDev:

💡Flutter now supports experimenting with null safety!

With null safety for the Flutter framework, avoid null exceptions by having your code validated as you type. Find out about the principles of Dart null safety, including full soundness.

Info → https://t.co/FOE2EqteFW pic.twitter.com/FNgs7ZYAvV— Flutter (@FlutterDev) October 22, 2020

October 23, 2020 at 12:52AM
http://twitter.com/FlutterDev/status/1319411290150858752
New post on /r/flutterdev subreddit:

How long did you take to master flutter?
I’m interested, thanks

October 23, 2020 at 05:35AM by Bubba_FPS
https://ift.tt/35tTjy9
New post on Flutter Dev Google group:

Accessing DialogFlow from Flutter
Hi, I am running a " flutter_dialogflow_v2 0.3.2" sample program described in https://ift.tt/35qRqlB. My program has an error. The "DetectIntent" method calls Diagflow with a natural language query and gets its natural language reply as its result. But, the

October 23, 2020 at 09:34AM by 島津秀雄
https://ift.tt/35ofPrX
New post on Flutter Dev Google group:

how to implement google billing library for subscription in flutter
how to implement google billing library for subscription in flutter? On google they say just add the library dependency in build.gradle but I am not sure whether it works for android apps made using flutter. What should be done? Please Help

October 23, 2020 at 12:12PM by why though
https://ift.tt/2HqU6rg
New post on Flutter Dev Google group:

routeboxer in dart
Hi guys, i turn to you as the last instance for help, i am really desperate. my problem is that i have to bastle an app from a website where i have to use the js class routeboxer.js. unfortunately i can't find a way to use it with dart and google maps under flutter because they don't exist for

October 23, 2020 at 02:45PM by Manni Falk
https://ift.tt/3oiCrTx