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

eBay Motors blog post and first Open Source Package: Screenshot Testing with Flutter
https://ift.tt/3aOxtGr

March 12, 2020 at 06:45PM by sardox25
https://ift.tt/2IGXITh
New post on /r/flutterdev subreddit:

what's the good hack to learn the widgets ?
Is it worth to remember the widgets or just remember the name of widget and when it needs I have to open the official docs ?

March 12, 2020 at 10:26PM by tameem_rafay
https://ift.tt/3cTHOCK
New post on /r/flutterdev subreddit:

is possible to use a datatable like a listview.builder for a long list data?
I need to display a large list of items but I would like to know if the datatable widget loads the data like listview.builder, I appreciate any help

March 12, 2020 at 11:22PM by miltux
https://ift.tt/2IJQkXm
New post on /r/flutterdev subreddit:

New package released - queue - easily queue futures and await their return.
Hi All, thought I would let you know of a new package I just pushed up.It's called Queue and it lets you queue up Futures and await their result. Its super simple to use, but I couldn't find a good solution so a new package was born!The use case was I had a bunch of bluetooth devices I needed to send commands to, but flooding the bluetooth adapter caused weird results, so I needed to be able to just send the command and await its result, devices could be doing all sorts of things so there wasn't one central function that could manage it.Other use cases I can forsee are things like spidering websites, but anything where you need to control the flow and speed of disparate async functions it might be good for.https://pub.dev/packages/queue

March 13, 2020 at 12:32AM by MyNameIsIgglePiggle
https://ift.tt/3cWrUHJ
New post on Flutter Dev Google group:

Hiring two or three remote talented flutter developers, are you up to the challenge?
We are a startup in the Bay area, California and hiring two or three eager for learning flutter/node.js remote developers with experience in iOS, Android and Web development for firebase. We are developing an advanced concept App. The initial phase has been developed and we are looking to

March 13, 2020 at 03:51AM by Jay Martinez
https://ift.tt/2w28jp5
New post on /r/flutterdev subreddit:

Correct syntax?
return Card( color: Colors.white, elevation: 2.0, child: ListTile( leading: Text(this.noteList[position].date), title: Text( 'TEXT HERE: ' + this.noteList[position].title, style: titleStyle, ), I'm returning the Title but also a text label is the '+' correct to use here? It runs in Android emulator.

March 13, 2020 at 01:16AM by pegasusteam
https://ift.tt/3cTZsXc
New post on /r/flutterdev subreddit:

Downsides of switching from React Native to Flutter
Hi all, I'm basically tired of how duct taped together react native feels.It's almost like to even do basic things, as in getting the material design them to feel right I have to do epic tons of work.The only thing giving me pause, is a lack of integrations into things like AWS. I'm now thinking of a franken hybrid, where I use Firebase for user data, and I ended up using some AWS specific APIs where needed ( the Google equivalents just aren't there yet).Obviously I would have to learn dart, but so far it looks like it's going to be a pretty painless process compared to fighting the 30 different React Native modules I need to say build a Material Design themed app with State management.Anything else I should be aware of before diving in ?

March 13, 2020 at 04:42AM by undefinedNANString
https://ift.tt/2IKWeYi
New post on /r/flutterdev subreddit:

How to call intent method from flutter
So I am trying to make my app auto-start I know how I can do it in java but I don't know how to do it using flutter as I know we have to go native as we may have to do it for both android and ios I tried on the similar way how we get the battery detail app in flutter but in my app, I have to call an intent which is not working how to make app autostart in java any guidance will be helpful.

March 13, 2020 at 06:13AM by omega_savvy
https://ift.tt/38MPeon
New post on Flutter Dev Google group:

Couldn't able to deploy the app in Release Branch
Hi Team, Anyone help me to resolve this issue when deploying the application on an android device with flutter channel stable, I have attached the image of the issue please anyone helps me to resolve this. FAILURE: Build failed with an exception. * What went wrong: Execution failed for task

March 13, 2020 at 09:45AM by Bala Malarkodi
https://ift.tt/3cTiHA5
New post on /r/flutterdev subreddit:

How should I store “passwords”?
I have a list of username and passwords (for servers) that are encrypted on firestore. The app will retrieve those information. User will select one of them and the app will establish connection to the server based on the information retrieved. I will decrypt the retrieved password before performing the connection.Is there a better way to do it?

March 13, 2020 at 09:49AM by temp02112019
https://ift.tt/33fw3SN
New post on /r/flutterdev subreddit:

New Android UI testing software
About one year ago, I was once again struggled with espresso (idling resources, upgrading broken test dependencies,...)I wished that UI testing was easier and came up with an idea for an alternative test automation solution. Instead of ID matching, I would be fully relying on computer vision.Over the last year I put a lot of hours in creating this software I had in mind. It's now called repeato, and it's essentially a test recorder which allows you record and replay your tests via a desktop app. It works for every type of app which runs on android, so obviously also for testing flutter apps.Now I am looking for feedback and beta testers.In order to get you motivated, I offer you direct support (skype/email) and an unlimited version of the software for those of you who get back to me with some feedback before 1st of April.Every feedback is very welcome!​Here is a one minute demo video:https://www.youtube.com/watch?v=hkYWrqOeH4Y​And the download (win / mac / linux coming soon):https://www.repeato.app/download

March 13, 2020 at 11:01AM by stoefln
https://ift.tt/2W9CYLH
New post on Flutter Dev Google group:

Example of using oauth2
Good morning friends, I would like to know if you have any example of using oAuth2, to integrate with laravel. I managed to make the communication, capturing the token, however I am not getting a nice documentation with example of consumption of api methods.

March 13, 2020 at 11:49AM by Leonardo Ferreira
https://ift.tt/2wUH3ZA
New post on /r/flutterdev subreddit:

App Feedback Thread - March 13, 2020
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods

March 13, 2020 at 01:08PM by AutoModerator
https://ift.tt/2wYd96L