New post on /r/flutterdev subreddit:
PimpedButton
https://youtu.be/Pu6NzMYrvhY
July 13, 2020 at 05:25PM by TheTechDesigner
https://ift.tt/3iWerCV
  
  PimpedButton
https://youtu.be/Pu6NzMYrvhY
July 13, 2020 at 05:25PM by TheTechDesigner
https://ift.tt/3iWerCV
YouTube
  
  Flutter Widget | 75 | PimpedButton Useful Widget in Flutter | Speed Code
  #TheTechDesigner
#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
Topics Covered :-
━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
► Simple Way to Implement…
  #Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
Topics Covered :-
━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
► Simple Way to Implement…
New post on /r/flutterdev subreddit:
Do you have the same feeling?
The more I learn Flutter and Dart the more I love it.I'm doing a small app based in reso coder youtube tutorials about clean architecture, tdd, ci and bloc, still fighting stuff but feels amazing.
July 13, 2020 at 06:27PM by franferri
https://ift.tt/305Cnev
  
  Do you have the same feeling?
The more I learn Flutter and Dart the more I love it.I'm doing a small app based in reso coder youtube tutorials about clean architecture, tdd, ci and bloc, still fighting stuff but feels amazing.
July 13, 2020 at 06:27PM by franferri
https://ift.tt/305Cnev
reddit
  
  Do you have the same feeling?
  The more I learn Flutter and Dart the more I love it.  I'm doing a small app based in reso coder youtube tutorials about clean...
  New post on /r/flutterdev subreddit:
A neat multi select widget
https://ift.tt/32eEI9u
July 13, 2020 at 06:43PM by MRBO94
https://ift.tt/38U0ctN
  
  A neat multi select widget
https://ift.tt/32eEI9u
July 13, 2020 at 06:43PM by MRBO94
https://ift.tt/38U0ctN
Dart packages
  
  multi_select_flutter | Flutter Package
  A flexible multi-select package for Flutter. Make multi-select widgets the way you want.
  New post on /r/flutterdev subreddit:
Flutter ARB file - short explanation
https://twitter.com/localizely/status/1282714241242406912
July 13, 2020 at 06:38PM by goranlu
https://ift.tt/306NvHZ
  
  Flutter ARB file - short explanation
https://twitter.com/localizely/status/1282714241242406912
July 13, 2020 at 06:38PM by goranlu
https://ift.tt/306NvHZ
Twitter
  
  Localizely
  Flutter ARB file - short explanation https://t.co/huJtjzsgy7 #flutter #flutterdev
  New post on Flutter Dev Google group:
installation help
hi all, I have a trouble with installing flutter on my laptop. can you please help me for this Regards shibu
July 13, 2020 at 07:31PM by shibu k
https://ift.tt/2ZqQs7b
  
  installation help
hi all, I have a trouble with installing flutter on my laptop. can you please help me for this Regards shibu
July 13, 2020 at 07:31PM by shibu k
https://ift.tt/2ZqQs7b
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:
When in doubt, just use Provider
https://ift.tt/32efY1p
July 13, 2020 at 05:16PM by roughike
https://ift.tt/3frBLX8
  
  When in doubt, just use Provider
https://ift.tt/32efY1p
July 13, 2020 at 05:16PM by roughike
https://ift.tt/3frBLX8
iiro.dev
  
  When in doubt, just use Provider
  Some pointers about what Flutter state management library to choose in the age of gazillion state management libraries.
  New post on /r/flutterdev subreddit:
