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

FutureBuilder and Asynchronous Programming
https://www.youtube.com/playlist?list=PLRT5VDuA0QGVyzxEZw8Fugx1_5sM3aV9Y

August 23, 2020 at 02:04PM by abhishvekpvt
https://ift.tt/3j65nup
New post on /r/flutterdev subreddit:

Native or Cross platform dev?
Hi guys,My two friends and I are trying to build a startup. We have programming experience from college, but we don't have any industry experience. We are trying to build an app that will receive display live ”content” (but not like social media stuff, think of it as a live announcement app) and accept payments. We have been learning swift and kotlin to build the app for each platform separately. But right now we have been considering going for cross-platform. We would appreciate your suggestions. What are the commons cons and pros for both native and cross platform development? Do big companies like Uber Lyft DoorDash use native or cross platform?

August 23, 2020 at 02:40PM by yaxcioglan
https://ift.tt/32mai3C
New post on /r/flutterdev subreddit:

Hey Guys, uploaded a new video in Flutter- Animation. "Beautiful Page Animation. And don't forget to subscribe to my channel for more such content. Thank you.
https://youtu.be/jAVqP08eX6A

August 23, 2020 at 02:36PM by praveenthedesigner
https://ift.tt/32kNGjV
New post on Flutter Dev Google group:

Useful widgets for API Handling
hello guys, I working with API in Flutter, So I want to know the best and common widgets which are use for API app development in flutter. And also Best flutter packages which helps in API Flutter. Thank You.

August 23, 2020 at 03:24PM by Gulam Fahad Ahmed
https://ift.tt/31kkYAr
New post on Flutter Dev Google group:

