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

Electronics Store App with BLoC pattern and Node.js
https://ift.tt/35hAn6W

September 06, 2020 at 01:45PM by HeisenbergZzzz
https://ift.tt/3i5hKa8
New post on /r/flutterdev subreddit:

FlutterForce — Week 87
https://ift.tt/3304fCc

September 06, 2020 at 02:57PM by flutterist
https://ift.tt/2ZcjjMa
New post on /r/flutterdev subreddit:

IT'S DONE!! Floaty_Chathead Plugin! , Create your own chathead with content like messenger.
Hello everyone!! First of all, i wanna thanks for all the support comments given during the creation of this plugin in previous post. Im happy to announce that the release version of floaty_chathead is live :)pub.dev: https://pub.dev/packages/floaty_headgithub: https://github.com/Crdzbird/floaty_chathead​The functionality are the following:Customize icon of the chathead.Customize the close icon.Customize the close icon background.Dynamic notification of each button from Android to Flutter.Build head, body and footer of the view hosted inside a container that is gonna be displayed when the chathead has been tap.Management State of the bubble

September 06, 2020 at 02:55PM by Ghost_InTheDart
https://ift.tt/33hUwaL
New post on /r/flutterdev subreddit:

A pure Dart implementation of Ed25519
A few months ago, our team open sourced a dart implementation of Signal Protocol. At that time, we encountered some difficulties in finding a suitable Ed25519 library. We did not find Ed25519 with a complete APIs, most of the libraries only implemented the basic sign and verify, unable to satisfy the Signal Protocol.https://www.reddit.com/r/FlutterDev/comments/i0l3as/we_open_source_a_signal_protocol_library_for_dart/At first, we used dart ffi to call Go's cryptography library. Later we discovered that our other signature algorithms may also need to use Ed25519, since this algorithm is highly secure and fast, we transplanted a Go version of it to libsignal_protocol_dart.https://github.com/MixinNetwork/libsignal_protocol_dart/pull/5This was part of libsignal_protocol_dart. Now, because we want to fork a jose library and extend it to support Ed25519, we simply extract the Ed25519 part from libsignal_protocol_dart and make it into a separate library for other projects in the future.https://github.com/Tougee/ed25519Hope you guys like it.

September 06, 2020 at 04:09PM by Tougeee
https://ift.tt/3bxJH7W
New post on Flutter Dev Google group:

How do I use Admob Mediation in Flutter?
I've searched and tried this on Flutter, but nothing worked. I tried to use the admob_flutter 1.0.0-beta.5 and firebase_admob packages, the result was that the ad request went to Admob but the ad didn't show. And after I checked into the mediation account, there wasn't a single ad request on the

September 06, 2020 at 04:29PM by Schwarzer Tenshi
https://ift.tt/2GtRIiM
New post on Flutter Dev Google group:

Web view not working?
Failed to notify a WebView

September 06, 2020 at 04:48PM by TE C-12 Rohan Solanke
https://ift.tt/35c1bFG
New post on Flutter Dev Google group:

Best way to integrate Go functions
It is not clear what the best way to use Go with flutter is? 1./ Dart:FFI is one method but I am not sure this is as memory safe as it compiles Go to a C library. 2./ The gomobile tool generates Java and now Kotlin bindings by default. Is this the best method? 3./ Building a Go binary that

September 06, 2020 at 05:59PM by Kevin Chadwick
https://ift.tt/3bvTqf0
New post on /r/flutterdev subreddit:

Who's Google Play/Play Store account do you publish under when making app for other company?
I've been developing an app for a local non-profit organization for the past few months, but something I hadn't considered is, since it is there app, shouldn't they have a Google Play/Play Store account that we publish the app under, rather than my own accounts? Thank you.

September 06, 2020 at 05:47PM by regag40529
https://ift.tt/2QWBYa2
New post on /r/flutterdev subreddit:

Next big flutter conference?
When is the next big flutter conference? Where can I find more details about it?

September 06, 2020 at 06:17PM by mrgnhnt96-dev
https://ift.tt/2F73tvl
New post on Flutter Dev Google group:

Error de Compilación
Hola Como puedo solucionar este problema en la compilación FAILURE: Build failed with an exception. * Where: Script 'C:\src\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 896 * What went wrong: Execution failed for task ':app:compileFlutterBuildDebug'. > Process 'command

September 06, 2020 at 10:42PM by Sergio Rojas
https://ift.tt/35bcjTf
New post on Flutter Dev Google group:

Problem With Creating New Flutter Project
Hi everyone! When I create new flutter project Android Studio is not finishing. So I have to kill it on Task Manager. What should I do? Please help me to solve this problem. Thank you!!!

September 07, 2020 at 06:03AM by Abduraimbek Yarkinov
https://ift.tt/2F4znIS
New post on /r/flutterdev subreddit:

Flutter Automation Script
I find it cumbersome every time to create a flutter project, upload it to github and then start the real work. So I made a script that will do exactly the same under a minute or so.Also, I've seen many such scripts for Linux and Mac, but not for windows. So this script is for those windows users!For more info on how to use, how does it do this etc please head over to my Github repohttps://github.com/Tushar-OP/Flutter-Automation

September 07, 2020 at 07:06AM by Tushar-OP
https://ift.tt/2F8QnNV
New post on /r/flutterdev subreddit:

GestureDetector Or InkWell?
Hi guys, I am so confused between GestureDetector and InkWell it's seems like there is no difference between the two, but still there must some factors that I should be aware of when using one of them, so what are differences between these two. Or is there a specific situation in it I have to use GestureDetector or InkWell?

September 07, 2020 at 08:20AM by HeisenbergZzzz
https://ift.tt/3i7CVYW