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

Just released my first Flutter app in Android and iOS!
Thanks to all of you who joined the Beta and gave me feedback!I just released the app to the App Store and Play Store. There is just something surreal about being able to launch on both platforms simultaneously. Such a nice feeling and shows the real power of Flutter! Link to download the app

March 25, 2019 at 02:26PM by funpolice
https://ift.tt/2CEbl2P
New post on /r/flutterdev subreddit:

do we have plugin for handling auto recording while having a call ? to record the incoming/out call
hi,do we have plugin for handling auto recording while having a call ? to record the incoming/out call

March 25, 2019 at 04:00PM by Kotaibaw
https://ift.tt/2WgI9Gy
New post on Flutter Dev Google group:

AndroidX incompatibilities in this Flutter app
I got the following exception i don't know why kindly help please registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) registerResGeneratingTask is deprecated, use

March 25, 2019 at 05:04PM by Kamran Ali
https://ift.tt/2Ot4n5K
New post on /r/flutterdev subreddit:

My first flutter package: widget_fader
This builds on the carousel_slider from serenader and does cross-fading instead of scrolling.Currently supports:- Automatic and infinite fading in both directions- Swipe to fade- Fading via the functions next() and previous()​Example:​https://media.giphy.com/media/jlcmSkvhF8jOjsg014/giphy.gifPub

March 25, 2019 at 05:47PM by footurist
https://ift.tt/2TUsH6m
New post on /r/flutterdev subreddit:

Material Rally App TabBar implementation for flutter
I was designing this widget for one of my apps but I decided to publish this as a packageThe design of this widget is actually from one of material design studies named RallyThis is one of my first tries to publish a code. I hope this plugin be useful for you and i'll be happy if you give your feedbacks. Thanks :)​Repository: https://github.com/mahdizakizadeh/shifting_tabbarRally app:https://storage.googleapis.com/spec-host-backup/mio-design%2Fassets%2F1SkeVD6imJA_MwjipNR-DbNh1xw4au9yy%2F02-rally-tabs.mp4Widget preview: https://camo.githubusercontent.com/a8511581803fa8724a54d213d2002f9ecaa1d5b6/68747470733a2f2f6d656469612e67697068792e636f6d2f6d656469612f333554416f45516d50424c46774570496e762f67697068792e676966

March 25, 2019 at 08:32PM by mahdizakizadeh
https://ift.tt/2Wpavyt
New post on Flutter Dev Google group:

async handling of platform messages
Hi all, I'm looking for some advice on an issue I have. While working on go-flutter (an effort to embed Flutter onto the desktop using Go and GLFW), I ran into some questions concerning platform message asynchronicity. I already posted this in the issue tracker but have zero response so far, so

March 25, 2019 at 09:00PM by Geert-Johan Riemer
https://ift.tt/2WmGEqr
New post on Flutter Dev Google group:

Cloud functions need dart support???
I was wondering why Googles Cloud functions doesn’t support Googles own language Dart lol??? Sent from Mail for Windows 10

March 26, 2019 at 12:19AM by Riddick 4Ever
https://ift.tt/2Yq5E1F
New post on /r/flutterdev subreddit:

I'm bringing fab support to BubbleBottomBar, comment your suggestions please!
https://ift.tt/2HG1kGy

March 26, 2019 at 12:01AM by westdabestdb
https://ift.tt/2WosBAQ
New post on /r/flutterdev subreddit:

Cannot get the latest videos about flutter
I already google and found many people have the same problem with youtube videos. They cannot filter by upload date or view by week and months anymore. Does anyone knows when this will be fix.I usually browse for flutter/programming videos from around the world uploaded on youtube every week and it doesn't sort accordingly now.

March 26, 2019 at 08:01AM by alorgajah
https://ift.tt/2WqEK8q
New post on /r/flutterdev subreddit:

What's the best way to implement BLoC pattern
Hello guys,I'm currently learning about Flutter, I would like to work with the BLoC pattern. I've seen plenty of example about it, but none of them are implementing the BLoC pattern in the same way, some of them are using Streams and others the "Flutter_bloc" package. Is there a best way to go ? You can find the git repo of my learning project to maybe have a better understand of my question.Thanks a lot.https://github.com/qeude/events-app

March 26, 2019 at 10:16AM by nitneuqedue
https://ift.tt/2FCeFh4
New post on /r/flutterdev subreddit:

Flutter with Amazon AWS
Hello,​did anyone worked in a project with Flutter + Amazon AWS? Im currently in a early stage for my new project and I kinda want to realize it with Firebase but my only problem with Firebase is, that there is no support for a relational database like MySQL etc.Amazon AWS has it, but it looks like there is no real support for Flutter, and of course Google's Firebase supports Google's Flutter.I really need a relational Database and I would love it, to have the complete backend in one host. So I would'nt be a fan of a solution like this -> All the benefits of Firbase like Login, storage, analytics,.. + the DB for the App is hosted by another hoster.​Does anyone worked with AWS + Flutter? What is your experience? Or does anyone have an idea which can fix my problem?

March 26, 2019 at 01:12PM by florent_221
https://ift.tt/2TZgxsL
New post on /r/flutterdev subreddit:

Flutter Firebase Tic Tac Toe Application
I just created a Tic Tac Toe application just for fun using flutter and Firestore as the backend. Saw the design by Amit Singh on uplab some months ago and just felt like doing something with it.
Makes use of cloud function and firebase notification. Built it using bloc pattern.It's not a perfect code though, so you can tell me certain things in need to take note of. I just wan't to be better at programming with dart and building flutter apps!​github link - https://github.com/nonybrighto/flutter_firebase_tic_tac_toe

March 26, 2019 at 03:30PM by nonybrighto
https://ift.tt/2TzK8nx
New post on /r/flutterdev subreddit:

How to have large async tasks run in the background while the app is running
So I'm looking at building a flutter application, there's a couple of database update calls that I want to be able to make. Some of them update the UI, some are just searchable in certian screens.These calls will be large, and I just want them to run async in the background regardless of what screen is currently on.What would be the best approach for this?

March 26, 2019 at 03:29PM by DoPeopleEvenLookHere
https://ift.tt/2YslIjt
New post on /r/flutterdev subreddit:

Adding Telegram tdlib to Flutter
How can I add a C++ library (https://github.com/tdlib/td/) to Flutter?

March 26, 2019 at 04:20PM by Glixch
https://ift.tt/2TCPhLX
New post on Flutter Dev Google group:

SliverGrid
Hello! , I'm trying to do something like this : SliverGrid( gridDelegate: SliverGridDelegateWithFixedCrossAxisCount( crossAxisCount: rowCount), what I want do is when (index == 10 ) change the rowCount so, for now the rowCount is 2 item , once its 10 I want to show only one 1 item ,

March 26, 2019 at 05:30PM by AbdAlwahab Hurbly
https://ift.tt/2Or3OsV
New post on /r/flutterdev subreddit:

Listview within a listview
I want to create a vertical list with a horizontal list at each index. And both the lists are maintained dynamically. How do i achieve this?

March 26, 2019 at 07:40PM by fardeen9983
https://ift.tt/2TX7KI4
New tweet from FlutterDev:

🍬The #FlutterCreate top prize just got sweeter.🍭

The specs of the grand prize now include 256GB RAM. That's enough to fit over fifty million 5K entries!

Enter by April 7, 11:59pm PDT to win → https://t.co/hZFtHcIXUG pic.twitter.com/LU3bWE7r9M— Google Developers (@googledevs) March 26, 2019

March 26, 2019 at 08:35PM
http://twitter.com/FlutterDev/status/1110626366834335744
New post on Flutter Dev Google group:

Erro no emulador
Estou usando o VSCODE, e quando rodo e chama o emulador, aparece esse erro: Failed to launch emulator: Error: Emulator didn't connected within 60 seconds

March 26, 2019 at 08:45PM by Ruan Lima
https://ift.tt/2CEvUMG