Horizontal scrolling text with word selection (highlight word in centre while scrolling0
Hey, I'm just looking for some advice on how I might build the sort of widget I have in mind. So I want a horizontal scrolling text widget that highlights a specific word. - When the widget is built, it receives an index (or something like that) for the word that should be highlighted - The

August 23, 2020 at 04:02PM by Alex Baker
https://ift.tt/3aQXx55
New post on Flutter Dev Google group:

downloading dart sdk each time I run any flutter command in dev version
I just download the latest version of flutter sdk and then change the channel to dev and then every time i run flutter command it's gives this C:\Users\husam>flutter Checking Dart SDK version... Downloading Dart SDK from Flutter engine 81027ab0cc0e7974beee760eb042827a44dd12f3... and above the

August 23, 2020 at 05:08PM by husam alkdary
https://ift.tt/2QjWLUA
New post on /r/flutterdev subreddit:

90 new AWS services available as Dart packages
/r/dartlang/comments/if2kn9/90_new_aws_services_available_as_dart_packages/

August 23, 2020 at 04:59PM by Schwusch
https://ift.tt/3hmMu6f
New post on /r/flutterdev subreddit:

flutter live video streaming feature
hey guys anybody know is live video streaming feature is available on flutter i searched on youtube but didnt find any video regarding thisif yes then please tell how to do this what package can be used and how to implement it any video link will be greatly apppreciated

August 23, 2020 at 07:23PM by billyboy_123
https://ift.tt/2YtA2tL
New post on /r/flutterdev subreddit:

Has anyone tried to connect spotify to app
I am trying to connect spotify to my app. What i want to do is to make an "connect your spotify account" screen to authenticate. I am trying to make an api call but couldnt get any response. Is there anyone who tries similar thing?

August 23, 2020 at 10:33PM by incesaz
https://ift.tt/3lbCbnL
New post on /r/flutterdev subreddit:

String in Dart/Flutter - Things you should know - Coflutter
https://ift.tt/3lezkdy

August 23, 2020 at 11:45PM by tranhuyphuc
https://ift.tt/2Ql6QRq
New post on Flutter Dev Google group:

How to use fl_chart for complex data
How to use fl_chart for complex data. I have data for 200 hundred days in x-axis and maximum value is given upto 50 lakh in y axis

August 24, 2020 at 12:54AM by Akash Lilhare
https://ift.tt/2CQlqNs
New post on /r/flutterdev subreddit:

Published XIcon : a package for dynamically loading custom & material icons via uri.
Hey guys, just released XIcon v0.0.4 on pub🔥 Star it on github ⭐️installation
dependencies: x_icon: latest 
​XIcon enables you to load material icons with string uri (dynamically).XIcon enables you to load your custom font icon via uri (dynamically).XIcon enables you to load non-font asset such like png.XIcon & XIconData can be converted from Json, which means you can decide which local icon to display on the serverside fluently.​usage
// Wrapped mode XIcon(icon: XIconData("material://Icons.add"), color: Colors.black); // Custom local font icon XIcon(icon: XIconData("custom://CustomIcons.add")); // with flutter default icon Icon(XIconData("material://Icons.add"), color: Colors.black); // Custom local font icon Icon(XIconData("custom://CustomIcons.add")); // load remote image as icon XIcon(icon: XIconData("https://example.com/example.png"), size: 24); 
DEMO gifAll PRs and issues / feature requests are welcome!

August 24, 2020 at 05:07AM by softmarshmallow
https://ift.tt/34rBFMz
New post on /r/flutterdev subreddit:

Deciding to use Flutter? Read this first.
First of all I hope everyone is safe and sound during these hard times, but you know what? with all this extra time in my hands I went a head and started working on my personal Flutter Project. -side note, I first worked on Flutter about a year ago but stopped using it because 1. It was not as stable as it is now, and 2. I wanted to make an App for both iOS and Android, you can't do so if you don't own an Apple Computer(any Mac will do)-As it was a personal project I went a head and started working and designing something I am into, which in this case is fitness. After about two months into designing the Fitness App, I went to a local gym I enjoy working out in, and casually proposed that I can make the fitness app an exclusive for the member of this gym. Most importantly, yes, we agreed on me getting payed monthly to maintain and add features to the App, which is something a lot of devs don't like to discuss on public forums, since pay varies so much depending on where you live. As an -amateur- Flutter Dev, it was pretty simple stitching everything you need to make a decent looking app for BOTH iOS and Android, though in all honesty you will have to learn to work a round a few bugs for publishing to iOS.Long-story short, I was finally able to publish my first Beta testing on TestFlight (is an App Beta tester for iOS devices) yesterday and the experience was wonderful. Knowing I can deliver a decent App with decent functionality in BOTH iOS and Android, can you imagine the hassle I would've had to go thought if I wanted to do each app individually? Nightmare.I am very thankful for the team that is making Flutter possible since it's such an easy platform to use for making Apps, I genuinely think Flutter will be the "next big thing"in coding a few years from now since it's so easy to work on. If I am not mistaking they are working on Web, Windows and MacOS apps as well.The takeaway: Flutter is an easy-to-use, framework, you WILL experience a lot of errors, compatibility issues, and architecture problems. But, think about this, I was able to make a fully functional Fitness App (sign-in page, workouts page, trainers page, weight tracker, member ID in dashboard, and an extra page to put info such as class and gym hours).Just one person,
Coding part time,
No big team,
Only 3 years of coding experience,
With only YouTube videos and the small community, (MTechViral is a big help, thanks man)I'd like to hear your thoughts on this too.

August 24, 2020 at 04:53AM by SinValentino
https://ift.tt/2CRwdac
New post on /r/flutterdev subreddit:

Flutter firestore_subcollection error
I was trying to create a subcollection in cloud firestore using flutter, but i am getting error in the console saying 'b.split is not a function' . All the CRUD operations for a simple collection is working fine. The only issue is with creating a subcollection.Any help would be most appreciated, Thanks in advance

August 24, 2020 at 05:53AM by Financial-Reward598
https://ift.tt/2YqxpZC
New post on Flutter Dev Google group:

i am not able to set my view using flutter builder it always show Connection.state none after that api get's the data
Hitting an API to get the data though I haved checked it by printing it but FlutterBuilder not showing the view // dashboardscreen class DashboardScreen extends StatefulWidget { @override _DashboardScreen createState() => _DashboardScreen(); } class _DashboardScreen

August 24, 2020 at 06:46AM by shubham garg
https://ift.tt/2EuEvW9
New post on /r/flutterdev subreddit:

Plugins for flutter devs to easily create app settings screen(Mobile + web) or sharing content(Mobile only)
I wrote these two plugins for flutter apps almost a year ago.Since I joined this subreddit recently, I am puting this out here for other developers.Any feedback/help/contribution for any of them is appreciated.https://pub.dev/packages/flutter_share_pluginhttps://pub.dev/packages/flutter_settings_screens

August 22, 2020 at 10:27PM by g4m3rg33k2
https://ift.tt/3honqLT