New post on /r/flutterdev subreddit:
Is mixing different state management techniques considered a bad practice?
Right now, I'm currently using BLoC in a large project for almost everything. But I prefer using Provider + ChangeNotifier for forms and validation.Are there any disadvantages that come with mixing different state management techniques?
September 08, 2020 at 01:58PM by WilsonCodes
https://ift.tt/33bKhEL
Is mixing different state management techniques considered a bad practice?
Right now, I'm currently using BLoC in a large project for almost everything. But I prefer using Provider + ChangeNotifier for forms and validation.Are there any disadvantages that come with mixing different state management techniques?
September 08, 2020 at 01:58PM by WilsonCodes
https://ift.tt/33bKhEL
reddit
Is mixing different state management techniques considered a bad...
Right now, I'm currently using BLoC in a large project for almost everything. But I prefer using Provider + ChangeNotifier for forms and...
New post on Flutter Dev Google group:
HOW TO HANDLE QTY INCREMENTS IN THE CART PAGE
Hye guys am finding it hard to handle qty increments in the cart page.i want to increment while the total price is also changing.cause when i tried all products are changing and incrementing. anyone who has some nice tutorial or idea please help me. below is my cart file.
September 08, 2020 at 02:41PM by eteku moses
https://ift.tt/3m3Ken9
HOW TO HANDLE QTY INCREMENTS IN THE CART PAGE
Hye guys am finding it hard to handle qty increments in the cart page.i want to increment while the total price is also changing.cause when i tried all products are changing and incrementing. anyone who has some nice tutorial or idea please help me. below is my cart file.
September 08, 2020 at 02:41PM by eteku moses
https://ift.tt/3m3Ken9
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:
App Feedback Thread - September 08, 2020
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
September 08, 2020 at 02:33PM by AutoModerator
https://ift.tt/3hbCdZE
App Feedback Thread - September 08, 2020
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
September 08, 2020 at 02:33PM by AutoModerator
https://ift.tt/3hbCdZE
reddit
App Feedback Thread - September 08, 2020
This thread is for getting feedback on your own apps. ####Developers: - must **provide feedback** for others - must include **Play Store**,...
New post on /r/flutterdev subreddit:
State management using MobX in Flutter
https://youtu.be/JNNco-Yrfjc
September 08, 2020 at 02:26PM by ibhavikmakwana
https://ift.tt/3bFoiJW
State management using MobX in Flutter
https://youtu.be/JNNco-Yrfjc
September 08, 2020 at 02:26PM by ibhavikmakwana
https://ift.tt/3bFoiJW
YouTube
droidcon Italy webinar - State management in flutter using Mobx - Bhavik Makwana
droidcon Italy webinar8 September 2020Bhavik Makwana, Software EngineerState management in flutter using MobxMobX is a state-management library that makes it...
New post on Flutter Dev Google group:
How can I use external USB camera in a flutter app?
I'm building an android app with flutter and I want to get access to an external camera in order to take pictures.
September 08, 2020 at 03:36PM by Ado Rocha
https://ift.tt/2R9xf4M
How can I use external USB camera in a flutter app?
I'm building an android app with flutter and I want to get access to an external camera in order to take pictures.
September 08, 2020 at 03:36PM by Ado Rocha
https://ift.tt/2R9xf4M
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:
MVU-inspired state management for Flutter
https://ift.tt/3ibxqZl
September 08, 2020 at 04:26PM by Nhowka
https://ift.tt/2GHttxO
MVU-inspired state management for Flutter
https://ift.tt/3ibxqZl
September 08, 2020 at 04:26PM by Nhowka
https://ift.tt/2GHttxO
Medium
MVU-inspired state management for Flutter
There was a moment where I fell in love with working with front-end, and that was when I met The Elm Architecture, more specifically the…
New post on /r/flutterdev subreddit:
I Created an app that uses the twitter API and Sentiment analysis to get public opinion about trending topics
The app is called SNTLgoogle play link: https://play.google.com/store/apps/details?id=personal.appDevelopment.sntlGithub: https://github.com/Joshpk29/sntlVideo Example link: https://www.youtube.com/watch?v=KKUMIikfib8This App is designed using dart and flutter. The twitter API allows users to comb through Tweets based on certain parameters and then returns those tweets. I used a query along with language to get all english tweets that have the users search term, then utilized a flutter sentiment analysis tool. this tool assigns values to each word in the selected tweets and sums them up to give a overall score of how possitive the tweet is, Using this method I am attempting to crow source public opinions about certain topics and give it a numerical value.
September 08, 2020 at 06:38PM by Joshpk29
https://ift.tt/2Fipbfo
I Created an app that uses the twitter API and Sentiment analysis to get public opinion about trending topics
The app is called SNTLgoogle play link: https://play.google.com/store/apps/details?id=personal.appDevelopment.sntlGithub: https://github.com/Joshpk29/sntlVideo Example link: https://www.youtube.com/watch?v=KKUMIikfib8This App is designed using dart and flutter. The twitter API allows users to comb through Tweets based on certain parameters and then returns those tweets. I used a query along with language to get all english tweets that have the users search term, then utilized a flutter sentiment analysis tool. this tool assigns values to each word in the selected tweets and sums them up to give a overall score of how possitive the tweet is, Using this method I am attempting to crow source public opinions about certain topics and give it a numerical value.
September 08, 2020 at 06:38PM by Joshpk29
https://ift.tt/2Fipbfo
Google Play
SNTL - Apps on Google Play
Utilizes Twitter API to gather tweets and then runs sentiment analysis to assign a numeric value to public opinions
New post on Flutter Dev Google group:
Responsive UI screens
Hi team, I am working on a flutter app. I realised that the UI I experience in my mobile emulator (Redmi Note 7) is not same in screens of other mobile devices like Honor 7c and etc.. For example, the *top *value I provided in a positioned widget is not looking same in every screens and I face
September 08, 2020 at 07:48PM by ananth...@gmail.com
https://ift.tt/3bEwYjT
Responsive UI screens
Hi team, I am working on a flutter app. I realised that the UI I experience in my mobile emulator (Redmi Note 7) is not same in screens of other mobile devices like Honor 7c and etc.. For example, the *top *value I provided in a positioned widget is not looking same in every screens and I face
September 08, 2020 at 07:48PM by ananth...@gmail.com
https://ift.tt/3bEwYjT
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:
Change in get_it API. what do you prefer?
a user of get_it asked if I could make it possible to use the same name for different type registrations. The drawback is, you now need to always pass a type even if you use a name for registration. Should I:View Poll
September 08, 2020 at 07:41PM by escamoteur
https://ift.tt/35nzJVT
Change in get_it API. what do you prefer?
a user of get_it asked if I could make it possible to use the same name for different type registrations. The drawback is, you now need to always pass a type even if you use a name for registration. Should I:View Poll
September 08, 2020 at 07:41PM by escamoteur
https://ift.tt/35nzJVT
New post on /r/flutterdev subreddit:
Management app
QuestionquestionHello, I know this is kind of off the topic in this group but please help if you can. My sister has a nails salon and I am looking for a kind of management app or website that I can input all the appointments that the customers want to book. So, the nails salon has total 10 nail technicians! I am looking for something that looks like google calendar but in day view, I can make 10 columns for the 10 nail techs so that I can keep tracking their appts every day. I have been googling a lot but I cannot find anything like that! So, if you can help please comment bellow! I really appreciate it!
September 08, 2020 at 08:25PM by logann2612
https://ift.tt/2ZeTyus
Management app
QuestionquestionHello, I know this is kind of off the topic in this group but please help if you can. My sister has a nails salon and I am looking for a kind of management app or website that I can input all the appointments that the customers want to book. So, the nails salon has total 10 nail technicians! I am looking for something that looks like google calendar but in day view, I can make 10 columns for the 10 nail techs so that I can keep tracking their appts every day. I have been googling a lot but I cannot find anything like that! So, if you can help please comment bellow! I really appreciate it!
September 08, 2020 at 08:25PM by logann2612
https://ift.tt/2ZeTyus
reddit
Management app
Question #question Hello, I know this is kind of off the topic in this group but please help if you can. My sister has a nails salon and I am...
New post on /r/flutterdev subreddit:
Why You Should Start Writing About Flutter
https://ift.tt/3ii0eja
September 08, 2020 at 09:57PM by Purple_Pizzazz
https://ift.tt/3jS7Jxo
Why You Should Start Writing About Flutter
https://ift.tt/3ii0eja
September 08, 2020 at 09:57PM by Purple_Pizzazz
https://ift.tt/3jS7Jxo
Medium
Why You Should Start Writing About Flutter
There’s never been a better time
New post on /r/flutterdev subreddit:
Flappy Bird • Flutter From Scratch
https://www.youtube.com/watch?v=vgmVPpFP0fI
September 08, 2020 at 09:57PM by Purple_Pizzazz
https://ift.tt/2R6l2hr
Flappy Bird • Flutter From Scratch
https://www.youtube.com/watch?v=vgmVPpFP0fI
September 08, 2020 at 09:57PM by Purple_Pizzazz
https://ift.tt/2R6l2hr
YouTube
FLAPPY BIRD • FLUTTER FROM SCRATCH
🔥📱 My Habit Tracker: https://ritualz.app
💳📱 My Expense Tracker: https://dollatracker.app
🥷🏽 FOLLOW ME
Patreon: https://www.patreon.com/mitchkoko/
Instagram: https://instagram.com/createdbykoko/
Twitter: https://twitter.com/createdbykoko/
TikTok: https:/…
💳📱 My Expense Tracker: https://dollatracker.app
🥷🏽 FOLLOW ME
Patreon: https://www.patreon.com/mitchkoko/
Instagram: https://instagram.com/createdbykoko/
Twitter: https://twitter.com/createdbykoko/
TikTok: https:/…
New post on /r/flutterdev subreddit:
Flutter CustomPaint Walkthrough • Create a glass of milk
https://youtu.be/oqIyVDuOvuI
September 08, 2020 at 11:55PM by thkp_jon
https://ift.tt/3395Wxo
Flutter CustomPaint Walkthrough • Create a glass of milk
https://youtu.be/oqIyVDuOvuI
September 08, 2020 at 11:55PM by thkp_jon
https://ift.tt/3395Wxo
YouTube
Flutter Custom Paint Live Code
A quick demonstration of Flutter's CustomPaint widget!
Code: https://github.com/bedardjo/glass_of_milk
Music: www.bensound.com
Code: https://github.com/bedardjo/glass_of_milk
Music: www.bensound.com
New post on /r/flutterdev subreddit:
Quick Intro to Flutter CustomPaint | Animatable Thermometer Widget
https://www.youtube.com/watch?v=NPmFoz56G3g
September 08, 2020 at 11:55PM by THKPMatt
https://ift.tt/3ie063R
Quick Intro to Flutter CustomPaint | Animatable Thermometer Widget
https://www.youtube.com/watch?v=NPmFoz56G3g
September 08, 2020 at 11:55PM by THKPMatt
https://ift.tt/3ie063R
YouTube
Flutter CustomPaint Intro
This is an introduction to Flutter's CustomPaint widget detailing how and when you might want to use it.
Canvas API:
https://api.flutter.dev/flutter/dart-ui/Canvas-class.html
Example Repository:
https://github.com/AlabasterAxe/flutter_custom_paint_thermometer
Canvas API:
https://api.flutter.dev/flutter/dart-ui/Canvas-class.html
Example Repository:
https://github.com/AlabasterAxe/flutter_custom_paint_thermometer
New post on /r/flutterdev subreddit:
Location Tracking app with code
What are good examples of flutter location-tracking apps, with available source code? like If I wanted to track the number of steps I take around my neighborhood (Fitbit) or how far I go on my bike (strava) TIA!
September 09, 2020 at 02:10AM by SiargaoSurfer
https://ift.tt/3bGotoI
Location Tracking app with code
What are good examples of flutter location-tracking apps, with available source code? like If I wanted to track the number of steps I take around my neighborhood (Fitbit) or how far I go on my bike (strava) TIA!
September 09, 2020 at 02:10AM by SiargaoSurfer
https://ift.tt/3bGotoI
Reddit
r/FlutterDev on Reddit: Location Tracking app with code
Posted by u/SiargaoSurfer - 2 votes and no comments
New post on /r/flutterdev subreddit:
Is it possible to create a video app similar to TikTok using Flutter
Greetings everyone.I have social media platform idea which is about liking videos with a very close UI design that TikTok is using. I have been researching for ages to decide which platform was the best with "ZERO" experience in mobile app dev and thought flutter is the best way to go instead of wasting time on swift. My app MVP is supposed to be usable on both platforms.I have some questions that I would LOVE to hear some feedback.1- Is it possible to create an app like TikTok where you can share videos, like them, engage with the user such as "message, follow", add a newsfeed system as Instagram has and arrange the most liked videos into a separate page?2- Is flutter the best way to go? I have been looking for video sharing apps that are written in dart but I couldn't find any examples.I would appreciate any feedback and help.
September 09, 2020 at 01:51AM by SaLiVa73
https://ift.tt/2Zm67Ee
Is it possible to create a video app similar to TikTok using Flutter
Greetings everyone.I have social media platform idea which is about liking videos with a very close UI design that TikTok is using. I have been researching for ages to decide which platform was the best with "ZERO" experience in mobile app dev and thought flutter is the best way to go instead of wasting time on swift. My app MVP is supposed to be usable on both platforms.I have some questions that I would LOVE to hear some feedback.1- Is it possible to create an app like TikTok where you can share videos, like them, engage with the user such as "message, follow", add a newsfeed system as Instagram has and arrange the most liked videos into a separate page?2- Is flutter the best way to go? I have been looking for video sharing apps that are written in dart but I couldn't find any examples.I would appreciate any feedback and help.
September 09, 2020 at 01:51AM by SaLiVa73
https://ift.tt/2Zm67Ee
Reddit
r/FlutterDev on Reddit: Is it possible to create a video app similar to TikTok using Flutter
Posted by u/SaLiVa73 - 8 votes and 3 comments
New post on Flutter Dev Google group:
Flutter testing
Can someone help me I need to write unit tests and widget tests for my app. And most of the widgets and classes are private do I need to change them to public or there is a way to access them. here is an example code class ProductEditPage extends StatefulWidget { @override State
Flutter testing
Can someone help me I need to write unit tests and widget tests for my app. And most of the widgets and classes are private do I need to change them to public or there is a way to access them. here is an example code class ProductEditPage extends StatefulWidget { @override State
New post on /r/flutterdev subreddit:
Dart null safety in Flutter when?
Does anyone knows when they expect to deploy flutter with the null safety version of dart? Thanks
September 09, 2020 at 09:39AM by MRideos
https://ift.tt/2ZBP4OX
Dart null safety in Flutter when?
Does anyone knows when they expect to deploy flutter with the null safety version of dart? Thanks
September 09, 2020 at 09:39AM by MRideos
https://ift.tt/2ZBP4OX
reddit
Dart null safety in Flutter when?
Does anyone knows when they expect to deploy flutter with the null safety version of dart? Thanks
New post on /r/flutterdev subreddit:
Total noob - want to learn
Hi,I'm new here and I'm looking for some advice. Id love to learn flutter and heres my question:What platform/person/course you recommend to learn?I have few courses bought on Udemy (angela from app brewery, filip jerga zero to hero, Andrea bizzotto, academind.Also followed some channels on yt: flutter, flutter europe, flutter Way etc.And I'm looking for some more. Could you help me?
September 09, 2020 at 10:40AM by StripedBrain
https://ift.tt/2R7Herp
Total noob - want to learn
Hi,I'm new here and I'm looking for some advice. Id love to learn flutter and heres my question:What platform/person/course you recommend to learn?I have few courses bought on Udemy (angela from app brewery, filip jerga zero to hero, Andrea bizzotto, academind.Also followed some channels on yt: flutter, flutter europe, flutter Way etc.And I'm looking for some more. Could you help me?
September 09, 2020 at 10:40AM by StripedBrain
https://ift.tt/2R7Herp
reddit
Total noob - want to learn
Hi, I'm new here and I'm looking for some advice. Id love to learn flutter and heres my question: What platform/person/course you recommend to...
New post on /r/flutterdev subreddit:
My first blog attempt. Let me know what you guys think. Feedbacks are appreciated.
https://ift.tt/2R56Tky
September 09, 2020 at 10:50AM by zerolively
https://ift.tt/2FfTZh8
My first blog attempt. Let me know what you guys think. Feedbacks are appreciated.
https://ift.tt/2R56Tky
September 09, 2020 at 10:50AM by zerolively
https://ift.tt/2FfTZh8
Flutterland
Flutter Dialog with Flare animation.
Hey guys. Welcome to my first blog. Today I am going to show you how to make an animated dialog with flare assets in flutter. Lets get started.
Ahm Ahm. Totally original intro. Not copied from numerous youtube videos at all.
I assume you know how t...
Ahm Ahm. Totally original intro. Not copied from numerous youtube videos at all.
I assume you know how t...
New post on /r/flutterdev subreddit:
New PACKAGE RELEASES on PUB.DEV - WEEK 36 - Flutter and Dart
https://www.youtube.com/watch?v=93S24VYCRM0&feature=share
September 09, 2020 at 12:20PM by syntacops
https://ift.tt/35gpe6F
New PACKAGE RELEASES on PUB.DEV - WEEK 36 - Flutter and Dart
https://www.youtube.com/watch?v=93S24VYCRM0&feature=share
September 09, 2020 at 12:20PM by syntacops
https://ift.tt/35gpe6F
YouTube
New PACKAGE RELEASES on PUB.DEV - WEEK 36 - Flutter and Dart
A quick overview of new package releases on PUB.DEV . Get the TOP 10 Flutter & Dart Packages by LIKES and POPULARITY every Wednesday. #pubdev #releases #package
📕 Resources:
Complete Release List:
https://drive.google.com/file/d/1raNQsypkkKh6sE4Yk-qZ4Kk…
📕 Resources:
Complete Release List:
https://drive.google.com/file/d/1raNQsypkkKh6sE4Yk-qZ4Kk…