New post on /r/flutterdev subreddit:
Does flutter support developing iOS14 widgets?
Question says it all
September 18, 2020 at 03:54PM by dontGiveAnEfAnynore
https://ift.tt/2FTuqm0
Does flutter support developing iOS14 widgets?
Question says it all
September 18, 2020 at 03:54PM by dontGiveAnEfAnynore
https://ift.tt/2FTuqm0
reddit
Does flutter support developing iOS14 widgets?
Question says it all
New post on /r/flutterdev subreddit:
Flutter/Dart Clean Architecture proposal.
https://ift.tt/35PEIyO
September 18, 2020 at 05:10PM by irvine5k
https://ift.tt/33IKU8O
Flutter/Dart Clean Architecture proposal.
https://ift.tt/35PEIyO
September 18, 2020 at 05:10PM by irvine5k
https://ift.tt/33IKU8O
GitHub
Clean-Dart/README_en.md at master · Flutterando/Clean-Dart
Proposta de Arquitetura Limpa para o Dart/Flutter. Contribute to Flutterando/Clean-Dart development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Stack - Deep Dive (Tutorial)
https://www.youtube.com/watch?v=F12GIPdd32E
September 18, 2020 at 05:24PM by JohannesMilke
https://ift.tt/3kH01H5
Stack - Deep Dive (Tutorial)
https://www.youtube.com/watch?v=F12GIPdd32E
September 18, 2020 at 05:24PM by JohannesMilke
https://ift.tt/3kH01H5
YouTube
Flutter Tutorial - Stack - Deep Dive
With the Stack, you can place one widget on top of another widget in Flutter.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source code: https://github.com/JohannesMilke/stack_example
- Buy My Courses:…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source code: https://github.com/JohannesMilke/stack_example
- Buy My Courses:…
New post on /r/flutterdev subreddit:
Embed mobile livechat window | Flutter Package
https://ift.tt/34C6aPG
September 18, 2020 at 05:22PM by Mastersamxyz
https://ift.tt/2RGiYx2
Embed mobile livechat window | Flutter Package
https://ift.tt/34C6aPG
September 18, 2020 at 05:22PM by Mastersamxyz
https://ift.tt/2RGiYx2
Dart packages
livechat | Flutter Package
A livechat package for embedding mobile chat window in your mobile application.
New tweet from FlutterDev:
😎 Create production-quality screenshots without seeing the debug banner 😎
For this #FlutterFriday, try setting debugShowCheckedModeBanner to false in either a MaterialApp or a CupertinoApp!
Learn more → https://t.co/cnFsobV8YP pic.twitter.com/0RDkZJMyaZ— Flutter (@FlutterDev) September 18, 2020
September 18, 2020 at 06:04PM
http://twitter.com/FlutterDev/status/1306987500351696896
😎 Create production-quality screenshots without seeing the debug banner 😎
For this #FlutterFriday, try setting debugShowCheckedModeBanner to false in either a MaterialApp or a CupertinoApp!
Learn more → https://t.co/cnFsobV8YP pic.twitter.com/0RDkZJMyaZ— Flutter (@FlutterDev) September 18, 2020
September 18, 2020 at 06:04PM
http://twitter.com/FlutterDev/status/1306987500351696896
Twitter
#flutterfriday hashtag on Twitter
35m ago @FlutterDev tweeted: "✳️ Early access to features like HotUI a.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Face recognition authentication using Flutter and Tensorflow
Hi! I recently uploaded this gothub repo, please let me some feedback. I hope you'll find it useful :)https://github.com/MCarlomagno/FaceRecognitionAuth
September 18, 2020 at 06:09PM by mcarlomagno
https://ift.tt/3mCEh0O
Face recognition authentication using Flutter and Tensorflow
Hi! I recently uploaded this gothub repo, please let me some feedback. I hope you'll find it useful :)https://github.com/MCarlomagno/FaceRecognitionAuth
September 18, 2020 at 06:09PM by mcarlomagno
https://ift.tt/3mCEh0O
GitHub
GitHub - MCarlomagno/FaceRecognitionAuth: 😀🤳 Simple face recognition authentication (Sign up + Sign in) written in Flutter using…
😀🤳 Simple face recognition authentication (Sign up + Sign in) written in Flutter using Tensorflow Lite and Firebase ML vision library. - MCarlomagno/FaceRecognitionAuth
New post on /r/flutterdev subreddit:
Split
Who doesn't love split? I have to tell you, I can still remember in the summer of 1999 when I was talking to one of my fellow developers that we needed a function that would split on a break char... We put something together, but it wasn't nearly as elegant as Dart's split.Our Pascal example was a recursive thing, that eventually gave you what you wanted.Dart: here's a paragraph, give me a list of words.One of life's simple pleasures, life with Flutter/Dart.
September 18, 2020 at 06:04PM by jrheisler
https://ift.tt/32HK6Sv
Split
Who doesn't love split? I have to tell you, I can still remember in the summer of 1999 when I was talking to one of my fellow developers that we needed a function that would split on a break char... We put something together, but it wasn't nearly as elegant as Dart's split.Our Pascal example was a recursive thing, that eventually gave you what you wanted.Dart: here's a paragraph, give me a list of words.One of life's simple pleasures, life with Flutter/Dart.
September 18, 2020 at 06:04PM by jrheisler
https://ift.tt/32HK6Sv
reddit
Split
Who doesn't love split? I have to tell you, I can still remember in the summer of 1999 when I was talking to one of my fellow developers that we...
New post on Flutter Dev Google group:
Why is FutureBuilder rebuild my widget when i pops to previous page?
Hi! I have a FutureBuilder that draws widgets depending on data from a future. But why is the future reloading data when i pop the screen to the parent screen i just cant get a grip of it. Below is my code: The part Print('Building') is executed entering the widget and leaving the widget. That
September 18, 2020 at 08:08PM by Martin Arvidsson
https://ift.tt/3iMHB71
Why is FutureBuilder rebuild my widget when i pops to previous page?
Hi! I have a FutureBuilder that draws widgets depending on data from a future. But why is the future reloading data when i pop the screen to the parent screen i just cant get a grip of it. Below is my code: The part Print('Building') is executed entering the widget and leaving the widget. That
September 18, 2020 at 08:08PM by Martin Arvidsson
https://ift.tt/3iMHB71
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:
HomeScreen Tabs (6) - Movie App | Industry Standard | Dev to Publish
https://youtu.be/Nxvu6lkwBNs
September 18, 2020 at 07:43PM by prateeksharma1712
https://ift.tt/32JsB4e
HomeScreen Tabs (6) - Movie App | Industry Standard | Dev to Publish
https://youtu.be/Nxvu6lkwBNs
September 18, 2020 at 07:43PM by prateeksharma1712
https://ift.tt/32JsB4e
YouTube
HomeScreen Tabs (6) - Movie App | Industry Standard | Dev to Publish
#MovieApp #ProApp #IndustryStandard #Plan #Develop #Publish #EndtoEnd #Tabs
Join this channel to support the channel and get access to perks:
https://www.youtube.com/channel/UC3wqIkiaOUpO6EjJoCwH6_Q/join
I am bringing a series of videos for you to teach…
Join this channel to support the channel and get access to perks:
https://www.youtube.com/channel/UC3wqIkiaOUpO6EjJoCwH6_Q/join
I am bringing a series of videos for you to teach…
New post on /r/flutterdev subreddit:
Mobile developers Cafe - Issue 6
Sent out this week’s newsletter issue from Mobile Developers Cafe which curates lot of great Flutter Developer content from last week.Read Mobile Developers Cafe Issue 6Never miss an issue. Get in your inbox by subscribing for free here: Mobile Developers Cafe - Weekly Newsletter
September 18, 2020 at 08:13PM by iranjith4
https://ift.tt/3cnx2Fj
Mobile developers Cafe - Issue 6
Sent out this week’s newsletter issue from Mobile Developers Cafe which curates lot of great Flutter Developer content from last week.Read Mobile Developers Cafe Issue 6Never miss an issue. Get in your inbox by subscribing for free here: Mobile Developers Cafe - Weekly Newsletter
September 18, 2020 at 08:13PM by iranjith4
https://ift.tt/3cnx2Fj
Substack
My Account - Mobile Developers Cafe
New post on /r/flutterdev subreddit:
Open fb link in Facebook app
1-install url_launcher library. https://pub.dev/packages/url_launcher2- call _launchUrl() ontap or onPressedvoid _launchUrl() { var url = 'fb://facewebmodal/f?href=https://www.facebook.com/YOURPROFILENAME';if (await canLaunch(url)) { await launch( url, universalLinksOnly: true, ); } else { throw 'There was a problem to open the url: $url'; }}
September 18, 2020 at 08:44PM by diyar_gulli
https://ift.tt/33JBgTF
Open fb link in Facebook app
1-install url_launcher library. https://pub.dev/packages/url_launcher2- call _launchUrl() ontap or onPressedvoid _launchUrl() { var url = 'fb://facewebmodal/f?href=https://www.facebook.com/YOURPROFILENAME';if (await canLaunch(url)) { await launch( url, universalLinksOnly: true, ); } else { throw 'There was a problem to open the url: $url'; }}
September 18, 2020 at 08:44PM by diyar_gulli
https://ift.tt/33JBgTF
Dart packages
url_launcher | Flutter package
Flutter plugin for launching a URL. Supports web, phone, SMS, and email schemes.
New post on /r/flutterdev subreddit:
ELASTICSEARCH FULL TEXT SEARCH IN FLUTTER [PART A]- FLUTTER+ELASTICSEARCH IMPLEMENTTATION
https://www.youtube.com/watch?v=DVfj_z17O2s&feature=share
September 19, 2020 at 12:03AM by Kickbykick
https://ift.tt/33EUc5X
ELASTICSEARCH FULL TEXT SEARCH IN FLUTTER [PART A]- FLUTTER+ELASTICSEARCH IMPLEMENTTATION
https://www.youtube.com/watch?v=DVfj_z17O2s&feature=share
September 19, 2020 at 12:03AM by Kickbykick
https://ift.tt/33EUc5X
YouTube
FLUTTER + ELASTICSEARCH FULL TEXT SEARCH [PART A] - FLUTTER+ELASTICSEARCH IMPLEMENTTATION
Code
https://github.com/Kickbykick/ElasticSearchLocalHosting
Download links
https://www.elastic.co/downloads/elasticsearch
https://www.elastic.co/downloads/kibana
Documentations
https://www.elastic.co/webinars/getting-started-elasticsearch
https://www.…
https://github.com/Kickbykick/ElasticSearchLocalHosting
Download links
https://www.elastic.co/downloads/elasticsearch
https://www.elastic.co/downloads/kibana
Documentations
https://www.elastic.co/webinars/getting-started-elasticsearch
https://www.…
New post on /r/flutterdev subreddit:
Best flutter firebase tutorial
Hey everyone. I was wondering if there was a good firebase tutorial for flutter that teaches not only firebase auth but the rest of the features that firebase has to offer, while being a recent 2020 tutorial so there aren't any problems when following along.
September 18, 2020 at 11:59PM by ODEESHARK99
https://ift.tt/2REJyqb
Best flutter firebase tutorial
Hey everyone. I was wondering if there was a good firebase tutorial for flutter that teaches not only firebase auth but the rest of the features that firebase has to offer, while being a recent 2020 tutorial so there aren't any problems when following along.
September 18, 2020 at 11:59PM by ODEESHARK99
https://ift.tt/2REJyqb
reddit
Best flutter firebase tutorial
Hey everyone. I was wondering if there was a good firebase tutorial for flutter that teaches not only firebase auth but the rest of the features...
New post on Flutter Dev Google group:
Splash going very fast
Hi Flutter Dev, After upgrading flutter my app default splash screen going very fast
September 19, 2020 at 01:26AM by Ghulam Mustafa
https://ift.tt/2FRlPjM
Splash going very fast
Hi Flutter Dev, After upgrading flutter my app default splash screen going very fast
September 19, 2020 at 01:26AM by Ghulam Mustafa
https://ift.tt/2FRlPjM
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:
How to Create My App's Filtering/Searching Feature
Hey Guys! I am creating a bird identifying app where people fill out a set of questions and it will help them narrow down which bird they may be looking at. However, I do not know how to implement this filtering mechanism. If anyone can give me a tip or guide me to a possibly useful resource, it will be greatly appreciated! Thanks
September 19, 2020 at 01:33AM by BerryAppleSoup
https://ift.tt/3hHGa8I
How to Create My App's Filtering/Searching Feature
Hey Guys! I am creating a bird identifying app where people fill out a set of questions and it will help them narrow down which bird they may be looking at. However, I do not know how to implement this filtering mechanism. If anyone can give me a tip or guide me to a possibly useful resource, it will be greatly appreciated! Thanks
September 19, 2020 at 01:33AM by BerryAppleSoup
https://ift.tt/3hHGa8I
reddit
How to Create My App's Filtering/Searching Feature
Hey Guys! I am creating a bird identifying app where people fill out a set of questions and it will help them narrow down which bird they may be...
New post on /r/flutterdev subreddit:
Flutter survey
Hey guys, I need your help with this survey. I would like to know the experience of the average of Flutter developers and what topics you need help with.This would be used to create the next course in a Flutter learning platform that I am building. All the best!
September 19, 2020 at 02:08AM by thehappyharis
https://ift.tt/33KSmjS
Flutter survey
Hey guys, I need your help with this survey. I would like to know the experience of the average of Flutter developers and what topics you need help with.This would be used to create the next course in a Flutter learning platform that I am building. All the best!
September 19, 2020 at 02:08AM by thehappyharis
https://ift.tt/33KSmjS
Google Docs
Learn Flutter Code survey
This survey is to find out on how you learn, what Flutter topics you are interested in, so that we can build you an all rounded experience in learning Flutter in our platform.
New tweet from FlutterDev:
🤩 @GooglePay rewrites their mobile app with @FlutterDev!
Are you in India or Singapore? Test this version on Android and iOS. When #GooglePay fully migrates, it will be one of the largest @FlutterDev deployments.
Learn why Google Pay chose Flutter → https://t.co/RK3AbtcF71 pic.twitter.com/ldOnxEHNSs— Google Developers (@googledevs) September 19, 2020
September 19, 2020 at 03:27AM
http://twitter.com/FlutterDev/status/1307129162390474753
🤩 @GooglePay rewrites their mobile app with @FlutterDev!
Are you in India or Singapore? Test this version on Android and iOS. When #GooglePay fully migrates, it will be one of the largest @FlutterDev deployments.
Learn why Google Pay chose Flutter → https://t.co/RK3AbtcF71 pic.twitter.com/ldOnxEHNSs— Google Developers (@googledevs) September 19, 2020
September 19, 2020 at 03:27AM
http://twitter.com/FlutterDev/status/1307129162390474753
Twitter
Google Pay (@GooglePay) | Twitter
The latest Tweets from Google Pay (@GooglePay). Say hello 👋 to a better relationship with money 💰
New post on /r/flutterdev subreddit:
Trained a super resolution neural network and implemented it trough a flutter app.
I have been working on this for almost a month now. This is my very first ML project that does not involve following a tutorial and my first published app and I wanted to share it.The models were trained using tensorflow and is implemented using a tflite model. More info about the model and the app on my github.App demo (youtube)App(Playstore)App source code (github)Model (github)
September 19, 2020 at 02:58AM by Sky-e
https://ift.tt/3hLyUIG
Trained a super resolution neural network and implemented it trough a flutter app.
I have been working on this for almost a month now. This is my very first ML project that does not involve following a tutorial and my first published app and I wanted to share it.The models were trained using tensorflow and is implemented using a tflite model. More info about the model and the app on my github.App demo (youtube)App(Playstore)App source code (github)Model (github)
September 19, 2020 at 02:58AM by Sky-e
https://ift.tt/3hLyUIG
YouTube
Super Resolution W.N.N demo 2
Súper resolution app
app:
https://play.google.com/store/apps/details?id=com.exus.srwnn_mobile
Github(model):
https://github.com/Exusai/SuperResolutionWaifuNN
Github(app):
https://github.com/Exusai/srwnn_mobile
app:
https://play.google.com/store/apps/details?id=com.exus.srwnn_mobile
Github(model):
https://github.com/Exusai/SuperResolutionWaifuNN
Github(app):
https://github.com/Exusai/srwnn_mobile
New post on /r/flutterdev subreddit:
Which Flutter package is available for UAE based online payment
Anyone from Uae Flutter community...i want to know which payment gateway are you using.
September 19, 2020 at 05:28AM by ashbuhrz
https://ift.tt/3iWIMkc
Which Flutter package is available for UAE based online payment
Anyone from Uae Flutter community...i want to know which payment gateway are you using.
September 19, 2020 at 05:28AM by ashbuhrz
https://ift.tt/3iWIMkc
reddit
Which Flutter package is available for UAE based online payment
Anyone from Uae Flutter community...i want to know which payment gateway are you using.
New post on /r/flutterdev subreddit:
Google Pay is migrating to Flutter
https://goo.gle/3kvT0bT
September 19, 2020 at 06:16AM by sagarsuri56
https://ift.tt/3kwGmt2
Google Pay is migrating to Flutter
https://goo.gle/3kvT0bT
September 19, 2020 at 06:16AM by sagarsuri56
https://ift.tt/3kwGmt2
Google Developers Blog
Google Pay picks Flutter to drive its global product development
Google Pay picks Flutter to drive its global product development.
New post on /r/flutterdev subreddit:
33 Flutter Application Created in 60 Days(#100days Challenge/Complete Guides to Flutter)
Hey, Everyone!I'm happy to share the update the in Project(Complete Guides to Flutter). Today I had created my 54's App using Flutter. I know, I was not consistent(again because of my SDE Internship) . I had last updated about the Flutter Apps 2 months ago. Post Link here ===>This Time I had created more new application in Flutter!Why so many apps? Being an Open Source Developer and Enthusiast, I had met with lots of developers and their project which had helped a hundred-thousands of people all around the world. I also want the Complete Guide to Flutter will be able to create a resource full of knowledge so that any newbie can learn from that repo.These 33 Applications are listed on the below link.You can check out the repo: https://github.com/irahulcse/A-Complete-Guide-To-FlutterPlease Star this repo, if you found it interesting. Do let me know if you're interested in #contributing towards this project.#EveryFlutterAppsCount
September 19, 2020 at 06:03AM by flutterboxinc
https://ift.tt/2FGVDZC
33 Flutter Application Created in 60 Days(#100days Challenge/Complete Guides to Flutter)
Hey, Everyone!I'm happy to share the update the in Project(Complete Guides to Flutter). Today I had created my 54's App using Flutter. I know, I was not consistent(again because of my SDE Internship) . I had last updated about the Flutter Apps 2 months ago. Post Link here ===>This Time I had created more new application in Flutter!Why so many apps? Being an Open Source Developer and Enthusiast, I had met with lots of developers and their project which had helped a hundred-thousands of people all around the world. I also want the Complete Guide to Flutter will be able to create a resource full of knowledge so that any newbie can learn from that repo.These 33 Applications are listed on the below link.You can check out the repo: https://github.com/irahulcse/A-Complete-Guide-To-FlutterPlease Star this repo, if you found it interesting. Do let me know if you're interested in #contributing towards this project.#EveryFlutterAppsCount
September 19, 2020 at 06:03AM by flutterboxinc
https://ift.tt/2FGVDZC
GitHub
GitHub - irahulcse/A-Complete-Guide-To-Flutter: This repo contains all the small snippets related to Flutter Apps. Most of the…
This repo contains all the small snippets related to Flutter Apps. Most of the projects/apps are deployed on Flutter Web using GitHub Actions CI Pipeline. - irahulcse/A-Complete-Guide-To-Flutter