Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on /r/flutterdev subreddit:

How to draw multiple line with CustomPainter in Flutter
/r/Flutter/comments/fhrmpo/how_to_draw_multiple_line_with_custompainter_in/

March 13, 2020 at 04:26PM by gifhary
https://ift.tt/3aQUtEF
New post on /r/flutterdev subreddit:

FLUI New Module Released! Flutter Dynamic Rendering~
FLUI 0.9.0 released with new module -- Dynamic!The Dynamic module allows us to load downloaded or cached JSON for rendering.The semantics are close to the original Flutter component name. For the specific mapping relationship, please refer to Document.

March 13, 2020 at 04:59PM by hanran-liu
https://ift.tt/33mj2H9
New tweet from FlutterDev:

An inspiring #Flutterista!@npturgut has lived in 5 cities and 3 countries. #IWD2020

"I'm working on Flutter Web Engine and focused on writing a new test harness for Flutter Framework and Flutter Web Engine integration which will save us from regressions in the future." pic.twitter.com/UoA2pwANTE— Flutter (@FlutterDev) March 13, 2020

March 13, 2020 at 07:06PM
http://twitter.com/FlutterDev/status/1238526759227641856
New post on /r/flutterdev subreddit:

Basic ToDo App architecture question
Hello, I’m using sqflite to save a TODO’s list. I have one main stateless widget, where I have a navigator with 3 routes(widgets) and a bottomNavigationBar. All 3 childs/routes are stateful widgets.- The first one is a stateful widget that loads the ToDo's in the onInit with a FutureBuilder in there.- The second one is also the same but in the onInit it only loads the ones which are already done.- The last one is a form to create a new one.​Is it wrong to have a stateless widget as a parent and 3 stateful childs? Is there a place, book or something to learn more about this architecture/structure?Thanks

March 13, 2020 at 08:03PM by Shu7Down
https://ift.tt/2wZejyT
New post on Flutter Dev Google group:

Gradle task assembledebug failed with exit code 1
I am running this code https://ift.tt/335pu3t Exactly as it is but cannot get it to run. I get the same error saying "gradle task assembledebug failed". I am using an android nougat 7.1 emulator on an amd processor. The emulator runs fine but I get the error. Please help.

March 14, 2020 at 07:38AM by Souvik Dutta
https://ift.tt/2WbniHX
New post on /r/flutterdev subreddit:

Flutter Build Error
Hello guys,I've created a new project on Android Studio and I wanted to run it without making any changes but I saw this error on the picture. I check it with flutter doctor but it says there is no problem. I did the set-up steps correctly. How can I fix it? I have a homework to deliver​https://i.hizliresim.com/yKbxAE.jpghttps://i.hizliresim.com/yspJYi.jpg

March 14, 2020 at 10:10AM by TurKLoJeN
https://ift.tt/39SNVW7
New post on Flutter Dev Google group:

Unable to resolve reference ActivityCompat,content,v1
Can someone please check this link, i've been suffering from this problem since long. Link: https://ift.tt/2TQic2o Any help is appreciated.

March 14, 2020 at 12:53PM by Amena Deeb
https://ift.tt/2IPMmMA
New post on /r/flutterdev subreddit:

Any tools/libs/packages to help me do a semi-offline app with syncing data when there is no cell signal and when there is later on?
I am developing a sales tracking app, where a sales rep can log a transaction at a dealer store. The problem is that these dealer stores sometimes are in remote villages where there is no phone signal. With that said, is there any tools/libs/packages that will help me deal with this issue, where as soon as the person has a signal, it syncs the data to the database. The only app I have done so far is with firebase and can log transactions and all sorts of stuff. Just wondering if there is something I should definitely check out to take on my task, as I was thinking I need to do a local db like sqlite and it polls to check if its in sync with the database and once there is a signal, and its out of sync, it syncs and wipes the local database records.

March 14, 2020 at 03:26PM by splishyandsplashy
https://ift.tt/2QcYZFW