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

I made a package to generate suggested message replies with a local MLKit model
https://ift.tt/2PKYYbo

August 11, 2020 at 05:46PM by kdem007
https://ift.tt/3anbHuA
New post on /r/flutterdev subreddit:

Integrate payment gateway on flutter web platform, using HTML & JavaScript and handle events in flutter. This is useful when the payment gateway's official plugin doesn't support the flutter web platform.
https://ift.tt/31AbuzW

August 11, 2020 at 06:17PM by subhendupsingh
https://ift.tt/3fIZFfT
New post on /r/flutterdev subreddit:

flutter_layouts initial release with first layout "Footer"
Hi, I'm creating a list of flutter layouts (not example) as package that lots of developers might find it useful. the first thing added is footer view, which there no adequate solutions out there yet. take a look, if you like what I'm about to do, please star it so i can get your powers 🔥 https://github.com/softmarshmallow/flutter-layouts)https://pub.dev/packages/flutter_layoutspreview

August 11, 2020 at 06:52PM by softmarshmallow
https://ift.tt/3fNBI7l
New tweet from FlutterDev:

#AskFlutter is back to help you learn how to...

🖥️ Boost the performance of your Flutter web projects
👤 Speed up shadow-heavy apps
👨‍💻 Deal with state management
🥳 And more!

Watch here → https://t.co/jYC0buaPNJ pic.twitter.com/GzaQWQ6ziA— Flutter (@FlutterDev) August 11, 2020

August 11, 2020 at 07:15PM
http://twitter.com/FlutterDev/status/1293234651604176896
New post on /r/flutterdev subreddit:

Best Flutter Up-To-Date complete video course?
Where can I find the best Flutter course as of August 2020? I need to study building mobile apps.My current budget is around 15$, sorry I don't have enough.Thank you.

August 11, 2020 at 07:32PM by s_91
https://ift.tt/2XQ14eC
New post on Flutter Dev Google group:

Flutter and Firebase Connection.
Hi I am receiving this error. flutter: Error: NoSuchMethodError: The method 'createUserWithEmailAndPassword' was called on null. Receiver: null I don't know what to do now. Can someone please help me? The code is as follows: [Main.dart] import 'package:flutter/material.dart'; import

August 11, 2020 at 09:45PM by Divyam Arora
https://ift.tt/2XNTrFl
New post on /r/flutterdev subreddit:

Access data from JSON response
[{messages: [{id: Auth.form.error.email.taken, message: Email is already taken.}]}]The above message is part of my JSON response, I would like to access the part that show 'Email is already taken' but I could not even though I have tried many different methods.I am not familiar with JSON so I would like to ask everyone how can I finish this task.Thanks.

August 11, 2020 at 11:42PM by ximui2
https://ift.tt/30MHvWh
New post on /r/flutterdev subreddit:

Opinions on best way to recursively map from a list to tree of Widget children in stateless widget
(note I tried posting this in r/flutterhelp but got no responses so I've reworked it as an item for discussion which may be more appropriate since I don't have a "not working" situation but rather a "how best to do this" situation.I want to generate a stack of widgets where dragging any widget also drags the widget on top it - the reason being I am implementing a solitaire game to learn flutter - see this video for the desired behavior (solitaire rules aren't implemented, just this dragging feature)https://s3.amazonaws.com/skanr.io/simplescreenrecorder-2020-08-08_14.26.17.mp4To do this I created a recursive function that recursively takes one element off the list returns a draggable stack with the current card as one child and the function being the next child.This means that a list of cards is built into a widget tree like so:https://imgur.com/a/YmvyfpbThe code for my recursive function can be found at:https://pastebin.com/LDvks5x7What I would like to hear opinions on is the following:Is there a good way that does not involve a recursive definition to map from a list to a widget tree of stateless widgets where the 2nd list item is a child of the first, the third is a child of the 2nd etc.Will the technique that I've used to generate this tree have negative performance implications. I've read that using functions in widget generation is an anti-pattern. Does that apply here? Would a local function be any different?Is there another good way to make a draggable stack where anything you drag drags everything on top of it?

August 12, 2020 at 12:31AM by abryden623
https://ift.tt/33QZehe
New post on Flutter Dev Google group:

Access JSON Response
[{messages: [{id: Auth.form.error.email.taken, message: Email is already taken.}]}] The above message is part of my JSON response, I would like to access the part that show 'Email is already taken' but I could not even though I have tried many different methods. I am not familiar with JSON so I

August 12, 2020 at 12:47AM by Ximui
https://ift.tt/33OCX3E
New post on Flutter Dev Google group:

offline full text search flutter
hello everyone , i am a beginner flutter developer, i have a good background with java (android ), i have aquestion : in android i used a 3rd party library called (lucene) to make a full text search inside +7000 .txt files stored in assets folder. is there an alternative method or 3rd party

August 12, 2020 at 04:24AM by Mhr Ft
https://ift.tt/3iAkM5Q
New post on Flutter Dev Google group:

Re: InkWell onTap not triggering, but onLongTap is trigger
(Paste your code in GitHub Gist or somewhere else next time) Remove onTap from the ListTile. On Wed, Aug 12, 2020 at 00:18 CeebLaj Thoj
New post on Flutter Dev Google group:

UI design of the container with text inside it.
Hi, I need to create the container like marked in the figure below with font size and font family exactly the same. Can you help me out of it? Thank you. [image: Inkedmodel_LI.jpg]

August 12, 2020 at 07:30AM by Abinavan Nagendran
https://ift.tt/2FdzBgp
New post on Flutter Dev Google group:

Changing some state of a child custom widget after creating it?
Hi. I'm sure this or similar must be a very frequently asked question about Flutter but searching StackOverflow etc. only finds answers that feel wrong (e.g. create your child widget with a global key). I've got a custom widget and want to tell it to change something about itself (e.g. colour)

August 12, 2020 at 09:33AM by Andrew
https://ift.tt/2E0kCFV
New post on /r/flutterdev subreddit:

Helper for Flutter source code browsing like AndroidXRef?
There're so many versions of codes of Flutter.Could we build something like https://androidxref.com/ for source code browsing?Any ideas?

August 12, 2020 at 10:32AM by sunbreakwang
https://ift.tt/2DAvgnh
New post on /r/flutterdev subreddit:

GitHub - wasabeef/flutter-architecture-blueprints: Flutter Architecture Blueprints is a project that introduces MVVM architecture and project structure approaches to developing Flutter apps.
https://ift.tt/3gRGvG7

August 12, 2020 at 10:08AM by wasabeef_jp
https://ift.tt/3isRmqg
New post on Flutter Dev Google group:

Flutter- WillPopScope not working on different WebView present in different tabs
Hello there, I have made a flutter project in which I am facing issue with two pages. Plugin used for two pages- https://ift.tt/3ajyyqY One Page that is "*Single* App page" render a *Webpage* & *WillPopScope* is *working* here *absolutely fine*. Another Page that is

August 12, 2020 at 10:25AM by Yash Chandra verma
https://ift.tt/2DVfeE6