New post on /r/flutterdev subreddit:
Blocs in flutter
Hey everyone, i need to ask a question about bloc. When I add an event to get category, it builds category widgets from it. Now when I add a new event to get products, it builds the product widgets but the category widgets show error that I made in the error state.I have following things in mind, so what should i do?first: make a mew mapToEvent stream( but i dont know how yo call that since in every guide or tutorial they are just adding the event and it magically goes to that specid stream)second: make separate blocs for both the events.
February 15, 2021 at 10:23PM by SnooPeanuts7237
https://ift.tt/3aoelC0
Blocs in flutter
Hey everyone, i need to ask a question about bloc. When I add an event to get category, it builds category widgets from it. Now when I add a new event to get products, it builds the product widgets but the category widgets show error that I made in the error state.I have following things in mind, so what should i do?first: make a mew mapToEvent stream( but i dont know how yo call that since in every guide or tutorial they are just adding the event and it magically goes to that specid stream)second: make separate blocs for both the events.
February 15, 2021 at 10:23PM by SnooPeanuts7237
https://ift.tt/3aoelC0
reddit
Blocs in flutter
Hey everyone, i need to ask a question about bloc. When I add an event to get category, it builds category widgets from it. Now when I add a new...
New post on /r/flutterdev subreddit:
AWS Amplify (Auth, DataStore, Analytics) is Now Generally Available for Flutter!
https://ift.tt/3u4QtLd
February 16, 2021 at 02:04AM by ankmahato
https://ift.tt/3anhD8e
AWS Amplify (Auth, DataStore, Analytics) is Now Generally Available for Flutter!
https://ift.tt/3u4QtLd
February 16, 2021 at 02:04AM by ankmahato
https://ift.tt/3anhD8e
Amazon Web Services
Amplify Flutter is Now Generally Available: Build Beautiful Cross-Platform Apps | Amazon Web Services
AWS Amplify is a set of tools and services for building secure, scalable mobile and web applications. Currently, Amplify supports iOS, Android, and JavaScript (web and React Native) and is the quickest and easiest way to build applications powered by Amazon…
New post on /r/flutterdev subreddit:
Sketching App Using Flutter (From Scratch, No Packages)
https://www.youtube.com/watch?v=21ljOS_-0uY
February 16, 2021 at 01:46AM by jaycoding
https://ift.tt/3dg1Rhk
Sketching App Using Flutter (From Scratch, No Packages)
https://www.youtube.com/watch?v=21ljOS_-0uY
February 16, 2021 at 01:46AM by jaycoding
https://ift.tt/3dg1Rhk
New post on /r/flutterdev subreddit:
Splitting Widgets - How to, Flutter basics!
https://ift.tt/3pq8VKI
February 16, 2021 at 06:40AM by cheerfulboy
https://ift.tt/3polcPZ
Splitting Widgets - How to, Flutter basics!
https://ift.tt/3pq8VKI
February 16, 2021 at 06:40AM by cheerfulboy
https://ift.tt/3polcPZ
New post on /r/flutterdev subreddit:
How to use Lottie Animations in Flutter - Beginner tutorial
https://ift.tt/2OJNQhR
February 16, 2021 at 06:38AM by cheerfulboy
https://ift.tt/3diPcdM
How to use Lottie Animations in Flutter - Beginner tutorial
https://ift.tt/2OJNQhR
February 16, 2021 at 06:38AM by cheerfulboy
https://ift.tt/3diPcdM
rrtutors
How to use Lottie Animations in Flutter
Adding Animations to the mobile applications will give more attractive the users.
To add animations to android applications we can create animations at animate-drawable and apply that drawable to images/widgets.
We have some build libraries to add a...
To add animations to android applications we can create animations at animate-drawable and apply that drawable to images/widgets.
We have some build libraries to add a...
New post on /r/flutterdev subreddit:
Flutter Vs React Native: Head to Toe Comparison [2021 Edition]
https://ift.tt/3qoac6A
February 16, 2021 at 06:18AM by freelancerkatie
https://ift.tt/3jT44Rp
Flutter Vs React Native: Head to Toe Comparison [2021 Edition]
https://ift.tt/3qoac6A
February 16, 2021 at 06:18AM by freelancerkatie
https://ift.tt/3jT44Rp
reddit
Flutter Vs React Native: Head to Toe Comparison [2021 Edition]
Posted in u/freelancerkatie • 2 points and 0 comments
New post on Flutter Dev Google group:
build ipa file and install to iphone
hi, i try build ipa and install to iphone , anyone idea ? i need the right way to do it here what i did : first : i run command flutter build ios --release then i copy file "Myapp.app" to a new folder and zip it after that i change extension from "app" to ''ipa" for install myapp to iphone i use
February 16, 2021 at 07:47AM by You Sour
https://ift.tt/2Zj6qzc
build ipa file and install to iphone
hi, i try build ipa and install to iphone , anyone idea ? i need the right way to do it here what i did : first : i run command flutter build ios --release then i copy file "Myapp.app" to a new folder and zip it after that i change extension from "app" to ''ipa" for install myapp to iphone i use
February 16, 2021 at 07:47AM by You Sour
https://ift.tt/2Zj6qzc
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 Get Current Route Path In Flutter?
In the Navigate to a new screen and back recipe, you learned how to navigate to a new screen by creating a new route and pushing it to the Navigator. Now you must want to know How to Get the Current Route Path In Flutter??Here is a Full Article/Blog post Explained in a very DETAILED and Step-by-Step Process:https://flutteragency.com/get-current-route-path/#30DaysOfFlutter #100DaysOfCode #Flutterdev
February 16, 2021 at 07:47AM by lil_dragplix
https://ift.tt/3b806QI
How to Get Current Route Path In Flutter?
In the Navigate to a new screen and back recipe, you learned how to navigate to a new screen by creating a new route and pushing it to the Navigator. Now you must want to know How to Get the Current Route Path In Flutter??Here is a Full Article/Blog post Explained in a very DETAILED and Step-by-Step Process:https://flutteragency.com/get-current-route-path/#30DaysOfFlutter #100DaysOfCode #Flutterdev
February 16, 2021 at 07:47AM by lil_dragplix
https://ift.tt/3b806QI
Flutter Agency - Mobile App Designing, Development & Consulting
How to Get Current Route Path In Flutter? | Flutter Agency
Current Route Path In Flutter - In the Navigate to a new screen and back recipe, you learned how to navigate to a new screen by creating a new route and pushing it to Navigator.
New post on /r/flutterdev subreddit:
Splitting Widgets - How to, Flutter basics!
https://ift.tt/3pq8VKI
February 16, 2021 at 06:40AM by cheerfulboy
https://ift.tt/3polcPZ
Splitting Widgets - How to, Flutter basics!
https://ift.tt/3pq8VKI
February 16, 2021 at 06:40AM by cheerfulboy
https://ift.tt/3polcPZ
New post on /r/flutterdev subreddit:
7 Common Flutter Providers Explained
https://youtu.be/zYdl_Lb-rj0
February 16, 2021 at 08:23AM by thehappyharis
https://ift.tt/2Nztnvp
7 Common Flutter Providers Explained
https://youtu.be/zYdl_Lb-rj0
February 16, 2021 at 08:23AM by thehappyharis
https://ift.tt/2Nztnvp
YouTube
7 Common Flutter Providers Explained
We describe what are Provider, Provider.value, Future Provider, Stream Provider, Multi Provider, Proxy Provider and ChangeNotifier Provider.
📣 Check out NEW Provider courses - https://learnfluttercode.com/courses/provider-state-management
🔥 Check out our…
📣 Check out NEW Provider courses - https://learnfluttercode.com/courses/provider-state-management
🔥 Check out our…
New post on /r/flutterdev subreddit:
Devs using riverpod, what do you think are the disadvantages of riverpod?
I'm thinking in move from bloc to riverpod for a while.
I would like to know if there is any limitation I should know about before jumping in.
February 16, 2021 at 09:37AM by werexzenok
https://ift.tt/3qp8a6d
Devs using riverpod, what do you think are the disadvantages of riverpod?
I'm thinking in move from bloc to riverpod for a while.
I would like to know if there is any limitation I should know about before jumping in.
February 16, 2021 at 09:37AM by werexzenok
https://ift.tt/3qp8a6d
reddit
Devs using riverpod, what do you think are the disadvantages of...
I'm thinking in move from bloc to riverpod for a while. I would like to know if there is any limitation I should know about before jumping in.
New post on /r/flutterdev subreddit:
while using shared prefs in flutter web
Another exception was thrown: NoSuchMethodError: invalid member on null: 'getString'
February 16, 2021 at 10:52AM by Severe-Bag-223
https://ift.tt/3u59Xzm
while using shared prefs in flutter web
Another exception was thrown: NoSuchMethodError: invalid member on null: 'getString'
February 16, 2021 at 10:52AM by Severe-Bag-223
https://ift.tt/3u59Xzm
reddit
while using shared prefs in flutter web
A subreddit for Google's portable UI framework.
New post on Flutter Dev Google group:
Karma Pluss App
Hey Flutters, So happy to share with you the big news. I am honored to invite you to be our first users. Recently, we have created an app Kama Pluss. Our application Karma Pluss is a complete recycle solution application-based to contribute to the environment, with little steps taken every
February 16, 2021 at 12:18PM by Karma Pluss
https://ift.tt/3pu3uKJ
Karma Pluss App
Hey Flutters, So happy to share with you the big news. I am honored to invite you to be our first users. Recently, we have created an app Kama Pluss. Our application Karma Pluss is a complete recycle solution application-based to contribute to the environment, with little steps taken every
February 16, 2021 at 12:18PM by Karma Pluss
https://ift.tt/3pu3uKJ
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:
BoxConstraints has a negative minimum width.
hi everyone, I am facing this issue from yesterday, I have added flutter_swiper: ^1.1.6 for carousel but getting this error my code- Container imgcarousel() { return jobroleObj == null ? Container( height: 160, child: Swiper( itemBuilder: (BuildContext context, int index) { return Image.asset(
February 16, 2021 at 01:02PM by Raman Plaha
https://ift.tt/3u3YRuI
BoxConstraints has a negative minimum width.
hi everyone, I am facing this issue from yesterday, I have added flutter_swiper: ^1.1.6 for carousel but getting this error my code- Container imgcarousel() { return jobroleObj == null ? Container( height: 160, child: Swiper( itemBuilder: (BuildContext context, int index) { return Image.asset(
February 16, 2021 at 01:02PM by Raman Plaha
https://ift.tt/3u3YRuI
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:
Image and file upload
I am making an app that might require from users to upload files and/or pictures. I've seen both image_picker and file_picker while they both do amazing job it's not quite what I am looking for. I am wondering is there a way to open both things at once, so to be able to pick a file or pick a picture/take one with your camera, or do these things need to be two different functionalities because of the way OS and/or Flutter handles things.
February 16, 2021 at 01:02PM by MrDragonNicaze
https://ift.tt/3qu7T1C
Image and file upload
I am making an app that might require from users to upload files and/or pictures. I've seen both image_picker and file_picker while they both do amazing job it's not quite what I am looking for. I am wondering is there a way to open both things at once, so to be able to pick a file or pick a picture/take one with your camera, or do these things need to be two different functionalities because of the way OS and/or Flutter handles things.
February 16, 2021 at 01:02PM by MrDragonNicaze
https://ift.tt/3qu7T1C
reddit
Image and file upload
I am making an app that might require from users to upload files and/or pictures. I've seen both image\_picker and file\_picker while they both do...
New post on /r/flutterdev subreddit:
Which backend is better for mobile app Firebase or MongoDB
I'm making a small app which uses a backend only for data storing and I wanted to use between firebase or mongodb. I've used firebase before it's good but searching for an item was hard and it didn't work for me. So which one do u think is better or other choices you can also suggest
February 16, 2021 at 12:55PM by ihs_ahm
https://ift.tt/3jVmtwY
Which backend is better for mobile app Firebase or MongoDB
I'm making a small app which uses a backend only for data storing and I wanted to use between firebase or mongodb. I've used firebase before it's good but searching for an item was hard and it didn't work for me. So which one do u think is better or other choices you can also suggest
February 16, 2021 at 12:55PM by ihs_ahm
https://ift.tt/3jVmtwY
reddit
Which backend is better for mobile app Firebase or MongoDB
I'm making a small app which uses a backend only for data storing and I wanted to use between firebase or mongodb. I've used firebase before it's...
New post on /r/flutterdev subreddit:
Karma Pluss App
Hey Flutters,So happy to share with you the big news. I am honored to invite you to be our first users.Recently, we have created an app Kama Pluss. Our application Karma Pluss is a complete recycle solution application-based to contribute to the environment, with little steps taken every day for an amplified change globally. The application is based on Reduce, Reuse, and Recycle.Building a mobile app doesn't get any easier. So why not helping us build the tool that automates at least a part of your routine. Try & Feedback! How is the code, what features to add, would you use it, anything. Just reply to us with your feedback here.Add playstore link: https://play.google.com/store/apps/details?id=com.karmapluss.karmapluss
February 16, 2021 at 12:52PM by KarmaPluss1
https://ift.tt/3aqhd10
Karma Pluss App
Hey Flutters,So happy to share with you the big news. I am honored to invite you to be our first users.Recently, we have created an app Kama Pluss. Our application Karma Pluss is a complete recycle solution application-based to contribute to the environment, with little steps taken every day for an amplified change globally. The application is based on Reduce, Reuse, and Recycle.Building a mobile app doesn't get any easier. So why not helping us build the tool that automates at least a part of your routine. Try & Feedback! How is the code, what features to add, would you use it, anything. Just reply to us with your feedback here.Add playstore link: https://play.google.com/store/apps/details?id=com.karmapluss.karmapluss
February 16, 2021 at 12:52PM by KarmaPluss1
https://ift.tt/3aqhd10
Google Play
Karma Pluss - Carbon Offset and Recycle Solution - Apps on Google Play
A complete solution for Carbon Offset and to REDUCE, REUSE and RECYCLE.
New post on /r/flutterdev subreddit:
Track Realtime Location Of User Using StreamProvider🚀
https://youtu.be/2hbONxgWhLo
February 16, 2021 at 02:03PM by dopecode31
https://ift.tt/3s4MGvT
Track Realtime Location Of User Using StreamProvider🚀
https://youtu.be/2hbONxgWhLo
February 16, 2021 at 02:03PM by dopecode31
https://ift.tt/3s4MGvT
YouTube
Flutter Realtime Location 🔥 | Flutter Location | Flutter Location Tracker Tutorial |Flutter Location
In this video, Lets learn about getting Realtime Location of the User using Location Package and StreamProvider. This video will guide you through getting continuous location of the using under the form of streams of using of latitude and longitude of the…
New post on /r/flutterdev subreddit:
Download Files inside Listview | View Downloaded Files Flutter
https://ift.tt/3angUUA
February 16, 2021 at 02:35PM by rrtutors
https://ift.tt/3ppvhfx
Download Files inside Listview | View Downloaded Files Flutter
https://ift.tt/3angUUA
February 16, 2021 at 02:35PM by rrtutors
https://ift.tt/3ppvhfx
Rrtutors
Download Files inside Listview | View Downloaded Files Flutter
download files from Internet and view downloaded files from the listView.
To download files inside the app using Dio package. We are going to store the downloaded file in the Application Directory using the path_provider package
After downloading file…
To download files inside the app using Dio package. We are going to store the downloaded file in the Application Directory using the path_provider package
After downloading file…
New post on /r/flutterdev subreddit:
Besides stable Flutter web 1.0, what are your guesses for March 3rd announcement?
There are no bad guesses or stupid ideas. Maybe this will stir up some good ideas for the future if we're wrong.
February 16, 2021 at 04:56PM by joeyda3rd
https://ift.tt/3qtmjz7
Besides stable Flutter web 1.0, what are your guesses for March 3rd announcement?
There are no bad guesses or stupid ideas. Maybe this will stir up some good ideas for the future if we're wrong.
February 16, 2021 at 04:56PM by joeyda3rd
https://ift.tt/3qtmjz7
reddit
Besides stable Flutter web 1.0, what are your guesses for March...
There are no bad guesses or stupid ideas. Maybe this will stir up some good ideas for the future if we're wrong.
New post on /r/flutterdev subreddit:
Papercups.io Live Chat Native Flutter Plugin
Hello everyone!A couple of months ago I posted about the papercups live chat package I had made, since then I've been working on turning it into a completely native implementation instead of relying on webviews.Today I'm super excited to say that we've released the 2.0 version of the package, which brings many new features and improvements, to create what I believe is one of the most fully-featured native live-chat/support package in Flutter. If you'd like to try it out I've set up a demo at papercups-demo.eduardom.dev so you can see how it looks. I'd love to discuss what to build next into the package to keep improving it.If you have any questions or suggestions please don't hesitate to ask me here or through the chat widget :)Flutter package: GitHub / Pub.dev / DemoHave a great day!
February 16, 2021 at 04:45PM by aguilaair
https://ift.tt/2Nrj8cF
Papercups.io Live Chat Native Flutter Plugin
Hello everyone!A couple of months ago I posted about the papercups live chat package I had made, since then I've been working on turning it into a completely native implementation instead of relying on webviews.Today I'm super excited to say that we've released the 2.0 version of the package, which brings many new features and improvements, to create what I believe is one of the most fully-featured native live-chat/support package in Flutter. If you'd like to try it out I've set up a demo at papercups-demo.eduardom.dev so you can see how it looks. I'd love to discuss what to build next into the package to keep improving it.If you have any questions or suggestions please don't hesitate to ask me here or through the chat widget :)Flutter package: GitHub / Pub.dev / DemoHave a great day!
February 16, 2021 at 04:45PM by aguilaair
https://ift.tt/2Nrj8cF
reddit
Live chat for Flutter - Papercups
Hey! A few weeks ago I was looking for a live chat solution that would work great and was Open Source. I came across...