Has anyone used Google's Speech-to-text beta API with flutter?
Hi!I'm trying to detect the language of audio using Google's Speech-to-text API.I understood that I have to use the beta version in order to detect language, as the original API does not have the option to process "alternativeLanguageCodes" according to here: https://cloud.google.com/speech-to-text/docs/reference/rest/v1/speech/recognize?However, I am not sure how to actually use the beta version. The way to recognize seems very different from the original version. The original version has a function "recognize" to send a request with the audio and config JSON file, but from what I've found, the beta version does not have that kind of function.The link below is the original API https://pub.dev/documentation/googleapis/latest/googleapis.speech.v1/googleapis.speech.v1-library.htmlThe link below is the beta version API https://pub.dev/documentation/googleapis_beta/latest/googleapis_beta.speech.v2beta1/googleapis_beta.speech.v2beta1-library.htmlI can't seem to find any way to actually process the stuff.I've tried combining both APIs and using them together but didn't work.I think the problem is the "recognize" function as that is where the JSON file is processed and the result is returned.Would anyone please be able to help me?Thanks!
July 13, 2020 at 08:06PM by kunwoo9727
https://ift.tt/30594ZE
  
  Has anyone used Google's Speech-to-text beta API with flutter?
Hi!I'm trying to detect the language of audio using Google's Speech-to-text API.I understood that I have to use the beta version in order to detect language, as the original API does not have the option to process "alternativeLanguageCodes" according to here: https://cloud.google.com/speech-to-text/docs/reference/rest/v1/speech/recognize?However, I am not sure how to actually use the beta version. The way to recognize seems very different from the original version. The original version has a function "recognize" to send a request with the audio and config JSON file, but from what I've found, the beta version does not have that kind of function.The link below is the original API https://pub.dev/documentation/googleapis/latest/googleapis.speech.v1/googleapis.speech.v1-library.htmlThe link below is the beta version API https://pub.dev/documentation/googleapis_beta/latest/googleapis_beta.speech.v2beta1/googleapis_beta.speech.v2beta1-library.htmlI can't seem to find any way to actually process the stuff.I've tried combining both APIs and using them together but didn't work.I think the problem is the "recognize" function as that is where the JSON file is processed and the result is returned.Would anyone please be able to help me?Thanks!
July 13, 2020 at 08:06PM by kunwoo9727
https://ift.tt/30594ZE
Google Cloud
  
  Method: speech.recognize  |  Cloud Speech-to-Text Documentation  |  Google Cloud
  
  New post on /r/flutterdev subreddit:
There is approx 25x less Flutter jobs than React Native ones in my area.
And this is kinda depressing, i like Flutter, but i won't deny that i learn technologies with the hope i could use them in a work environment, i live in Central Europe near the second biggest city in my country and there is more than 200 React Native jobs, about 10 with Flutter, Do you guys think this will change/improve? I hope it doesnt suffer the same fate as Go, which never really took off.
July 13, 2020 at 09:38PM by Flamyngoo
https://ift.tt/3fCpjne
  
  There is approx 25x less Flutter jobs than React Native ones in my area.
And this is kinda depressing, i like Flutter, but i won't deny that i learn technologies with the hope i could use them in a work environment, i live in Central Europe near the second biggest city in my country and there is more than 200 React Native jobs, about 10 with Flutter, Do you guys think this will change/improve? I hope it doesnt suffer the same fate as Go, which never really took off.
July 13, 2020 at 09:38PM by Flamyngoo
https://ift.tt/3fCpjne
reddit
  
  There is approx 25x less Flutter jobs than React Native ones in my...
  And this is kinda depressing, i like Flutter, but i won't deny that i learn technologies with the hope i could use them in a work environment, i...
  New post on /r/flutterdev subreddit:
Anyone interested?
/r/grpc/comments/hqnpjy/anyone_interested_in_forkadopting_grpcdart/
July 13, 2020 at 11:11PM by iPissVelvet
https://ift.tt/3j1IrgT
  
  Anyone interested?
/r/grpc/comments/hqnpjy/anyone_interested_in_forkadopting_grpcdart/
July 13, 2020 at 11:11PM by iPissVelvet
https://ift.tt/3j1IrgT
reddit
  
  Anyone interested?
  Posted in r/FlutterDev by u/iPissVelvet • 5 points and 0 comments
  New tweet from FlutterDev:
