New post on /r/flutterdev subreddit:
How to print/save the flutter application screen as pdf?
Hey flutter folks, check my new article on medium on how to print/save flutter application screen.Medium Article
December 26, 2021 at 02:29PM by dev_amigo
https://ift.tt/3sxqj5F
How to print/save the flutter application screen as pdf?
Hey flutter folks, check my new article on medium on how to print/save flutter application screen.Medium Article
December 26, 2021 at 02:29PM by dev_amigo
https://ift.tt/3sxqj5F
New post on /r/flutterdev subreddit:
A lot of criticism towards GetX. What about state management?
Lately, I see a lot of hateful Tweets towards Getx, some are justified IMHO, but didn't see any good criticisms of its state management system? I myself opt-out of their contextless approach to stuff and inject controllers with Provider as it makes more sense in Flutter, but what's up with state management? It's basically Mobx without codegen with a few extra statements to replace action annotation, and people seem to like Mobx.
December 26, 2021 at 02:20PM by mr_redsun
https://ift.tt/3ptiDiY
A lot of criticism towards GetX. What about state management?
Lately, I see a lot of hateful Tweets towards Getx, some are justified IMHO, but didn't see any good criticisms of its state management system? I myself opt-out of their contextless approach to stuff and inject controllers with Provider as it makes more sense in Flutter, but what's up with state management? It's basically Mobx without codegen with a few extra statements to replace action annotation, and people seem to like Mobx.
December 26, 2021 at 02:20PM by mr_redsun
https://ift.tt/3ptiDiY
reddit
A lot of criticism towards GetX. What about state management?
Lately, I see a lot of hateful Tweets towards Getx, some are justified IMHO, but didn't see any good criticisms of its state management system? I...
New post on /r/flutterdev subreddit:
Flutter Alaram Manager Schedule Task with Alaram
https://ift.tt/32GyiTa
December 26, 2021 at 06:06PM by rrtutors
https://ift.tt/3yZH9LE
Flutter Alaram Manager Schedule Task with Alaram
https://ift.tt/32GyiTa
December 26, 2021 at 06:06PM by rrtutors
https://ift.tt/3yZH9LE
Rrtutors
Flutter Alaram Manager Schedule Task with Alaram
Flutter Alaram Manager. Schedule task with flutter alaram manager
New post on /r/flutterdev subreddit:
flutter_readable | Flutter Package
https://ift.tt/3EvD7Mj
December 26, 2021 at 09:32PM by Affectionate-Ad-2952
https://ift.tt/3mBLPCi
flutter_readable | Flutter Package
https://ift.tt/3EvD7Mj
December 26, 2021 at 09:32PM by Affectionate-Ad-2952
https://ift.tt/3mBLPCi
Dart packages
flutter_readable | Flutter Package
extensions and helpers for dart to save time , make the code more readable and smaller
New post on /r/flutterdev subreddit:
I wrote a package for long lived isolates
It should enable a way of generically executing functions on another isolate sent from the main isolate. Why this makes sense is explained in the readme. Let me know what you think. https://pub.dev/packages/backyard
December 27, 2021 at 09:29AM by nik_v_hax
https://ift.tt/3z0VuHG
I wrote a package for long lived isolates
It should enable a way of generically executing functions on another isolate sent from the main isolate. Why this makes sense is explained in the readme. Let me know what you think. https://pub.dev/packages/backyard
December 27, 2021 at 09:29AM by nik_v_hax
https://ift.tt/3z0VuHG
Dart packages
backyard | Dart Package
long-lived isolate with generic way of execution functions
New post on /r/flutterdev subreddit:
bumble_scrollbar | Flutter Package
https://ift.tt/3swimxA
December 27, 2021 at 01:42PM by Fun-Owl-8398
https://ift.tt/3qubpKQ
bumble_scrollbar | Flutter Package
https://ift.tt/3swimxA
December 27, 2021 at 01:42PM by Fun-Owl-8398
https://ift.tt/3qubpKQ
New post on /r/flutterdev subreddit:
Send Emails without Backend in Flutter
https://ift.tt/3Eu9QBt
December 27, 2021 at 01:26PM by patient_developer
https://ift.tt/3psYjy8
Send Emails without Backend in Flutter
https://ift.tt/3Eu9QBt
December 27, 2021 at 01:26PM by patient_developer
https://ift.tt/3psYjy8
Medium
Send Emails without Backend in Flutter
Free and easy way to send emails without backend in Flutter using EmailJS, works for Android, iOS and Web too.
New post on /r/flutterdev subreddit:
Native or Flutter ?
Hi, I am about to do a startup and it is fully focus on mobile app. So I know android native development but I am confuse which tech to use native or hybrid like flutter ?
December 27, 2021 at 03:07PM by Dry-Wonder-1180
https://ift.tt/3mWQYW3
Native or Flutter ?
Hi, I am about to do a startup and it is fully focus on mobile app. So I know android native development but I am confuse which tech to use native or hybrid like flutter ?
December 27, 2021 at 03:07PM by Dry-Wonder-1180
https://ift.tt/3mWQYW3
reddit
Native or Flutter ?
Hi, I am about to do a startup and it is fully focus on mobile app. So I know android native development but I am confuse which tech to use native...
New post on /r/flutterdev subreddit:
Flutter Triple - A new state management solution that looks promising
Have you ever heard of triple? There is a link on the official Flutter state management doc, I discovered it this morning.It's based on SSP (segmented state patern), which (as far as I understand) means that your store can have 3 distinct states: loading, error or state (data available). It's very similar to GetX's StateMixin feature.Its syntax is pretty neat and it also has an undo/redo function and a persistent storage mixin.To me, it's a good mix between getx/mobx, provider/riverpod and blocks. I think it will work very well as a complement to freezed.https://triple.flutterando.com.br/docs/getting-started/what-is-tripleLet me know what you think about this package.
December 27, 2021 at 03:44PM by Pierre2tm
https://ift.tt/3EBvcNb
Flutter Triple - A new state management solution that looks promising
Have you ever heard of triple? There is a link on the official Flutter state management doc, I discovered it this morning.It's based on SSP (segmented state patern), which (as far as I understand) means that your store can have 3 distinct states: loading, error or state (data available). It's very similar to GetX's StateMixin feature.Its syntax is pretty neat and it also has an undo/redo function and a persistent storage mixin.To me, it's a good mix between getx/mobx, provider/riverpod and blocks. I think it will work very well as a complement to freezed.https://triple.flutterando.com.br/docs/getting-started/what-is-tripleLet me know what you think about this package.
December 27, 2021 at 03:44PM by Pierre2tm
https://ift.tt/3EBvcNb
triple.flutterando.com.br
What is Triple? | Triple
Triple is a nickname to SSP (Segmented State Standard).
New post on /r/flutterdev subreddit:
Publish to App Store TestFlight without a Mac?
I'm developing a free app and am at the point where I need some beta testers to provide real feedback and help me improve my work. I published my app to Google Play closed beta program, but everybody here in the states seems to use an iOS device.However, I do not own a Mac. Has anybody used services such as CodeMagic with success? And furthermore, is it likely that my app will run well on an iOS device, given it works well on Android? I understand Flutter is cross-platform, especially iOS/Android, but I'm not going to be able to test my iOS release before publishing it.
December 27, 2021 at 04:31PM by virtualmnemonic
https://ift.tt/3ExVujJ
Publish to App Store TestFlight without a Mac?
I'm developing a free app and am at the point where I need some beta testers to provide real feedback and help me improve my work. I published my app to Google Play closed beta program, but everybody here in the states seems to use an iOS device.However, I do not own a Mac. Has anybody used services such as CodeMagic with success? And furthermore, is it likely that my app will run well on an iOS device, given it works well on Android? I understand Flutter is cross-platform, especially iOS/Android, but I'm not going to be able to test my iOS release before publishing it.
December 27, 2021 at 04:31PM by virtualmnemonic
https://ift.tt/3ExVujJ
reddit
Publish to App Store TestFlight without a Mac?
I'm developing a free app and am at the point where I need some beta testers to provide real feedback and help me improve my work. I published my...
New post on /r/flutterdev subreddit:
Drag and drop behaviour with pure Flutter
https://ift.tt/3FwDTKg
December 27, 2021 at 07:04PM by Normal_Razzmatazz_79
https://ift.tt/32E2mhW
Drag and drop behaviour with pure Flutter
https://ift.tt/3FwDTKg
December 27, 2021 at 07:04PM by Normal_Razzmatazz_79
https://ift.tt/32E2mhW
GitHub
GitHub - VincentJouanne/flutter-drag-and-drop: 🐦 A simple Drag and Drop feature using the two Flutter widgets: Draggable and DragTarget.
🐦 A simple Drag and Drop feature using the two Flutter widgets: Draggable and DragTarget. - GitHub - VincentJouanne/flutter-drag-and-drop: 🐦 A simple Drag and Drop feature using the two Flutter wid...
New post on /r/flutterdev subreddit:
Dart
I've been trying get started with flutter but the thing that's been holding me down is if I have to learn dart. Do I have to learn dart to get well with flutter? The reason I ask this is because I've heard people saying that no dart knowledge is required in order to start with flutter, even if I know that it is not entirely true.
December 27, 2021 at 06:36PM by Suppository-34613
https://ift.tt/3Hh2pj2
Dart
I've been trying get started with flutter but the thing that's been holding me down is if I have to learn dart. Do I have to learn dart to get well with flutter? The reason I ask this is because I've heard people saying that no dart knowledge is required in order to start with flutter, even if I know that it is not entirely true.
December 27, 2021 at 06:36PM by Suppository-34613
https://ift.tt/3Hh2pj2
reddit
Dart
I've been trying get started with flutter but the thing that's been holding me down is if I have to learn dart. Do I have to learn dart to get...
New post on /r/flutterdev subreddit:
What graph/chart library you guys use in your projects?
We have been developing an app which requires 2 separate chart in single screen with tool-tip, with real-time data which comes from a Ble device, with zoom and scroll feature requirement with some more customizations. Our app uses Flutter 2.5.1 but as we tested all available chart libraries in flutter we ran into many issue and had to use mp_chart.The level of features we need are only implemented in mp_chart and other library had many open issue for example charts_flutter. So as my senior preferred, we used mp_chart without null safety, we are running into many problem but we were able to solve them one by one but now this chart has IOS specific flickering issue which make chart un-scrollable which we ran into just now after a weeks of work.so guys what chart library you guys are using and have you faced any issues?Note-: we can not use syncfusion chart because it's a paid library and our client doesn't have budget for that.
December 27, 2021 at 07:45PM by pokaboom1
https://ift.tt/3HcILVa
What graph/chart library you guys use in your projects?
We have been developing an app which requires 2 separate chart in single screen with tool-tip, with real-time data which comes from a Ble device, with zoom and scroll feature requirement with some more customizations. Our app uses Flutter 2.5.1 but as we tested all available chart libraries in flutter we ran into many issue and had to use mp_chart.The level of features we need are only implemented in mp_chart and other library had many open issue for example charts_flutter. So as my senior preferred, we used mp_chart without null safety, we are running into many problem but we were able to solve them one by one but now this chart has IOS specific flickering issue which make chart un-scrollable which we ran into just now after a weeks of work.so guys what chart library you guys are using and have you faced any issues?Note-: we can not use syncfusion chart because it's a paid library and our client doesn't have budget for that.
December 27, 2021 at 07:45PM by pokaboom1
https://ift.tt/3HcILVa
Dart packages
mp_chart | Flutter Package
A Flutter chart package just like AndroidMPChart, apply easy to use chart for Flutter.
New post on /r/flutterdev subreddit:
Any analytics for Flutter Desktop (Mac specifically)?
Hi guys, I'm searching for an analytics platform that already works with Flutter desktop, specifically Mac. I only have seen of firebase analytics (which I hate because for deep diving you need big query) So far amplitude and mixpanel looks to have no support Anyone has alternatives?
December 27, 2021 at 08:43PM by jpv1234567
https://ift.tt/3ExRAqP
Any analytics for Flutter Desktop (Mac specifically)?
Hi guys, I'm searching for an analytics platform that already works with Flutter desktop, specifically Mac. I only have seen of firebase analytics (which I hate because for deep diving you need big query) So far amplitude and mixpanel looks to have no support Anyone has alternatives?
December 27, 2021 at 08:43PM by jpv1234567
https://ift.tt/3ExRAqP
reddit
Any analytics for Flutter Desktop (Mac specifically)?
Hi guys, I'm searching for an analytics platform that already works with Flutter desktop, specifically Mac. I only have seen of firebase analytics...
New post on /r/flutterdev subreddit:
Modular Dart Utilities
https://ift.tt/3EwR9gG
December 27, 2021 at 11:06PM by moesaid007
https://ift.tt/34281iJ
Modular Dart Utilities
https://ift.tt/3EwR9gG
December 27, 2021 at 11:06PM by moesaid007
https://ift.tt/34281iJ
GitHub
GitHub - moesaid/horus: Modular Dart Utilities
Modular Dart Utilities. Contribute to moesaid/horus development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Flutter complete course free
https://youtu.be/B26F2VAsKTU
December 27, 2021 at 11:05PM by Honest-Extreme-3054
https://ift.tt/3evGxnI
Flutter complete course free
https://youtu.be/B26F2VAsKTU
December 27, 2021 at 11:05PM by Honest-Extreme-3054
https://ift.tt/3evGxnI
New post on /r/flutterdev subreddit:
why should I use state managements
Hello guys,I've been using Provider with change notifier for a while, but now I decided to improve myself and learn new ways of state management.I read about bloc and redux and mobx and tried to understand the main concept of them, but I really can't understand what is the need to use them?I mean do I need these complex ways to control my states when I'm currently using ChangeNotifier and Consumer for dealing with my data and different states and it's working for me.finally, I just wanted to make this clear, I'm not saying that state managements are bad or useless, I'm just asking so I can have a better understanding of this topic and learn how to be a better programmer and write a better code
December 27, 2021 at 11:15PM by ahmadjz
https://ift.tt/3FO8NxX
why should I use state managements
Hello guys,I've been using Provider with change notifier for a while, but now I decided to improve myself and learn new ways of state management.I read about bloc and redux and mobx and tried to understand the main concept of them, but I really can't understand what is the need to use them?I mean do I need these complex ways to control my states when I'm currently using ChangeNotifier and Consumer for dealing with my data and different states and it's working for me.finally, I just wanted to make this clear, I'm not saying that state managements are bad or useless, I'm just asking so I can have a better understanding of this topic and learn how to be a better programmer and write a better code
December 27, 2021 at 11:15PM by ahmadjz
https://ift.tt/3FO8NxX
reddit
why should I use state managements
Hello guys, I've been using Provider with change notifier for a while, but now I decided to improve myself and learn new ways of state...
New post on /r/flutterdev subreddit:
I am not enjoying Flutter
Nobody Likes a rant, but Flutter is the one tool where every time I want to learn a little bit more... it pushes back hard. "No stay it your lane! Make simple little GUI stuff! Don't try to get fancy!"Here is my abbreviated list of pain points.1.) As they update Flutter, they keep introducing changes that break old code. If you want to google a working example, you presently have to filter for things written April 2021 or later. Anything before that won't compile. And then you end up trying to explain to the sample code how things work rather than the other way around.2.) The Flutter community is small and too spread out. The flutter pages list 9 different places where you can get help with questions (including here) the problem is that none of those locations has the critical mass needed for the whole thing to work. There are more un-answered Flutter question on Stack overflow than ones with answers. If you ask about a unique edge case, non-one knows the answer... because there are probably only 6 people who encountered that exact same issue and found a solution.3.) Way too much core functionality has been left out, hoping that community contributed packages will pick up the slack (Background services?). While the process of adding packages is very user friendly... there is almost zero policing of the published packages. There are hundreds of packages that are not being maintained and do not work with the current version of Flutter. So now everytime I import a package I need to wonder: Will this package still be around in 6 months? Am I setting myself up for some serious pain down the road? All I have to go by: How recently was it updated, how many likes does it have?4.) Flutter/Dart feels like a project run by the kind of people who will ask you to invert a binary tree during and interview... even though their company doesn't use trees in any project. By that I mean: it feels unnecessarily complicated. Who thought Navigator 2.0 would catch on, or JSON -> Object in 4 non-easy steps was perfectly normal. And it's getting worse, didn't buttons used to have a simple color: property... and now you need to write:
December 28, 2021 at 12:20AM by always_afraid
https://ift.tt/3qANn0S
I am not enjoying Flutter
Nobody Likes a rant, but Flutter is the one tool where every time I want to learn a little bit more... it pushes back hard. "No stay it your lane! Make simple little GUI stuff! Don't try to get fancy!"Here is my abbreviated list of pain points.1.) As they update Flutter, they keep introducing changes that break old code. If you want to google a working example, you presently have to filter for things written April 2021 or later. Anything before that won't compile. And then you end up trying to explain to the sample code how things work rather than the other way around.2.) The Flutter community is small and too spread out. The flutter pages list 9 different places where you can get help with questions (including here) the problem is that none of those locations has the critical mass needed for the whole thing to work. There are more un-answered Flutter question on Stack overflow than ones with answers. If you ask about a unique edge case, non-one knows the answer... because there are probably only 6 people who encountered that exact same issue and found a solution.3.) Way too much core functionality has been left out, hoping that community contributed packages will pick up the slack (Background services?). While the process of adding packages is very user friendly... there is almost zero policing of the published packages. There are hundreds of packages that are not being maintained and do not work with the current version of Flutter. So now everytime I import a package I need to wonder: Will this package still be around in 6 months? Am I setting myself up for some serious pain down the road? All I have to go by: How recently was it updated, how many likes does it have?4.) Flutter/Dart feels like a project run by the kind of people who will ask you to invert a binary tree during and interview... even though their company doesn't use trees in any project. By that I mean: it feels unnecessarily complicated. Who thought Navigator 2.0 would catch on, or JSON -> Object in 4 non-easy steps was perfectly normal. And it's getting worse, didn't buttons used to have a simple color: property... and now you need to write:
TextButton( style: ButtonStyle( backgroundColor: MaterialStateProperty.all<Color>(Colors.blue), ), ...I still use Flutter, I still intend to use Flutter in the future. But I'm not enjoying it.
December 28, 2021 at 12:20AM by always_afraid
https://ift.tt/3qANn0S
reddit
I am not enjoying Flutter
Nobody Likes a rant, but Flutter is the one tool where every time I want to learn a little bit more... it pushes back hard. "No stay it your...
New post on /r/flutterdev subreddit:
How many estimated hours does Flutter Apprenctice take to finish?
Am wondering
December 28, 2021 at 04:09AM by duckducklo
https://ift.tt/3quqv2P
How many estimated hours does Flutter Apprenctice take to finish?
Am wondering
December 28, 2021 at 04:09AM by duckducklo
https://ift.tt/3quqv2P
reddit
How many estimated hours does Flutter Apprenctice take to finish?
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Easy Email Validation in Flutter
https://www.youtube.com/watch?v=ZN_7Pur5h8Q
December 28, 2021 at 03:26AM by Dhanraj_Flutterdev
https://ift.tt/3FzCW3M
Easy Email Validation in Flutter
https://www.youtube.com/watch?v=ZN_7Pur5h8Q
December 28, 2021 at 03:26AM by Dhanraj_Flutterdev
https://ift.tt/3FzCW3M
YouTube
Flutter Tutorial - Email Validation | Package of the week
SUBSCRIBE | SHARE | LIKE for more such videos.
#flutter #flutterdev
Please subscribe to my channel to motivate me.
Channel Link: https://cutt.ly/kkhVx3s
Source Code:
Become Patreon: https://www.patreon.com/supportdhanraj
Connect with me on Other Social…
#flutter #flutterdev
Please subscribe to my channel to motivate me.
Channel Link: https://cutt.ly/kkhVx3s
Source Code:
Become Patreon: https://www.patreon.com/supportdhanraj
Connect with me on Other Social…
New post on /r/flutterdev subreddit:
Best approach for syncing database to the cloud service in poor network areas
I am creating a new mobile application for a small company. It will be used mostly on Android but maybe on some iOS devices as well. The application data of each user will be isolated, which means it can work perfectly fine without exchanging any data between users and the internet connection is also not required for a normal working of the application.However, I want to sync application data to some cloud service, maybe remote mysql or to any other cloud service like firebase. The application data will mainly contain a database, few images and pdf documents. The primary purpose is to have some kind of backup, which can be used in case of any data loss (device stolen or damaged).I delivered a small application back in 2019, which totally relies on local mobile storage. The device was stolen few months ago and they have to start from scratch. I feel very bad because the sole purpose of having any kind of software is to preserve business data, if it is lost somehow then it's useless to have a business application. :(Now coming to my question, I can't totally rely on remote storage service because of bad internet coverage in the user area. And relying on the internet won't ensure 100% availability. So, I am thinking to store data on mobile in sqlite database and somehow sync frequently to remote server. The dumb approach would be to archive all application data and send to remote location. And I think the ideal approach would be to keep track of all changes and sync new changes only but I'm not sure, how.Questions:What is the best approach to sync local application data to remote server?How can we keep track of all changes in application data (database and files)?In case of centralized database (multiple user writing to same database), how can we track and apply changes when multiple user updates the same data?
December 28, 2021 at 05:20AM by AlenaCarles
https://ift.tt/32vj5Ez
Best approach for syncing database to the cloud service in poor network areas
I am creating a new mobile application for a small company. It will be used mostly on Android but maybe on some iOS devices as well. The application data of each user will be isolated, which means it can work perfectly fine without exchanging any data between users and the internet connection is also not required for a normal working of the application.However, I want to sync application data to some cloud service, maybe remote mysql or to any other cloud service like firebase. The application data will mainly contain a database, few images and pdf documents. The primary purpose is to have some kind of backup, which can be used in case of any data loss (device stolen or damaged).I delivered a small application back in 2019, which totally relies on local mobile storage. The device was stolen few months ago and they have to start from scratch. I feel very bad because the sole purpose of having any kind of software is to preserve business data, if it is lost somehow then it's useless to have a business application. :(Now coming to my question, I can't totally rely on remote storage service because of bad internet coverage in the user area. And relying on the internet won't ensure 100% availability. So, I am thinking to store data on mobile in sqlite database and somehow sync frequently to remote server. The dumb approach would be to archive all application data and send to remote location. And I think the ideal approach would be to keep track of all changes and sync new changes only but I'm not sure, how.Questions:What is the best approach to sync local application data to remote server?How can we keep track of all changes in application data (database and files)?In case of centralized database (multiple user writing to same database), how can we track and apply changes when multiple user updates the same data?
December 28, 2021 at 05:20AM by AlenaCarles
https://ift.tt/32vj5Ez
reddit
Best approach for syncing database to the cloud service in poor...
I am creating a new mobile application for a small company. It will be used mostly on Android but maybe on some iOS devices as well. The...