New post on /r/flutterdev subreddit:
Flutter Tutorial - A fast way to add chat (Front & Backend)
Well, as fast I can think of at the moment. Creating both the UI and the powering a scalable backend for a real-time chat service can be daunting. So, wrote up this tutorial that marries the DashChat UI plugin with the Sendbird SDK backend package.https://sendbird.com/developer/tutorials/sendbird-flutter-3rd-party-uiRecommendations on anything welcomed.
May 05, 2021 at 01:37AM by jalakoo
https://ift.tt/33hsg8y
Flutter Tutorial - A fast way to add chat (Front & Backend)
Well, as fast I can think of at the moment. Creating both the UI and the powering a scalable backend for a real-time chat service can be daunting. So, wrote up this tutorial that marries the DashChat UI plugin with the Sendbird SDK backend package.https://sendbird.com/developer/tutorials/sendbird-flutter-3rd-party-uiRecommendations on anything welcomed.
May 05, 2021 at 01:37AM by jalakoo
https://ift.tt/33hsg8y
Dart packages
dash_chat | Flutter Package
The most complete Chat UI for flutter inspired by react-native-gifted-chat.
New post on Flutter Dev Google group:
Regarding Screen Design.
I have designed the following screen which I attached the Screenshot. Now I have design it like Mockup I have attached. The problem I am facing is can't add widgets in the body section properly. When I use Column, it became worse. Please help me out. Below is my code. import 'package:conqer_m
May 05, 2021 at 06:30AM by HIMANSHU MISHRA
https://ift.tt/3xNH5gX
Regarding Screen Design.
I have designed the following screen which I attached the Screenshot. Now I have design it like Mockup I have attached. The problem I am facing is can't add widgets in the body section properly. When I use Column, it became worse. Please help me out. Below is my code. import 'package:conqer_m
May 05, 2021 at 06:30AM by HIMANSHU MISHRA
https://ift.tt/3xNH5gX
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:
Building flutter tool... Failed to start the Dart CLI isolate (null)
please some one tell me about this error. I have done everything from scratch . I have uninstalled and reinstalled android studio,flutter sdk ,vscode and updated its packages, Set path in touch /.zhsrc file . Initially it runs fine but every one or two day its gives this error.I am trying to
May 05, 2021 at 06:48AM by rakesh...@gmail.com
https://ift.tt/3eYCdx7
Building flutter tool... Failed to start the Dart CLI isolate (null)
please some one tell me about this error. I have done everything from scratch . I have uninstalled and reinstalled android studio,flutter sdk ,vscode and updated its packages, Set path in touch /.zhsrc file . Initially it runs fine but every one or two day its gives this error.I am trying to
May 05, 2021 at 06:48AM by rakesh...@gmail.com
https://ift.tt/3eYCdx7
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:
Make your Flutter app Multilingual in just 20 min
https://youtu.be/b5Eg7sPiiKE
May 05, 2021 at 06:25AM by K_SNIPPET
https://ift.tt/3b40fp1
Make your Flutter app Multilingual in just 20 min
https://youtu.be/b5Eg7sPiiKE
May 05, 2021 at 06:25AM by K_SNIPPET
https://ift.tt/3b40fp1
YouTube
🔥 Make your Flutter app Multilingual in just 20 min 🔥
In this video, we learn how to make Flutter App with Multilingual Support using GetX.
📄Source Code
Follow us to get Source @ Twitter | Facebook | Instagram | Telegram
📎Flutter Packages
https://pub.dev/packages/get
https://pub.dev/packages/get_storage
🤝Stay…
📄Source Code
Follow us to get Source @ Twitter | Facebook | Instagram | Telegram
📎Flutter Packages
https://pub.dev/packages/get
https://pub.dev/packages/get_storage
🤝Stay…
New post on Flutter Dev Google group:
How can I stop the already playing audio?
I am using just_audio package for playing audio and everything is fine. I can play the audio, can pause it but once I navigate back to the list of audios and play another audio, it starts to play but the previously playing audio never stops. I want the previously playing audio to stop and play
May 05, 2021 at 09:59AM by Sayan Dafadar
https://ift.tt/2Rr2A6y
How can I stop the already playing audio?
I am using just_audio package for playing audio and everything is fine. I can play the audio, can pause it but once I navigate back to the list of audios and play another audio, it starts to play but the previously playing audio never stops. I want the previously playing audio to stop and play
May 05, 2021 at 09:59AM by Sayan Dafadar
https://ift.tt/2Rr2A6y
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:
Does anyone having hard time applying for Native Android developer role with Flutter experience?
I have total work experience of nearly 2yrs and all of it is in Flutter.
I do try to use a lot of Native Android for my Personal projects to keep up with the developments in Android and can work with Java/ Kotlin common Android components like Jetpack components (Room, WorkManager, Navigation component), Coroutines, Application components (Activity/Fragment, Service ...), Retrofit and other common 3rd party libaries, MVVM.I built some apps as well that are available on github.I am trying to switch to a good company to a Native Android developer role. But I get rejected in application phase itself or I don't get response at all.Is it just me or is it known that experience in Flutter development is looked down when applied for Native Android developer role? or do I lack any skills needed ?
May 05, 2021 at 09:51AM by Susheelkaram11
https://ift.tt/3b3twAi
Does anyone having hard time applying for Native Android developer role with Flutter experience?
I have total work experience of nearly 2yrs and all of it is in Flutter.
I do try to use a lot of Native Android for my Personal projects to keep up with the developments in Android and can work with Java/ Kotlin common Android components like Jetpack components (Room, WorkManager, Navigation component), Coroutines, Application components (Activity/Fragment, Service ...), Retrofit and other common 3rd party libaries, MVVM.I built some apps as well that are available on github.I am trying to switch to a good company to a Native Android developer role. But I get rejected in application phase itself or I don't get response at all.Is it just me or is it known that experience in Flutter development is looked down when applied for Native Android developer role? or do I lack any skills needed ?
May 05, 2021 at 09:51AM by Susheelkaram11
https://ift.tt/3b3twAi
reddit
Does anyone having hard time applying for Native Android developer...
I have total work experience of nearly 2yrs and all of it is in Flutter. I do try to use a lot of Native Android for my Personal projects to...
New post on Flutter Dev Google group:
get error text from form builder validation
hi , i'm using form builder , everything is ok , but i don't know how can i get error text from form builder validation and show it somewhere else i want , i don't want to show it under the textfield , example i want to show it on *SnackBar* , or *Alert* , how can i do it ? thank in advance 😅
May 05, 2021 at 10:15AM by You Sour
https://ift.tt/3un6Mmm
get error text from form builder validation
hi , i'm using form builder , everything is ok , but i don't know how can i get error text from form builder validation and show it somewhere else i want , i don't want to show it under the textfield , example i want to show it on *SnackBar* , or *Alert* , how can i do it ? thank in advance 😅
May 05, 2021 at 10:15AM by You Sour
https://ift.tt/3un6Mmm
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:
Get
I got this error when I tried to run a Flutter project on some device simulator. Here it is one of the warning message example: Runner's architectures (armv7, arm64) include none that iPhone 8 Plus can execute (Intel 64-bit). I posted this question in the Apple Developer Feedback Assistant and
May 05, 2021 at 10:42AM by Eddy Aoeu
https://ift.tt/3eSDo0Q
Get
I got this error when I tried to run a Flutter project on some device simulator. Here it is one of the warning message example: Runner's architectures (armv7, arm64) include none that iPhone 8 Plus can execute (Intel 64-bit). I posted this question in the Apple Developer Feedback Assistant and
May 05, 2021 at 10:42AM by Eddy Aoeu
https://ift.tt/3eSDo0Q
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:
Is there any audio/sound package in Flutter that is affected by silent mode? Both Android and iOS
I tried with audioplayers and soundpool, but both packages are affected only by the volume level and not by the silent mode.I'm trying to play some sounds when I press specific buttons in my app (currently using audioplayers) and mute this sounds when the silent mode is enabled.Original post: https://stackoverflow.com/questions/67397228/is-there-any-audio-sound-package-in-flutter-that-is-affected-by-silent-mode-bot
May 05, 2021 at 10:47AM by Ok_Life_148
https://ift.tt/3nPeLpN
Is there any audio/sound package in Flutter that is affected by silent mode? Both Android and iOS
I tried with audioplayers and soundpool, but both packages are affected only by the volume level and not by the silent mode.I'm trying to play some sounds when I press specific buttons in my app (currently using audioplayers) and mute this sounds when the silent mode is enabled.Original post: https://stackoverflow.com/questions/67397228/is-there-any-audio-sound-package-in-flutter-that-is-affected-by-silent-mode-bot
May 05, 2021 at 10:47AM by Ok_Life_148
https://ift.tt/3nPeLpN
Stack Overflow
Is there any audio/sound package in Flutter that is affected by silent mode? Both Android and iOS
I tried with audioplayers and soundpool, but both packages are affected only by the volume level and not by the silent mode.
I'm trying to play some sounds when I press specific buttons in my app (
I'm trying to play some sounds when I press specific buttons in my app (
New post on Flutter Dev Google group:
Location Package
onLocationChanged.listen() method is not working when device location is off ,please help
May 05, 2021 at 01:16PM by Mohammad Naushad
https://ift.tt/2PUx1BQ
Location Package
onLocationChanged.listen() method is not working when device location is off ,please help
May 05, 2021 at 01:16PM by Mohammad Naushad
https://ift.tt/2PUx1BQ
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:
10 Best Apps Built with Flutter Framework
/r/trending_mobile_apps/comments/n5dyoc/10_best_apps_built_with_flutter_framework/
May 05, 2021 at 01:55PM by nikunjshingala
https://ift.tt/3tlfDno
10 Best Apps Built with Flutter Framework
/r/trending_mobile_apps/comments/n5dyoc/10_best_apps_built_with_flutter_framework/
May 05, 2021 at 01:55PM by nikunjshingala
https://ift.tt/3tlfDno
New post on /r/flutterdev subreddit:
Best backend for flutter
What is the best backend for flutter ? Now I learn Django rest api and also I read that node js also good but which one Is best for flutter in terms of learning curve and performance
May 05, 2021 at 01:54PM by Dream10candev
https://ift.tt/3eWnimN
Best backend for flutter
What is the best backend for flutter ? Now I learn Django rest api and also I read that node js also good but which one Is best for flutter in terms of learning curve and performance
May 05, 2021 at 01:54PM by Dream10candev
https://ift.tt/3eWnimN
reddit
Best backend for flutter
What is the best backend for flutter ? Now I learn Django rest api and also I read that node js also good but which one Is best for flutter in...
New post on Flutter Dev Google group:
Flutter DevTools 2.2.1 Release Notes
Flutter DevTools 2.2.1 Release Notes A Suite of Performance Tools for Dart and Flutter General Updates - Add report feedback button (bug icon) to top level actions in DevTools #2925
Flutter DevTools 2.2.1 Release Notes
Flutter DevTools 2.2.1 Release Notes A Suite of Performance Tools for Dart and Flutter General Updates - Add report feedback button (bug icon) to top level actions in DevTools #2925
New post on /r/flutterdev subreddit:
Is it possible to make an asset trading app?
Hi, I’m a Uni student who’s been interested in developing apps using the flutter framework and Golang for the backend. I was wondering if it is possible to create a stock or crypto trading app that is fully functional, and if you kind folks had some examples of live apps. Any answers would be appreciated. Thanks!
May 05, 2021 at 02:48PM by Learntoshuffle
https://ift.tt/2POUNyY
Is it possible to make an asset trading app?
Hi, I’m a Uni student who’s been interested in developing apps using the flutter framework and Golang for the backend. I was wondering if it is possible to create a stock or crypto trading app that is fully functional, and if you kind folks had some examples of live apps. Any answers would be appreciated. Thanks!
May 05, 2021 at 02:48PM by Learntoshuffle
https://ift.tt/2POUNyY
reddit
Is it possible to make an asset trading app?
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Halfway into learning Flutter, intimidated by so many available widgets and how to remember the format to write them
I have been learning from Angela Yu's course on Flutter for the past few weeks. Halfway into the course and so far i have seemed to grasp the concepts pretty well. The only thing that is intimidating me is that there are so many available widgets. How do you professionals remember them and the different ways how every widget requires different inputs and arguments?I understand the Flutter documentation is well written but even then i just wanted a bit of motivation from you professionals that use these widgets to build apps . I am trying to get back into IT after a hiatus since 2010 when i had finished my bachelors in computer science.
May 05, 2021 at 02:24PM by sayantheguitarfreak
https://ift.tt/3xQdO58
Halfway into learning Flutter, intimidated by so many available widgets and how to remember the format to write them
I have been learning from Angela Yu's course on Flutter for the past few weeks. Halfway into the course and so far i have seemed to grasp the concepts pretty well. The only thing that is intimidating me is that there are so many available widgets. How do you professionals remember them and the different ways how every widget requires different inputs and arguments?I understand the Flutter documentation is well written but even then i just wanted a bit of motivation from you professionals that use these widgets to build apps . I am trying to get back into IT after a hiatus since 2010 when i had finished my bachelors in computer science.
May 05, 2021 at 02:24PM by sayantheguitarfreak
https://ift.tt/3xQdO58
reddit
Halfway into learning Flutter, intimidated by so many available...
I have been learning from Angela Yu's course on Flutter for the past few weeks. Halfway into the course and so far i have seemed to grasp the...
New post on Flutter Dev Google group:
MY SYSTEM IS OF 32BIT SO I AM UNABLE TO RUN FLUTTER
when i am open it,it is showing to contact to developers for this issues CAN YOU KINDLY HELP ME OUT IN THIS MATTER BY MAKING FLUTTER COMPATIBLE WITH X86(32BIT) SYSTEM PLEASE
May 05, 2021 at 04:08PM by HARSH MAHILANGE
https://ift.tt/3xNBPtE
MY SYSTEM IS OF 32BIT SO I AM UNABLE TO RUN FLUTTER
when i am open it,it is showing to contact to developers for this issues CAN YOU KINDLY HELP ME OUT IN THIS MATTER BY MAKING FLUTTER COMPATIBLE WITH X86(32BIT) SYSTEM PLEASE
May 05, 2021 at 04:08PM by HARSH MAHILANGE
https://ift.tt/3xNBPtE
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:
Trying to uninstall Dart
brew uninstall dart. Not working in MacoS showing error Error: No available formula or cask with the name "dart". Please help ! With regards, Rakesh Lahkar
May 05, 2021 at 04:21PM by rakesh...@gmail.com
https://ift.tt/2QV89dC
Trying to uninstall Dart
brew uninstall dart. Not working in MacoS showing error Error: No available formula or cask with the name "dart". Please help ! With regards, Rakesh Lahkar
May 05, 2021 at 04:21PM by rakesh...@gmail.com
https://ift.tt/2QV89dC
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:
I made an early draft of a form library called Former that is inspired by Formik.
One of my favorite react libraries is formik. It is an elegant form building library that drastically reduces boilerplate for keeping track of values, form validation, and form submitting. As far as I know there isn't anything similar in the Flutter world, so I tasked myself to make one. I would really appreciate feedback from the community!Featuresdisable entire formdeclarative form validationno more controllers/manual tracking of valueseasy error handlingExampleFirst off, some simple example code.The form:``` part 'my_form.g.dart';class MyForm = _MyForm with _$MyFormIndexable;@Formable() abstract class _MyForm implements FormerForm { String username = ''; String email = '';@FormableIgnore() String ignored = '';@override Future<void> submit() { // TODO: implement submit return Future.value(); } } ```Consuming the form,
May 05, 2021 at 01:43PM by MrCreeper1008
https://ift.tt/3tmbsYn
I made an early draft of a form library called Former that is inspired by Formik.
One of my favorite react libraries is formik. It is an elegant form building library that drastically reduces boilerplate for keeping track of values, form validation, and form submitting. As far as I know there isn't anything similar in the Flutter world, so I tasked myself to make one. I would really appreciate feedback from the community!Featuresdisable entire formdeclarative form validationno more controllers/manual tracking of valueseasy error handlingExampleFirst off, some simple example code.The form:``` part 'my_form.g.dart';class MyForm = _MyForm with _$MyFormIndexable;@Formable() abstract class _MyForm implements FormerForm { String username = ''; String email = '';@FormableIgnore() String ignored = '';@override Future<void> submit() { // TODO: implement submit return Future.value(); } } ```Consuming the form,
MaterialApp( title: 'Former example', home: Scaffold( body: SafeArea( child: Former( form: () => MyForm(), schema: () => MyFormSchema( username: StringValidator() ..min(10) ..max(50), email: StringValidator()..email(), ), child: _Form(), ), ), ), );
...and the _Form
widget:Column( children: [ FormerTextField(field: MyFormField.username), FormerError(ofField: MyFormField.username), FormerTextField(field: MyFormField.email), FormerError(ofField: MyFormField.email), ElevatedButton( onPressed: () { Former.of(context, listen: false).submit(); }, child: Text('submit'), ), ], );
Behind-the-sceneAs you may already have noticed, this library relies on code generation to provide the flexibility of formik. The library will generate three things:A class that makes the form "indexable" via the bracket operator.An enum class that contains all the fields of the form to avoid magic strings.A schema class that lets you specify the schema of the form.Behind the scene, everything is being keep tracked of with a ChangeNotifier
which is provided by a ChangeNotifierProvider
. Every widget under the provider can access the form via Former.of(context)
. That means, apart from the built-in widgets that are provided by Former, you can make your own form widget that consumes the form.Githubformer_genformerIt is still very early in the development stage, so features are not at all complete.Again, I would really appreciate feedback from the community, so no matter how critical, just bring it on!May 05, 2021 at 01:43PM by MrCreeper1008
https://ift.tt/3tmbsYn
GitHub
GitHub - kennethnym/former_gen: Code generation for former.
Code generation for former. Contribute to kennethnym/former_gen development by creating an account on GitHub.
New post on Flutter Dev Google group:
(iOS) Firebase Auth Sign in With Phone Number: Error after adding ' pod 'Firebase/Auth' ' inside Podfile
Hi Community, I posted this question on StackOVerflow but haven't had any guidance/ replies yet-- just thought I'd give it a try here! And thanks :) *Note: Also, some of the issues I've had so far are because I'm using a 2020 M1 Silicon Valley Mac... I'm not sure if this is another issue
May 05, 2021 at 05:11PM by Andrew Villegas
https://ift.tt/3vPnL1f
(iOS) Firebase Auth Sign in With Phone Number: Error after adding ' pod 'Firebase/Auth' ' inside Podfile
Hi Community, I posted this question on StackOVerflow but haven't had any guidance/ replies yet-- just thought I'd give it a try here! And thanks :) *Note: Also, some of the issues I've had so far are because I'm using a 2020 M1 Silicon Valley Mac... I'm not sure if this is another issue
May 05, 2021 at 05:11PM by Andrew Villegas
https://ift.tt/3vPnL1f
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:
Doubt in flutter
Hi guys I am trying to create a fully functional dating app in flutter where we match 2 users and upon matching I need to chat with them and I tried implementing it using firebase, firestore and mobx but what happens is that it is taking the user id that I have already registered and I am not
May 05, 2021 at 05:16PM by P Sanjeevi
https://ift.tt/3eZjbGC
Doubt in flutter
Hi guys I am trying to create a fully functional dating app in flutter where we match 2 users and upon matching I need to chat with them and I tried implementing it using firebase, firestore and mobx but what happens is that it is taking the user id that I have already registered and I am not
May 05, 2021 at 05:16PM by P Sanjeevi
https://ift.tt/3eZjbGC
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:
problem
can any one help me to solve this problem Using dart [image: WhatsApp Image 2021-05-05 at 7.52.22 PM (1).jpeg]
May 05, 2021 at 08:07PM by ola7...@gmail.com
https://ift.tt/3tkn2TN
problem
can any one help me to solve this problem Using dart [image: WhatsApp Image 2021-05-05 at 7.52.22 PM (1).jpeg]
May 05, 2021 at 08:07PM by ola7...@gmail.com
https://ift.tt/3tkn2TN
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.