🤸@CodePen Challenge #2!#FlutterPen Challenge: Build a layout.
Create a layout by composing widgets to build complex widgets. There are tons of layout widgets! Widgets that do things like centering, aspect ratio and, overflow and more.
Get set.. go! → https://t.co/hz771Izvaq pic.twitter.com/FOTdVF1cSJ— Flutter (@FlutterDev) July 13, 2020
July 14, 2020 at 01:02AM
http://twitter.com/FlutterDev/status/1282812574753411072
  
  🤸@CodePen Challenge #2!#FlutterPen Challenge: Build a layout.
Create a layout by composing widgets to build complex widgets. There are tons of layout widgets! Widgets that do things like centering, aspect ratio and, overflow and more.
Get set.. go! → https://t.co/hz771Izvaq pic.twitter.com/FOTdVF1cSJ— Flutter (@FlutterDev) July 13, 2020
July 14, 2020 at 01:02AM
http://twitter.com/FlutterDev/status/1282812574753411072
Twitter
  
  CodePen.IO (@CodePen) / Twitter
  Build, test, and discover front-end code 💻
Support: https://t.co/VsjoQWHgIr
  Support: https://t.co/VsjoQWHgIr
New post on /r/flutterdev subreddit:
Create Beautiful Screenshots for App Store and Play Store.
https://repix.app
July 14, 2020 at 01:09AM by ArsenGhazaryan
https://ift.tt/2OlB8m7
  
  Create Beautiful Screenshots for App Store and Play Store.
https://repix.app
July 14, 2020 at 01:09AM by ArsenGhazaryan
https://ift.tt/2OlB8m7
repix.app
  
  Create Beautiful Screenshots for App Store and Play Store - repix.app
  Repix.app is an Android & iOS screenshot designer that you can use to create beautiful App Store & Google Play images for your app & export them in resolutions Apple & Google require.
  New post on /r/flutterdev subreddit:
Save Money on Your Firebase Flutter App
https://youtu.be/1W4jHeGR3ac
July 14, 2020 at 01:54AM by thehappyharis
https://ift.tt/38QMyHS
  
  Save Money on Your Firebase Flutter App
https://youtu.be/1W4jHeGR3ac
July 14, 2020 at 01:54AM by thehappyharis
https://ift.tt/38QMyHS
YouTube
  
  Save Money on Your Firebase Flutter App
  👉 Pre Sign Up to Flutter Learning Platform :
https://learncodecode.com/fluter-learning-platform
🔥 Check out my courses - https://zukunf.com/courses
🎨 Source code:
https://firebase.google.com/docs/emulator-suite
⏰ Timeline:
00:00 - Introduction
01:23 -…
  https://learncodecode.com/fluter-learning-platform
🔥 Check out my courses - https://zukunf.com/courses
🎨 Source code:
https://firebase.google.com/docs/emulator-suite
⏰ Timeline:
00:00 - Introduction
01:23 -…
New post on Flutter Dev Google group:
Is there any thing like ReorderableListView class in Grid View?
How can I build ReorderableListView like widget in Grid View for drag and drop GridItems?
July 14, 2020 at 08:06AM by Debashis Nandy
https://ift.tt/2OmSFu3
  
  Is there any thing like ReorderableListView class in Grid View?
How can I build ReorderableListView like widget in Grid View for drag and drop GridItems?
July 14, 2020 at 08:06AM by Debashis Nandy
https://ift.tt/2OmSFu3
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:
When in doubt, just use Provider
https://ift.tt/32efY1p
July 14, 2020 at 08:02AM by roughike
https://ift.tt/2ZsjtiR
  
  When in doubt, just use Provider
https://ift.tt/32efY1p
July 14, 2020 at 08:02AM by roughike
https://ift.tt/2ZsjtiR
iiro.dev
  
  When in doubt, just use Provider
  Some pointers about what Flutter state management library to choose in the age of gazillion state management libraries.
  New post on /r/flutterdev subreddit:
60+ must-have Flutter libraries [eBook]
https://ift.tt/2Wca2lF
July 14, 2020 at 09:55AM by Gigatronbot
https://ift.tt/2WjqNv9
  
  60+ must-have Flutter libraries [eBook]
