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_chatheadThe 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
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_chatheadThe 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
Dart packages
The official repository for Dart and Flutter packages.
Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter and general Dart programs.
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
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
reddit
We open source a Signal Protocol library for Dart and Flutter...
Posted in r/FlutterDev by u/klpu • 110 points and 22 comments
New post on /r/flutterdev subreddit:
Please thumbs up this github issue, if you would like to see better Go support or adoption.
https://ift.tt/35a1uRr
September 06, 2020 at 04:34PM by Kevlar-700
https://ift.tt/3jPos4u
Please thumbs up this github issue, if you would like to see better Go support or adoption.
https://ift.tt/35a1uRr
September 06, 2020 at 04:34PM by Kevlar-700
https://ift.tt/3jPos4u
GitHub
Make gomobile support first class through integration or improve flutter.dev documentation? · Issue #65315 · flutter/flutter
Use case As the following article concluded in 2018. It would be nice if flutter had better gomobile integration. Building a mobile frontend for a Go application using Flutter. Proposal Ideally bet...
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
reddit
Who's Google Play/Play Store account do you publish under when...
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...
New post on /r/flutterdev subreddit:
Aspect Ratio For Images & Widgets (Tutorial)
https://www.youtube.com/watch?v=Us35hgh5ExE
September 06, 2020 at 06:22PM by JohannesMilke
https://ift.tt/2R6H2Zn
Aspect Ratio For Images & Widgets (Tutorial)
https://www.youtube.com/watch?v=Us35hgh5ExE
September 06, 2020 at 06:22PM by JohannesMilke
https://ift.tt/2R6H2Zn
YouTube
Flutter Tutorial - Aspect Ratio For Images & Widgets
Make use of the AspectRatio Widget to change the width and height of widgets more dynamically.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source code: https://github.com/JohannesMilke/aspect_ratio_example…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source code: https://github.com/JohannesMilke/aspect_ratio_example…
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
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
reddit
Next big flutter conference?
When is the next big flutter conference? Where can I find more details about it?
New post on /r/flutterdev subreddit:
Build Your First Flutter App Workshop
https://www.youtube.com/watch?v=3Ig6yrgNM4I&t=5m17s
September 06, 2020 at 02:22PM by jeropp
https://ift.tt/2FfQGWU
Build Your First Flutter App Workshop
https://www.youtube.com/watch?v=3Ig6yrgNM4I&t=5m17s
September 06, 2020 at 02:22PM by jeropp
https://ift.tt/2FfQGWU
YouTube
Building Your First Flutter App 3.1 | Code Untapped x Kin+Carta
WORKSHEET:
https://docs.google.com/document/d/1U4hyCUjobajnTx1-S5_YxGaTztmhIJWuwXGOgBDo1dY/edit#heading=h.bmkqma8kaa98
Event details and Prerequisites List: https://www.eventbrite.co.uk/e/code-untapped-x-kin-carta-workshop-series-tickets-114173818966?aff=erelexpmlt…
https://docs.google.com/document/d/1U4hyCUjobajnTx1-S5_YxGaTztmhIJWuwXGOgBDo1dY/edit#heading=h.bmkqma8kaa98
Event details and Prerequisites List: https://www.eventbrite.co.uk/e/code-untapped-x-kin-carta-workshop-series-tickets-114173818966?aff=erelexpmlt…
New post on /r/flutterdev subreddit:
Flame 1.0 on the horizons
https://ift.tt/323QOC5
September 06, 2020 at 06:49PM by Elixane
https://ift.tt/3h2XiFt
Flame 1.0 on the horizons
https://ift.tt/323QOC5
September 06, 2020 at 06:49PM by Elixane
https://ift.tt/3h2XiFt
DEV Community
Flame 1.0 on the horizons
There is a TL;DR at the end so at least you have to scroll and see what you are missing. Hi there, f...
New post on /r/flutterdev subreddit:
Flutter tip (#2): run Flutter app to a specific route
https://ift.tt/330wAs4
September 05, 2020 at 12:20PM by PedroMassango
https://ift.tt/2GEkopD
Flutter tip (#2): run Flutter app to a specific route
https://ift.tt/330wAs4
September 05, 2020 at 12:20PM by PedroMassango
https://ift.tt/2GEkopD
DEV Community
Flutter tip (#2): run a Flutter app to a specific route
Few days ago I found an hidden gem in the main Flutter repository and shared it on my Twitter account...
New post on /r/flutterdev subreddit:
Authentication With Flutter And AWS Cognito☁️!
https://youtu.be/sVSFooC_Gyc
September 05, 2020 at 12:18PM by abhishvekpvt
https://ift.tt/331D1ex
Authentication With Flutter And AWS Cognito☁️!
https://youtu.be/sVSFooC_Gyc
September 05, 2020 at 12:18PM by abhishvekpvt
https://ift.tt/331D1ex
YouTube
Flutter AWS Cognito SignIn | Flutter AWS Cognito | Flutter AWS Cognito Authentication | Flutter AWS
AWS Cognito provides latency-less authentication! Let's provide authentication to the user with AWS Cognito and Flutter, Shall we?🏌Flutter AWS Cognito SignI...
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Did you know about single AND and single OR in Dart?
https://twitter.com/creativemaybeno/status/1302806922178035712?s=20
September 07, 2020 at 05:14AM by creativemaybeno
https://ift.tt/3i9nsrt
Did you know about single AND and single OR in Dart?
https://twitter.com/creativemaybeno/status/1302806922178035712?s=20
September 07, 2020 at 05:14AM by creativemaybeno
https://ift.tt/3i9nsrt
Twitter
creativecreatorormaybenot
Did you know that there are also single AND ➡ & ⬅ and single OR ➡ | ⬅ boolean operators in #Dart? When used, they will *always evaluate* the right-hand expression, even when unnecessary for the boolean evaluation 🙃 Conversely, && and || will only evaluate…
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
GitHub
Tushar-OP/Flutter-Automation
A script for automating the creation and uploading a flutter project to github - Tushar-OP/Flutter-Automation
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
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
reddit
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...
New post on /r/flutterdev subreddit:
Guide to writing more complex Firestore queries using .where()
https://youtu.be/luCS0nQsDmw
September 06, 2020 at 11:37PM by projectmind_guru
https://ift.tt/3h0JUBK
Guide to writing more complex Firestore queries using .where()
https://youtu.be/luCS0nQsDmw
September 06, 2020 at 11:37PM by projectmind_guru
https://ift.tt/3h0JUBK
YouTube
(Ep 53) Query Firebase Documents In Flutter Using .where()
In this video you’ll see how to make more complex calls to firebase to retrieve specific documents for a based on certain parameters. For example if you want only the firestorm documents that have a date field before the current date, this video will show…
New post on /r/flutterdev subreddit:
Announcing AWS Amplify Flutter (Developer Preview)
https://ift.tt/2FdLpPE
September 06, 2020 at 07:55PM by acctgen1
https://ift.tt/2GFJEvH
Announcing AWS Amplify Flutter (Developer Preview)
https://ift.tt/2FdLpPE
September 06, 2020 at 07:55PM by acctgen1
https://ift.tt/2GFJEvH
Samuel Adekunle(acctgen1)'s Blog
Announcing AWS Amplify Flutter (Developer Preview)
This post was written by Ashish Nanda, Software Development Engineer, AWS Amplify
The popularity of cross-platform mobile development in general, and the Flutter ecosystem in particular, has been growing rapidly over the last few years. Developers ar...
The popularity of cross-platform mobile development in general, and the Flutter ecosystem in particular, has been growing rapidly over the last few years. Developers ar...
New post on /r/flutterdev subreddit:
Build Flutter Tinder Clone with Firebase & BLoC #41/41 Message Page
https://youtu.be/QnWNHFsMKUU
September 07, 2020 at 09:31AM by 26Waga
https://ift.tt/33jNu5l
Build Flutter Tinder Clone with Firebase & BLoC #41/41 Message Page
https://youtu.be/QnWNHFsMKUU
September 07, 2020 at 09:31AM by 26Waga
https://ift.tt/33jNu5l
YouTube
Build Flutter Tinder Clone with Firebase & BLoC #41/41 Message Page
Build a Flutter Tinder Clone with Firebase and BLoC. In this video we build the Message Widget