New post on /r/flutterdev subreddit:
State of CodePush solutions for Flutter in 2022
Hi, I might need to review which technology to use in an enterprise company for their cross-platform mobile app. In many regards (especially longevity) Flutter seems to be the better solution compared to Ionic and React Native.But it seems to me like the CodePush equivalents for Flutter are not very mature? The interest for Chimera is not very high and the tool is rather cumbersome to set up when I look at tutorials.Is any one of you using the technology in production and can give insights? Or are silent updates without a version upgrade in general considered a bad practice in Flutter universe (since Google does not support it officially)? Personally, I cannot imagine how skipping Apple code review might be a bad thing if you need to rollout critical bugfixes
February 23, 2022 at 09:55PM by philly-vanilly
https://ift.tt/Ir6LzdQ
State of CodePush solutions for Flutter in 2022
Hi, I might need to review which technology to use in an enterprise company for their cross-platform mobile app. In many regards (especially longevity) Flutter seems to be the better solution compared to Ionic and React Native.But it seems to me like the CodePush equivalents for Flutter are not very mature? The interest for Chimera is not very high and the tool is rather cumbersome to set up when I look at tutorials.Is any one of you using the technology in production and can give insights? Or are silent updates without a version upgrade in general considered a bad practice in Flutter universe (since Google does not support it officially)? Personally, I cannot imagine how skipping Apple code review might be a bad thing if you need to rollout critical bugfixes
February 23, 2022 at 09:55PM by philly-vanilly
https://ift.tt/Ir6LzdQ
reddit
State of CodePush solutions for Flutter in 2022
Hi, I might need to review which technology to use in an enterprise company for their cross-platform mobile app. In many regards (especially...
New post on /r/flutterdev subreddit:
android algorithms
Hi i studied algorithims but I want to link it with android application development(real life usage that I can see that I used that algorithm to solve this point) so any one can share a pdf or alink for that topic?
February 23, 2022 at 09:17PM by engkhaledeisa
https://ift.tt/kZ4EPSe
android algorithms
Hi i studied algorithims but I want to link it with android application development(real life usage that I can see that I used that algorithm to solve this point) so any one can share a pdf or alink for that topic?
February 23, 2022 at 09:17PM by engkhaledeisa
https://ift.tt/kZ4EPSe
Reddit
r/FlutterDev on Reddit: android algorithms
Posted by u/engkhaledeisa - No votes and no comments
New tweet from FlutterDev:
💻✨ Help us improve Flutter! The quarterly Flutter User Survey is here, and we want your input into how Flutter makes decisions. Your answers will be used to improve Flutter. 💙 Get started 👉🏽 https://t.co/uCrnPI4bFy https://t.co/BCt99M85YY— Flutter (@FlutterDev) Feb 23, 2022
February 23, 2022 at 11:00PM
https://twitter.com/FlutterDev/status/1496605823132393472
💻✨ Help us improve Flutter! The quarterly Flutter User Survey is here, and we want your input into how Flutter makes decisions. Your answers will be used to improve Flutter. 💙 Get started 👉🏽 https://t.co/uCrnPI4bFy https://t.co/BCt99M85YY— Flutter (@FlutterDev) Feb 23, 2022
February 23, 2022 at 11:00PM
https://twitter.com/FlutterDev/status/1496605823132393472
Twitter
Flutter
💻✨ Help us improve Flutter! The quarterly Flutter User Survey is here, and we want your input into how Flutter makes decisions. Your answers will be used to improve Flutter. 💙 Get started 👉🏽 goo.gle/3Id2PYx
New post on /r/flutterdev subreddit:
Tell me why GetX is bad
I have read many forum that GetX is bad. But they just write their opinion without details . Some people said that GetX is bad practice, but not giving example . Can you explain me more? Or help me get some articles?
February 24, 2022 at 12:59AM by bogaga200
https://ift.tt/IL58FOn
Tell me why GetX is bad
I have read many forum that GetX is bad. But they just write their opinion without details . Some people said that GetX is bad practice, but not giving example . Can you explain me more? Or help me get some articles?
February 24, 2022 at 12:59AM by bogaga200
https://ift.tt/IL58FOn
reddit
Tell me why GetX is bad
I have read many forum that GetX is bad. But they just write their opinion without details . Some people said that GetX is bad practice, but not...
New post on /r/flutterdev subreddit:
Is there any way to check a context object is alive and usable?
If we use a disposed context object in Navigator.push , I am getting debugLocked != True errorIs there any methods to find a context object is alive or not and is usable (for navigator, dialogs etc) ?
February 24, 2022 at 04:21AM by RageshAntony
https://ift.tt/fq2Ib97
Is there any way to check a context object is alive and usable?
If we use a disposed context object in Navigator.push , I am getting debugLocked != True errorIs there any methods to find a context object is alive or not and is usable (for navigator, dialogs etc) ?
February 24, 2022 at 04:21AM by RageshAntony
https://ift.tt/fq2Ib97
reddit
Is there any way to check a context object is alive and usable?
If we use a disposed context object in Navigator.push , I am getting debugLocked != True error Is there any methods to find a context object is...
New post on /r/flutterdev subreddit:
Navigation flutter
what is the difference between and when we use each of ModalRoute.of vs MaterialPageRoute ?
February 24, 2022 at 10:23AM by engkhaledeisa
https://ift.tt/lYxsDVu
Navigation flutter
what is the difference between and when we use each of ModalRoute.of vs MaterialPageRoute ?
February 24, 2022 at 10:23AM by engkhaledeisa
https://ift.tt/lYxsDVu
Reddit
r/FlutterDev - Navigation flutter
2 votes and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
VSCode Shortcuts, Extensions & Settings for Flutter Development
https://ift.tt/Z5KiDwA
February 24, 2022 at 01:11PM by bizz84
https://ift.tt/S68Q7L9
VSCode Shortcuts, Extensions & Settings for Flutter Development
https://ift.tt/Z5KiDwA
February 24, 2022 at 01:11PM by bizz84
https://ift.tt/S68Q7L9
Code With Andrea
VSCode Shortcuts, Extensions & Settings for Flutter Development
A curated list of popular VSCode shortcuts, extensions & settings to speed-up your Flutter development workflow and code like a pro.
New post on /r/flutterdev subreddit:
Build own custom Flutter CLI.
Anyone has an idea how we can build our own Flutter Create CLI for building the new app.In the last couple of days, I realise I write the same code again and again after building any application like basic Theming setup, routing, packages and state management. Or spending 1 2 hours we might realise code structure are not be correct or for we delete full code and build it again and repeat the same step again.So for that, I think it's good if I create any CLI rather than write every code again but I don't how I can build CLI so does anyone knows if there are any Articles or video lecture where I can learn it's.Note: Not only for custom flutter create CLI but it might help in a flutter.
February 24, 2022 at 12:50PM by Prashant_4200
https://ift.tt/4sEpLwz
Build own custom Flutter CLI.
Anyone has an idea how we can build our own Flutter Create CLI for building the new app.In the last couple of days, I realise I write the same code again and again after building any application like basic Theming setup, routing, packages and state management. Or spending 1 2 hours we might realise code structure are not be correct or for we delete full code and build it again and repeat the same step again.So for that, I think it's good if I create any CLI rather than write every code again but I don't how I can build CLI so does anyone knows if there are any Articles or video lecture where I can learn it's.Note: Not only for custom flutter create CLI but it might help in a flutter.
February 24, 2022 at 12:50PM by Prashant_4200
https://ift.tt/4sEpLwz
reddit
Build own custom Flutter CLI.
Anyone has an idea how we can build our own Flutter Create CLI for building the new app. In the last couple of days, I realise I write the same...
New post on /r/flutterdev subreddit:
Wanting to learn Dart & Flutter
Hello.I'm really new to the development scene. I've heard about Flutter and thought I'd check it out. Seems freaking cool and easy to use. My only problem is that I'm looking for tutorials but a lot of them are outdated (Udemy & YouTube). I've found the Flutter docs and it seems a bit much for a beginner.I want to know if there are other more beginner friendly and up to date docs/tutorials out there. Also, do I need to know any other languages before learning Dart & Flutter?Thank you.
February 24, 2022 at 01:40PM by Ronin-XS
https://ift.tt/LnxPJm9
Wanting to learn Dart & Flutter
Hello.I'm really new to the development scene. I've heard about Flutter and thought I'd check it out. Seems freaking cool and easy to use. My only problem is that I'm looking for tutorials but a lot of them are outdated (Udemy & YouTube). I've found the Flutter docs and it seems a bit much for a beginner.I want to know if there are other more beginner friendly and up to date docs/tutorials out there. Also, do I need to know any other languages before learning Dart & Flutter?Thank you.
February 24, 2022 at 01:40PM by Ronin-XS
https://ift.tt/LnxPJm9
reddit
Wanting to learn Dart & Flutter
Hello. I'm really new to the development scene. I've heard about Flutter and thought I'd check it out. Seems freaking cool and easy to use. My...
New post on /r/flutterdev subreddit:
Flutter PDF Viewer, MySQL Client & Co. - 06 - PUB.DEV RELEASES
https://youtube.com/watch?v=FImV8Qpe66k&feature=share
February 24, 2022 at 03:12PM by syntacops
https://ift.tt/fP6zCYQ
Flutter PDF Viewer, MySQL Client & Co. - 06 - PUB.DEV RELEASES
https://youtube.com/watch?v=FImV8Qpe66k&feature=share
February 24, 2022 at 03:12PM by syntacops
https://ift.tt/fP6zCYQ
YouTube
Flutter PDF Viewer, MySQL Client & Co. - 06 - PUB.DEV RELEASES
📩 PUB.DEV RELEASES via EMAIL? Subscribe now at http://follow.syntacops.com/
🎬 FULL PLAYLIST at http://releases.syntacops.com/
🔙 PREVIOUS EPISODE: https://www.youtube.com/watch?v=vijXcqo4Jm4
Week 06 brings a Flutter PDF Viewer plugin. On top of that we also…
🎬 FULL PLAYLIST at http://releases.syntacops.com/
🔙 PREVIOUS EPISODE: https://www.youtube.com/watch?v=vijXcqo4Jm4
Week 06 brings a Flutter PDF Viewer plugin. On top of that we also…
New post on /r/flutterdev subreddit:
Schedule an App Update release Date - Play Store & App Store
I have a Flutter App currently in the iOS App Store & Google PlayI’d like to submit a new update for this App for review to App Store Connect & Play Console but schedule this release of this new update for a later date is it possible or will it be published right away ?
February 24, 2022 at 03:19PM by Isifdis
https://ift.tt/OhT17gK
Schedule an App Update release Date - Play Store & App Store
I have a Flutter App currently in the iOS App Store & Google PlayI’d like to submit a new update for this App for review to App Store Connect & Play Console but schedule this release of this new update for a later date is it possible or will it be published right away ?
February 24, 2022 at 03:19PM by Isifdis
https://ift.tt/OhT17gK
reddit
r/FlutterDev - [deleted by user]
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter Course for Beginners
https://www.youtube.com/watch?v=VPvVD8t02U8
February 24, 2022 at 05:39PM by Elixane
https://ift.tt/KAmkCB9
Flutter Course for Beginners
https://www.youtube.com/watch?v=VPvVD8t02U8
February 24, 2022 at 05:39PM by Elixane
https://ift.tt/KAmkCB9
YouTube
Flutter Course for Beginners – 37-hour Cross Platform App Development Tutorial
Learn how to use Flutter in this complete course for beginners. Flutter is an open-source UI software development kit used to create cross-platform applications for iOS, Android, Windows, Mac, and more.
💻 GitHub repo: https://github.com/vandadnp/mynotes…
💻 GitHub repo: https://github.com/vandadnp/mynotes…
New post on /r/flutterdev subreddit:
Is it possible to do a heat map like in Snapchat with smooth performance?
The heat map in Snapchat performance buttery smooth. Can the same be accomplished with flutter? Would I have to dig into the native map sdk’s in order to achieve smooth performance or would plugins be good enough. I’m talking about android and iOS. TYIA
February 24, 2022 at 06:41PM by Necessary1OK
https://ift.tt/cv1kJFG
Is it possible to do a heat map like in Snapchat with smooth performance?
The heat map in Snapchat performance buttery smooth. Can the same be accomplished with flutter? Would I have to dig into the native map sdk’s in order to achieve smooth performance or would plugins be good enough. I’m talking about android and iOS. TYIA
February 24, 2022 at 06:41PM by Necessary1OK
https://ift.tt/cv1kJFG
Reddit
[deleted by user] : r/FlutterDev
111K subscribers in the FlutterDev community. A community for the publishing of news and discussion about Flutter. This community participates in the…
New post on /r/flutterdev subreddit:
I published my first Flutter app: SALVA!
Hi everyone. I finally created a google play developer account, and the first app I published is a note-taking & to-do app that I built with Flutter.https://play.google.com/store/apps/details?id=com.salva.salvaI just wanted to share with you people. I hope you find the app useful. I am curious about all the feedbacks and comments.Enjoy taking notes!
February 24, 2022 at 11:07PM by ercantomac
https://ift.tt/zt61op2
I published my first Flutter app: SALVA!
Hi everyone. I finally created a google play developer account, and the first app I published is a note-taking & to-do app that I built with Flutter.https://play.google.com/store/apps/details?id=com.salva.salvaI just wanted to share with you people. I hope you find the app useful. I am curious about all the feedbacks and comments.Enjoy taking notes!
February 24, 2022 at 11:07PM by ercantomac
https://ift.tt/zt61op2
Google Play
SALVA: Notes & To-Do - Apps on Google Play
A note-taking & to-do app.
New post on /r/flutterdev subreddit:
DahliaOS is an operating system written made with Fuchsia OS
https://dahliaos.io
February 24, 2022 at 10:32PM by SuccessLuthor
https://ift.tt/6I4DXME
DahliaOS is an operating system written made with Fuchsia OS
https://dahliaos.io
February 24, 2022 at 10:32PM by SuccessLuthor
https://ift.tt/6I4DXME
dahliaOS
Discover an intuitive operating system with a modern user interface, efficient multitasking, advanced networking, security features and respectful privacy. Powered by Linux - designed to be lightweight for a fast and versatile computing experience.
New post on /r/flutterdev subreddit:
Pangolin Desktop UI shell, designed for dahliaOS, written in Flutter.
https://ift.tt/2l9WVzF
February 25, 2022 at 12:05AM by ur_mum_goes_to_uni
https://ift.tt/aktrm2i
Pangolin Desktop UI shell, designed for dahliaOS, written in Flutter.
https://ift.tt/2l9WVzF
February 25, 2022 at 12:05AM by ur_mum_goes_to_uni
https://ift.tt/aktrm2i
GitHub
GitHub - dahliaOS/pangolin_desktop: Pangolin Desktop UI shell, designed for dahliaOS, written in Flutter.
Pangolin Desktop UI shell, designed for dahliaOS, written in Flutter. - dahliaOS/pangolin_desktop
New post on /r/flutterdev subreddit:
Reasons why I, as a C# DotNet developer, skipped Flutter and regretted it
I'd like to share some of the reasons why I skipped flutter when choosing my Mobile Stack. It was a big mistake. I am now using Flutter for all my mobile projects.- I was Xaml'ized. Xaml is Microsoft's UI language. Xaml was at my fingertips. I could visualize an entire page purely in Xaml. Xaml was good for Windows Dev. For mobile, it's just not there yet.- I overly loved LINQ. In C#, LINQ turns long codes into a single line.- I had some of my favorite C# DotNet libraries.- I mistakenly thought that keeping everything C# would make back-end interactions easier. I failed to learn about Swagger which makes API calls agnostic.- I love RXJS. I used this a lot for my Web Apps. I did not realize there was an RxDart.- I was sold on to MAUI. MAUI is the next evolution of Xamarin. While it may be good, it, unfortunately, does not use the Skia or UI Engine approach like Flutter. Hot reload issues and long debug cycles will still be there in MAUI.In sum... it's was the comfort zone. I advise all C# DotNet Developers, please take Flutter seriously. You will be missing a lot for not joining the flutter band wagon.
February 24, 2022 at 11:21PM by mevlix
https://ift.tt/PWBcK98
Reasons why I, as a C# DotNet developer, skipped Flutter and regretted it
I'd like to share some of the reasons why I skipped flutter when choosing my Mobile Stack. It was a big mistake. I am now using Flutter for all my mobile projects.- I was Xaml'ized. Xaml is Microsoft's UI language. Xaml was at my fingertips. I could visualize an entire page purely in Xaml. Xaml was good for Windows Dev. For mobile, it's just not there yet.- I overly loved LINQ. In C#, LINQ turns long codes into a single line.- I had some of my favorite C# DotNet libraries.- I mistakenly thought that keeping everything C# would make back-end interactions easier. I failed to learn about Swagger which makes API calls agnostic.- I love RXJS. I used this a lot for my Web Apps. I did not realize there was an RxDart.- I was sold on to MAUI. MAUI is the next evolution of Xamarin. While it may be good, it, unfortunately, does not use the Skia or UI Engine approach like Flutter. Hot reload issues and long debug cycles will still be there in MAUI.In sum... it's was the comfort zone. I advise all C# DotNet Developers, please take Flutter seriously. You will be missing a lot for not joining the flutter band wagon.
February 24, 2022 at 11:21PM by mevlix
https://ift.tt/PWBcK98
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Flutter & Firebase Chat App: Master Flutter and Firebase - Preneure
https://ift.tt/oyOQZ9C
February 25, 2022 at 02:54AM by preneure
https://ift.tt/fQH5ALk
Flutter & Firebase Chat App: Master Flutter and Firebase - Preneure
https://ift.tt/oyOQZ9C
February 25, 2022 at 02:54AM by preneure
https://ift.tt/fQH5ALk
Preneure
Flutter & Firebase Chat App: Master Flutter and Firebase - Preneure
Do you want to build a complete Mobile Chat Application that works on iOS and Android, powered by Flutter and...
New post on /r/flutterdev subreddit:
What is the status of Flutter IAP? still only support Android and iOS?
I know we can use Stripe to do iap on the web. How is the macOS and windows support of the in app purchase feature?
February 25, 2022 at 06:24AM by westlinkin
https://ift.tt/R9j8hPQ
What is the status of Flutter IAP? still only support Android and iOS?
I know we can use Stripe to do iap on the web. How is the macOS and windows support of the in app purchase feature?
February 25, 2022 at 06:24AM by westlinkin
https://ift.tt/R9j8hPQ
reddit
What is the status of Flutter IAP? still only support Android and iOS?
I know we can use Stripe to do iap on the web. How is the macOS and windows support of the in app purchase feature?
New post on /r/flutterdev subreddit:
App storage management in flutter
How do you guys deal with app storage while building a flutter app? Some people use firebase,but thats for online apps.If I want to build an app with complete offline functionality which has to store data in various formats,what do I use? I know shared preferences is used for user settings,but what about more complex hierarchical data? Please help,Im confused.
February 25, 2022 at 08:54AM by Blade2520
https://ift.tt/mG7ROlJ
App storage management in flutter
How do you guys deal with app storage while building a flutter app? Some people use firebase,but thats for online apps.If I want to build an app with complete offline functionality which has to store data in various formats,what do I use? I know shared preferences is used for user settings,but what about more complex hierarchical data? Please help,Im confused.
February 25, 2022 at 08:54AM by Blade2520
https://ift.tt/mG7ROlJ
reddit
App storage management in flutter
How do you guys deal with app storage while building a flutter app? Some people use firebase,but thats for online apps.If I want to build an app...
New post on /r/flutterdev subreddit:
Here is an open-source website that I am working on with the aim to let users browse small widgets/use-cases that you can easily copy-paste in your project.
https://ift.tt/j8eXi1w
February 25, 2022 at 10:25AM by bimsina
https://ift.tt/Zu0ls29
Here is an open-source website that I am working on with the aim to let users browse small widgets/use-cases that you can easily copy-paste in your project.
https://ift.tt/j8eXi1w
February 25, 2022 at 10:25AM by bimsina
https://ift.tt/Zu0ls29
www.fluttertemplates.dev
Flutter UI Templates
Browse through a list of beautifully designed Flutter UI templates to kickstart your development. Download Free Flutter UI Templates for Android, iOS and Web.