https://ift.tt/2Wca2lF
July 14, 2020 at 09:55AM by Gigatronbot
https://ift.tt/2WjqNv9
Codemagic
  
  Flutter Libraries ebook by Codemagic
  In the ebook "Flutter libraries we love" we focused on 11 different Flutter library categories. Each category has a list of Flutter libraries as well as a highlighted library that we dig deeper into. Discover more than 60 Flutter libraries.
  New post on /r/flutterdev subreddit:
Immutable Collections in Dart
https://www.youtube.com/watch?v=xbOkESFjQK4&feature=share
July 14, 2020 at 09:51AM by sagarsuri56
https://ift.tt/2OoAfJy
  
  Immutable Collections in Dart
https://www.youtube.com/watch?v=xbOkESFjQK4&feature=share
July 14, 2020 at 09:51AM by sagarsuri56
https://ift.tt/2OoAfJy
YouTube
  
  Immutable Collections in Dart
  This is the first video of my "Clean code in Dart" series where I will teach you all the best practices to program in Dart.In this video, I have taught the i...
  New post on Flutter Dev Google group:
Has anyone used Google's Speech to text API to detect language
Hi. I'm working with Google's Speech to text API to detect the spoken language. From the documentation, I understood that I have to send off requests with an alternative language code option, which is a beta function. Therefore according to here < https://cloud.google.com/speech-to-text/docs/refer
July 14, 2020 at 10:35AM by Eli L
https://ift.tt/32f1SwH
  Has anyone used Google's Speech to text API to detect language
Hi. I'm working with Google's Speech to text API to detect the spoken language. From the documentation, I understood that I have to send off requests with an alternative language code option, which is a beta function. Therefore according to here < https://cloud.google.com/speech-to-text/docs/refer
July 14, 2020 at 10:35AM by Eli L
https://ift.tt/32f1SwH
New post on Flutter Dev Google group:
How to check a named route exist in Navigator stack/history
while using Navigator forward routing is very easy. but how to check whether a route exists in history or canPopTill () something like? Also is there any way to pop refresh a route or refresh current Page?
July 14, 2020 at 10:49AM by Manu Ks
https://ift.tt/2C0YpqZ
  
  How to check a named route exist in Navigator stack/history
while using Navigator forward routing is very easy. but how to check whether a route exists in history or canPopTill () something like? Also is there any way to pop refresh a route or refresh current Page?
July 14, 2020 at 10:49AM by Manu Ks
https://ift.tt/2C0YpqZ
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:
Stripe Checkout in Flutter
Hi Everyone!I use Stripe Checkout for payment on website. But now I want add this payment to my Flutter app. How I can use Stripe Checkout in Flutter app?Thanks Everyone!
July 14, 2020 at 11:05AM by Flutter_Dev
https://ift.tt/3fqEK1S
  
  Stripe Checkout in Flutter
Hi Everyone!I use Stripe Checkout for payment on website. But now I want add this payment to my Flutter app. How I can use Stripe Checkout in Flutter app?Thanks Everyone!
July 14, 2020 at 11:05AM by Flutter_Dev
https://ift.tt/3fqEK1S
reddit
  
  Stripe Checkout in Flutter
  Hi Everyone! I use Stripe Checkout for payment on website. But now I want add this payment to my Flutter app. How I can use Stripe Checkout in...
  New post on Flutter Dev Google group:
--no-build seems ignored
$ flutter run --no-build Launching lib/main.dart on Linux in debug mode... Building Linux application... libEGL warning: DRI2: failed to authenticate Waiting for Linux to report its views... 8ms Syncing files to device
July 14, 2020 at 11:58AM by K leo
https://ift.tt/2CcHNfE
  
  --no-build seems ignored
$ flutter run --no-build Launching lib/main.dart on Linux in debug mode... Building Linux application... libEGL warning: DRI2: failed to authenticate Waiting for Linux to report its views... 8ms Syncing files to device
July 14, 2020 at 11:58AM by K leo
https://ift.tt/2CcHNfE
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.