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

Pokémon and Flutter
https://ift.tt/2AylCw3

September 20, 2019 at 11:37PM by Elixane
https://ift.tt/2Qo7gt9
New post on Flutter Dev Google group:

Cuncurrent lib for flutter
Guys what you think about my lib, any suggestions or pull reqest, thanks! =) https://ift.tt/352o8ce

September 21, 2019 at 01:47AM by Daniil Surnin
https://ift.tt/2M8kS66
New post on Flutter Dev Google group:

Firebase notifications setup issue
I am following along with the instructions on the firebase console for configuring Push Notifications and I keep getting the same error when I try to run the app. I have followed every step line by line and have tried doing it 3 times and still get the same error, line 24 in the build.gradle

September 21, 2019 at 01:49AM by Sam Cromer
https://ift.tt/2M5vm6p
New post on /r/flutterdev subreddit:

[plugins] Would you pay to have issues solved?
Hello there. Would you pay, let's say 10 dollars to have issues solved for the plugins you use/like?I would like to see if there are people willing to pay for such. If there is anyone willing, I would like to take a look at the problem (GitHub issue or a comment describing the issue) and if I am able to get a PR merged you just need to send me 10 dollars in a bitcoin wallet.It does not need to be an issue at flutter/flutter or flutter/plugins. It can be for any plugin repository that public available. I would write tests, update libraries, try to fix bugs or even implement some minor feature. You could follow and review the PR if you wish.Many plugin repositories need some love, even if you can't contribute opening PRs because you lack time or knowledge you could support the plugin development with a relatively small value. 10 dollars, hardly pay an working hour of a developer, but with that you can support a plugin and help flutter plugin ecosystem to evolve.

September 21, 2019 at 04:59AM by Wilie_Coyote
https://ift.tt/351csGk
New post on /r/flutterdev subreddit:

flutter connection status bar
Hi Reddit,
I just published my very first flutter package, it's a simple widget that animates when internet is disconnected. please go check it out on my github and show some support.https://github.com/bardiarastin/connection_status_bar

September 21, 2019 at 10:48AM by bardiainjast
https://ift.tt/2IiVlX3
New post on /r/flutterdev subreddit:

Check out the 9th installment of #Flutter Discovery: Why Flutter?, ColoredFiltered Widget, loading animations and much more
https://ift.tt/2AD0zZf

September 21, 2019 at 01:47PM by DecimalSaxon
https://ift.tt/2QwOOOK
New post on /r/flutterdev subreddit:

Is it possible to create a widget like this? (Fading gradient line with text in the middle)
Here is an image - https://i.imgur.com/0LXcVrc_d.jpg?maxwidth=640&shape=thumb&fidelity=mediumWas thinking about using canvas for that but I have yet to find a way to fade a rect.Any ideas?

September 21, 2019 at 02:45PM by IamJustAWizard
https://ift.tt/32QcxLc
New post on /r/flutterdev subreddit:

Accept for few cases I do not see the need to have stateful widget. I am right?
I have been using flutter for some time now and have found I can do away with a stateful widget for most of the cases. My approach is to use a change notifier/provider and rebuild on state changes which I track through my model.In cases where I need WidgetsBindingObserver can I use a stateless widget and add the mixin WidgetsdnindingObserver or will I need a stateful widget?I have started on an app with this provider architecture and it is fairly large app. I wanted to make sure it is the right approach. Overall I find the need for stateful widget very less with this approach. Please correct me if I am wrong.​This is for deep links wherein when a user without my app clicks on a link, then it should open the playstore and then after install should get into the app or when a user click on the email authentication link, he should be redirected to the app and login should be successful

September 21, 2019 at 03:22PM by p2harry
https://ift.tt/2NpQK9u
New post on /r/flutterdev subreddit:

Syncfusion Free Ebooks | Flutter Succinctly | Easy to learn
https://ift.tt/2NuCWdl

September 21, 2019 at 03:18PM by michaelprabhu
https://ift.tt/32ZBpjY
New post on /r/flutterdev subreddit:

Music / Podcast Application
Hi, does anyone have or know where I can find source code for a good podcast or music application? Not UI only with the functionality even.

September 21, 2019 at 03:56PM by 123Spaceman123
https://ift.tt/2LGSM3e
New post on /r/flutterdev subreddit:

Cross-Platform On-Device ML Inference: TensorFlow Lite ft. Flutter
https://ift.tt/2ABBdLn

September 21, 2019 at 04:41PM by truongsinhtn
https://ift.tt/2QldVUJ
New post on /r/flutterdev subreddit:

[Showoff Saturday] I make Flutter video tutorials with a focus on architecture & practicality (State Management, RxDart, BLoC et al.)
The series is called Flutter in Practice (here's the YouTube playlist). Feel free to suggest a topic I should cover next!

September 21, 2019 at 06:16PM by zaiste
https://ift.tt/2V5FC2L
New post on /r/flutterdev subreddit:

Argon Timer and Loading Buttons || Flutter
Hi Reddit, I just published my first flutter package. You can create beautiful loader and timer buttons with it. You do not have to worry about handling the animations or the timers. The timer can be restarted with different values so you can easily use it for "Re-send OTP" buttons where the countdown changes after every request. Check out my Github for more details.https://github.com/iamyogik/argon_buttons_flutterhttps://pub.dev/packages/argon_buttons_flutter

September 21, 2019 at 07:27PM by iamyogik
https://ift.tt/32Xo23K
New post on /r/flutterdev subreddit:

60 Days of Flutter :'Building a Messenger from Scratch': Day 33–35 : Paginating data from Firestore using Firebase Queries
https://ift.tt/2Of8GDj

September 21, 2019 at 11:48PM by aditya_gurjar
https://ift.tt/31IBQib
New post on /r/flutterdev subreddit:

is there a shortcut to remove a whole widget from the tree?
Hi, I use Android Studio to do some flutter, when i highlight a widget and press (Option + Enter on Mac) or (Alt + Enter on Windows) it shows a list of suggested things to do includingadd paddingcenter widgetand morebut it doesn't include the option to remove/delete a widget from the tree, is there one like this somewhere?

September 22, 2019 at 02:39AM by mosh_java
https://ift.tt/32YuJ5v
New post on /r/flutterdev subreddit:

Building games with Flutter
Hello!I love making applications in Flutter. I've been wondering if I could make games with it too. So I looked up on the web and came across this amazing Flutter game engine called Flame. I tried it, and I found it really simple and elegant.Has anyone else tried it? What do you think about Flame? Are there any other approaches to build games with Flutter? Oh and another thing, we all know Flare, right? Does Flare work well with Flame?Thanks!

September 22, 2019 at 06:16AM by _nightwielder_
https://ift.tt/2M6MxEH
New post on /r/flutterdev subreddit:

Google Developer Group - Devfest Isle of Man - November 2019 - Call for Proposals
Hey folks, we are organising a Google Devfest https://devfest.withgoogle.com/ in the Isle of Man https://www.devfest.im - details of the Isle of Man here https://www.locate.im/ - we are looking for speakers for our Devfest - the dates are 22 Nov - 23 Nov 2019 and our CFP is here https://sessionize.com/google-devfest-2019-douglas/ - you can also chat to me about it here, welcome all kind of ideas and topics, and would love to see you over in the Isle of Man

September 22, 2019 at 10:43AM by johnmidd
https://ift.tt/2V6Yu1e
New post on /r/flutterdev subreddit:

FlutterForce — Week 45
https://ift.tt/31IjZrN

September 22, 2019 at 10:09AM by flutterist
https://ift.tt/34ZRtnw