New post on /r/flutterdev subreddit:
Ticket Booking App Made With Advanced Flutter Concepts
EZ Tickets AppA ticket booking app made with flutter using a REST API made with node js. I am open sourcing it for you guys to learn. This project is definitely worth looking at if you want to learn advanced flutter concepts like:Dio InterceptorsComplex Reusable Widgets using factory constructorsRepository PatternComplex Riverpod Uses + Freezed + HooksEncrypted/Local Preferences StorageClean and structured code using SOLID principlesUnit testing, golden testing (feel free to add widget tests yourself)Complex CI/CD pipelines using github actions for automatic testing and release management.Linting + Automatic Code Coverage scriptsDartDoc Generated DocumentationIf you like it, a star on github would be great🌟😁The apks for downloading are available under the releases tag in github aswell as on this drive link.Github: https://github.com/arafaysaleem/ez_tickets_appDrive: https://drive.google.com/drive/folders/1v7iHxgygzObno7DKGU2FFc2__NS0nZ2-The project is open source so feel free to fork and contribute.Thanks❤️
January 14, 2022 at 06:47PM by abdur_rafay_saleem
https://ift.tt/3GvFJLS
Ticket Booking App Made With Advanced Flutter Concepts
EZ Tickets AppA ticket booking app made with flutter using a REST API made with node js. I am open sourcing it for you guys to learn. This project is definitely worth looking at if you want to learn advanced flutter concepts like:Dio InterceptorsComplex Reusable Widgets using factory constructorsRepository PatternComplex Riverpod Uses + Freezed + HooksEncrypted/Local Preferences StorageClean and structured code using SOLID principlesUnit testing, golden testing (feel free to add widget tests yourself)Complex CI/CD pipelines using github actions for automatic testing and release management.Linting + Automatic Code Coverage scriptsDartDoc Generated DocumentationIf you like it, a star on github would be great🌟😁The apks for downloading are available under the releases tag in github aswell as on this drive link.Github: https://github.com/arafaysaleem/ez_tickets_appDrive: https://drive.google.com/drive/folders/1v7iHxgygzObno7DKGU2FFc2__NS0nZ2-The project is open source so feel free to fork and contribute.Thanks❤️
January 14, 2022 at 06:47PM by abdur_rafay_saleem
https://ift.tt/3GvFJLS
GitHub
GitHub - arafaysaleem/ez_tickets_app: A cinema ticket booking app made with Flutter SDK
A cinema ticket booking app made with Flutter SDK. Contribute to arafaysaleem/ez_tickets_app development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Why Every Flutter Dev Should Care About BuildContext
https://ift.tt/3nuiuue
January 14, 2022 at 09:14PM by Nash0x7E2
https://ift.tt/3fwE2Sh
Why Every Flutter Dev Should Care About BuildContext
https://ift.tt/3nuiuue
January 14, 2022 at 09:14PM by Nash0x7E2
https://ift.tt/3fwE2Sh
Medium
Why Every Flutter Dev Should Care About BuildContext
While the quest for abstraction and the purist’s assertion that all APIs should be simple by design are both noble pursuits, there is a…
New post on /r/flutterdev subreddit:
A Recipe app aimed at parents for weaning babies and toddlers
Hi all, Can you please provide feedback on my app, I put it in the store a month or so ago so my friends and family can test it. They are not the best testers though because 'looks good' doesn't help me improve.If you would be so kind, please provide some feedback.Family Bites
January 14, 2022 at 09:37PM by b0atBuy3r
https://ift.tt/3rqGu2C
A Recipe app aimed at parents for weaning babies and toddlers
Hi all, Can you please provide feedback on my app, I put it in the store a month or so ago so my friends and family can test it. They are not the best testers though because 'looks good' doesn't help me improve.If you would be so kind, please provide some feedback.Family Bites
January 14, 2022 at 09:37PM by b0atBuy3r
https://ift.tt/3rqGu2C
Google Play
Family Bites - Apps on Google Play
Recipe app aimed at parents, to help cook healthy meals for their young family.
New post on /r/flutterdev subreddit:
New embedding for Flutter Web apps
We've been working to improve how Flutter web apps render into a page (with the end goal of rendering a flutter web app in any element of the DOM, and not just taking over the whole body tag), and we have a bunch of design documents to show for it! :PHere's the main design doc, which should describe the whole project (this is evolving as we learn more):https://flutter.dev/go/web-astral-projectionsIt is not very detailed yet (because there's still things that we don't know), but the document will keep evolving as the project progresses. Each sub-project that we come up with will have a more detailed design doc.We determined that the first step to achieving the custom element embedding was to yield control to the programmer of the bootstrap of a flutter web app, here's the design doc for those changes:https://flutter.dev/go/web-programmatic-bootstrapThe above proposes a mechanism to programmatically initialize Flutter Web apps as needed from JS, and not "as soon as the main.dart.js finishes loading", which is the current behavior. (disclaimer: it still renders covering the whole body tag, however!)Here's a PR with some of the code described on the second document, as a PoC (no tests, some broken, but the idea is there):https://github.com/flutter/flutter/pull/95379I've deployed an app that uses the new bootstrapping process here, you can just "view source" to see how I used the new API:https://dit-tests.web.appEverybody should be able to comment in the above docs and PR, in this post, and in Flutter's Discord server!Thanks for reading this wall of words!
January 14, 2022 at 11:09PM by ditman-dev
https://ift.tt/3nuMp5v
New embedding for Flutter Web apps
We've been working to improve how Flutter web apps render into a page (with the end goal of rendering a flutter web app in any element of the DOM, and not just taking over the whole body tag), and we have a bunch of design documents to show for it! :PHere's the main design doc, which should describe the whole project (this is evolving as we learn more):https://flutter.dev/go/web-astral-projectionsIt is not very detailed yet (because there's still things that we don't know), but the document will keep evolving as the project progresses. Each sub-project that we come up with will have a more detailed design doc.We determined that the first step to achieving the custom element embedding was to yield control to the programmer of the bootstrap of a flutter web app, here's the design doc for those changes:https://flutter.dev/go/web-programmatic-bootstrapThe above proposes a mechanism to programmatically initialize Flutter Web apps as needed from JS, and not "as soon as the main.dart.js finishes loading", which is the current behavior. (disclaimer: it still renders covering the whole body tag, however!)Here's a PR with some of the code described on the second document, as a PoC (no tests, some broken, but the idea is there):https://github.com/flutter/flutter/pull/95379I've deployed an app that uses the new bootstrapping process here, you can just "view source" to see how I used the new API:https://dit-tests.web.appEverybody should be able to comment in the above docs and PR, in this post, and in Flutter's Discord server!Thanks for reading this wall of words!
January 14, 2022 at 11:09PM by ditman-dev
https://ift.tt/3nuMp5v
Google Docs
Astral Projections for Flutter Web (PUBLICLY SHARED)
SUMMARY Enabling out-of-<body> experiences for Flutter Web apps. Author: David Iglesias (ditman@) Go Link: flutter.dev/go/web-astral-projections Created: November/2021 / Last updated: November/2021 OBJECTIVE This document describes the modifications required…
New post on /r/flutterdev subreddit:
Flutter Firebase Notifications and Open Particular Screen on Clicking on Push Notification
https://ift.tt/3ioVo2I
January 15, 2022 at 04:08AM by rrtutors
https://ift.tt/3InAXkf
Flutter Firebase Notifications and Open Particular Screen on Clicking on Push Notification
https://ift.tt/3ioVo2I
January 15, 2022 at 04:08AM by rrtutors
https://ift.tt/3InAXkf
Rrtutors
Flutter Firebase Notifications and Open Particular Screen on Clicking on Push Notification
Flutter Firebase Push notification integration and Navigate to specific screen on notification click events
New post on /r/flutterdev subreddit:
Flutter Web: Asset image not showing after release.
I am using html renderer and everything is working fine but after release same assets images are not displayed. I used this flutter build web --web-renderer html --release
January 15, 2022 at 04:06AM by redHero0010
https://ift.tt/3A0Ahhr
Flutter Web: Asset image not showing after release.
I am using html renderer and everything is working fine but after release same assets images are not displayed. I used this flutter build web --web-renderer html --release
January 15, 2022 at 04:06AM by redHero0010
https://ift.tt/3A0Ahhr
reddit
Flutter Web: Asset image not showing after release.
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
The best way to import icons in Flutter (and to test them!)
https://ift.tt/3nsQE1t
January 15, 2022 at 10:01AM by BeGuillaume
https://ift.tt/3tv31h2
The best way to import icons in Flutter (and to test them!)
https://ift.tt/3nsQE1t
January 15, 2022 at 10:01AM by BeGuillaume
https://ift.tt/3tv31h2
Guillaume Bernos
The best way to import icons in Flutter (and to test them!)
Icons are inherent to all applications. Even if you can use the Material Icons included in Flutter, you might need custom ones. I was surprised to see people still using flutter_svg or other methods to handle icon rendering. In this tutorial, I will guide…
New post on /r/flutterdev subreddit:
Role of DSA in a flutter app performance.
What role does those efficient DSs & Algorithms play in a flutter app's performance ? Are they mandatory if I want to make an excellent performing app with tons of animations and features ?
January 15, 2022 at 12:07PM by revolutionizer019
https://ift.tt/33EX9qU
Role of DSA in a flutter app performance.
What role does those efficient DSs & Algorithms play in a flutter app's performance ? Are they mandatory if I want to make an excellent performing app with tons of animations and features ?
January 15, 2022 at 12:07PM by revolutionizer019
https://ift.tt/33EX9qU
reddit
Role of DSA in a flutter app performance.
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Auto Route with firebase authentication.
Guys, I have been working on my projects where I use the autoroute package for navigation since it's the first time to use the autoroute package so I don't know about it very much.I want to use firebase authentication in my application but I don't know how can I link it's with an autoroute I tried everything thing which I know but nothing work or there is no articles or video are available.
January 15, 2022 at 01:39PM by Prashant_4200
https://ift.tt/3A3bZn9
Auto Route with firebase authentication.
Guys, I have been working on my projects where I use the autoroute package for navigation since it's the first time to use the autoroute package so I don't know about it very much.I want to use firebase authentication in my application but I don't know how can I link it's with an autoroute I tried everything thing which I know but nothing work or there is no articles or video are available.
January 15, 2022 at 01:39PM by Prashant_4200
https://ift.tt/3A3bZn9
reddit
Auto Route with firebase authentication.
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Top Flutter Packages of 2021 - PUB.DEV RELEASES
https://youtube.com/watch?v=RPrcXDXn5Qc&feature=share
January 15, 2022 at 04:21PM by syntacops
https://ift.tt/3tzx2MO
Top Flutter Packages of 2021 - PUB.DEV RELEASES
https://youtube.com/watch?v=RPrcXDXn5Qc&feature=share
January 15, 2022 at 04:21PM by syntacops
https://ift.tt/3tzx2MO
YouTube
Top Flutter Packages of 2021 - PUB.DEV RELEASES
In 2021 I have presented you over 500 of the top Flutter packages. In this video I show you which of the weekly mentioned packages are the most liked ones of 2021.
#top #flutter #packages
📺 FULL PLAYLIST: http://releases.syntacops.com
💗 SUPPORT MY WORK:…
#top #flutter #packages
📺 FULL PLAYLIST: http://releases.syntacops.com
💗 SUPPORT MY WORK:…
New post on /r/flutterdev subreddit:
Why shouldn’t I use GetX?
I am new to Flutter and I have been building an app with rails API backend for the past 2 months. We decided on GetX for building the MVP.I am seeing a lot of hate towards this package. Why?How should I go about considering the alternatives?
January 15, 2022 at 10:37PM by TheCouchEmperor
https://ift.tt/34OcvK5
Why shouldn’t I use GetX?
I am new to Flutter and I have been building an app with rails API backend for the past 2 months. We decided on GetX for building the MVP.I am seeing a lot of hate towards this package. Why?How should I go about considering the alternatives?
January 15, 2022 at 10:37PM by TheCouchEmperor
https://ift.tt/34OcvK5
New post on /r/flutterdev subreddit:
Best Backend for Flutter App?
Hello, I'm a newbie here and I would like to know what backend to use best. I have heard of Node.js for react native apps, is there an equivalent of that in flutter? Any suggestions on what the best most scalable backend setup would be?
January 16, 2022 at 02:11AM by boomboombrrr
https://ift.tt/3fpQ1kO
Best Backend for Flutter App?
Hello, I'm a newbie here and I would like to know what backend to use best. I have heard of Node.js for react native apps, is there an equivalent of that in flutter? Any suggestions on what the best most scalable backend setup would be?
January 16, 2022 at 02:11AM by boomboombrrr
https://ift.tt/3fpQ1kO
reddit
Best Backend for Flutter App?
Hello, I'm a newbie here and I would like to know what backend to use best. I have heard of Node.js for react native apps, is there an equivalent...
New post on /r/flutterdev subreddit:
What's the role of DSA in a flutter app performance?
What role does those efficient DSs & Algorithms play in a flutter app's performance ? Are they mandatory if I want to make an excellent performing app with tons of animations and features ?
January 16, 2022 at 03:13AM by revolutionizer019
https://ift.tt/3GtLVnw
What's the role of DSA in a flutter app performance?
What role does those efficient DSs & Algorithms play in a flutter app's performance ? Are they mandatory if I want to make an excellent performing app with tons of animations and features ?
January 16, 2022 at 03:13AM by revolutionizer019
https://ift.tt/3GtLVnw
Reddit
r/FlutterDev - What's the role of DSA in a flutter app performance?
Posted in the FlutterDev community.
New post on /r/flutterdev subreddit:
PHP Not Then What ?
Hi everyone 👋 I hope you be best 👌 Well recently I have started to learn php but after that I found people like [this person](http:// https://link.medium.com/1iH5suS7Qmb) who say isn't a good idea to start learning php for 2022. Despite the fact that most of websites were written with that and it is more popular than other programming languages. I'm really wonder which programming languages for web development is best choice to start learning in 2022 🤔 ?I know it's hard to say which one is best in this field, but I'm appreciate anyone who help which language for what reason is good and also worth it to learn in future.I know this reddit community isn't place for this question 🤦🏻♂️, but I tried to post in programming community but they don't tell me to ask because of my low karma or they had close the text question🤦🏻♂️.I'm really appreciate ones who help me.Best for all. Best Regards.
January 16, 2022 at 06:42AM by RedditRedditi
https://ift.tt/3qtfVue
PHP Not Then What ?
Hi everyone 👋 I hope you be best 👌 Well recently I have started to learn php but after that I found people like [this person](http:// https://link.medium.com/1iH5suS7Qmb) who say isn't a good idea to start learning php for 2022. Despite the fact that most of websites were written with that and it is more popular than other programming languages. I'm really wonder which programming languages for web development is best choice to start learning in 2022 🤔 ?I know it's hard to say which one is best in this field, but I'm appreciate anyone who help which language for what reason is good and also worth it to learn in future.I know this reddit community isn't place for this question 🤦🏻♂️, but I tried to post in programming community but they don't tell me to ask because of my low karma or they had close the text question🤦🏻♂️.I'm really appreciate ones who help me.Best for all. Best Regards.
January 16, 2022 at 06:42AM by RedditRedditi
https://ift.tt/3qtfVue
Medium
Programming Languages to Avoid and Learn in 2022.
Things I didn’t know when I started coding.
New post on /r/flutterdev subreddit:
What is my road to start creating a server ?
Hi everyone 👋 I hope you be best 👌 Well after I start flutter development, I have found I need a personal server. I know firebase is a good choice, but I really wanna to create my own server. I'm wonder what is my road to plan 🤔 ?Sofwares for example Best Programming language for that ? Yah, I know there isn't called "best" but I wanna one that is good now and in future . Hardwares like related devices that there are to use ?I'm really appreciate ones who help me 🙏🙏🙏🙏 🙏Best for all. Best Regards.
January 16, 2022 at 07:32AM by RedditRedditi
https://ift.tt/3Fxtnl7
What is my road to start creating a server ?
Hi everyone 👋 I hope you be best 👌 Well after I start flutter development, I have found I need a personal server. I know firebase is a good choice, but I really wanna to create my own server. I'm wonder what is my road to plan 🤔 ?Sofwares for example Best Programming language for that ? Yah, I know there isn't called "best" but I wanna one that is good now and in future . Hardwares like related devices that there are to use ?I'm really appreciate ones who help me 🙏🙏🙏🙏 🙏Best for all. Best Regards.
January 16, 2022 at 07:32AM by RedditRedditi
https://ift.tt/3Fxtnl7
Reddit
r/FlutterDev - What is my road to start creating a server ?
5 votes and 60 comments so far on Reddit
New post on /r/flutterdev subreddit:
Spotube, A lightweight free Spotify desktop-client made with flutter
Project: https://github.com/KRTirtho/spotubeWhat is it?Spotube is a Flutter based lightweight Spotify client. It utilizes the power of Spotify & Youtube's public API & creates a hazardless, performant & resource friendly User Experience without Spotify Premium AccountWhat it offers?Open SourceNo telementry, diagnostics or user data collectionLightweight & resource friendlyNative performance (Thanks to Flutter+Skia)Playback control is on user's machine instead of being server basedSmall bundle size & less data hungryNo spotify or youtube ads since it uses all public & free APIs (But it's recommended to support the creators by watching/liking/subscribing to the artists youtube channel or add as favourite track in spotify. Mostly buying spotify premium is the best way to support their valuable creations)Lyrics (powered by genius.com)
January 16, 2022 at 02:00PM by krtirtho
https://ift.tt/3KgF6b7
Spotube, A lightweight free Spotify desktop-client made with flutter
Project: https://github.com/KRTirtho/spotubeWhat is it?Spotube is a Flutter based lightweight Spotify client. It utilizes the power of Spotify & Youtube's public API & creates a hazardless, performant & resource friendly User Experience without Spotify Premium AccountWhat it offers?Open SourceNo telementry, diagnostics or user data collectionLightweight & resource friendlyNative performance (Thanks to Flutter+Skia)Playback control is on user's machine instead of being server basedSmall bundle size & less data hungryNo spotify or youtube ads since it uses all public & free APIs (But it's recommended to support the creators by watching/liking/subscribing to the artists youtube channel or add as favourite track in spotify. Mostly buying spotify premium is the best way to support their valuable creations)Lyrics (powered by genius.com)
January 16, 2022 at 02:00PM by krtirtho
https://ift.tt/3KgF6b7
GitHub
GitHub - KRTirtho/spotube: 🎧 Open source music client! Available for both desktop & mobile!
🎧 Open source music client! Available for both desktop & mobile! - KRTirtho/spotube
New post on /r/flutterdev subreddit:
FlutterForce — Week 153
https://ift.tt/3rnSbH5
January 16, 2022 at 02:28PM by flutterist
https://ift.tt/34LHc2w
FlutterForce — Week 153
https://ift.tt/3rnSbH5
January 16, 2022 at 02:28PM by flutterist
https://ift.tt/34LHc2w
Medium
FlutterForce — #Week 153
Weekly Flutter Resources
New post on /r/flutterdev subreddit:
Dart Web UI Framework based on HTML Elements inspired by Flutter
Motivation There are not enough JavaScript frameworks out there! Let's create one with Dart, which feels like programming with Flutter! Our requirements when starting with this were:Create a web app with dart so we can use our existing librariesWe have experience with Flutter so create something that works and feels similarUse a UI framework with Dart on Web which works:Dart-Angular seems to have no futureVue-Dart has probably been canceledDart-React has no Null Safety and even no Type SafetyThis made us creating a very minimal own single-page-application framework with Dart on web:Widgets Similar to Flutter we say: Everything is a widget. But instead of using Flutter widgets we use HTML Elements to create widgets with them. A basic widget looks like this: .New Web Framework for Dart inspired by flutter
January 16, 2022 at 03:37PM by kefayatt
https://ift.tt/3nyPSQn
Dart Web UI Framework based on HTML Elements inspired by Flutter
Motivation There are not enough JavaScript frameworks out there! Let's create one with Dart, which feels like programming with Flutter! Our requirements when starting with this were:Create a web app with dart so we can use our existing librariesWe have experience with Flutter so create something that works and feels similarUse a UI framework with Dart on Web which works:Dart-Angular seems to have no futureVue-Dart has probably been canceledDart-React has no Null Safety and even no Type SafetyThis made us creating a very minimal own single-page-application framework with Dart on web:Widgets Similar to Flutter we say: Everything is a widget. But instead of using Flutter widgets we use HTML Elements to create widgets with them. A basic widget looks like this: .New Web Framework for Dart inspired by flutter
January 16, 2022 at 03:37PM by kefayatt
https://ift.tt/3nyPSQn
Dart packages
wupper | Dart Package
Dart Web UI Framework based on HTML Elements inspired by Flutter
New post on /r/flutterdev subreddit:
Minimalist Guide to REST API
https://ift.tt/33p7c3t
January 16, 2022 at 04:48PM by iisprey
https://ift.tt/3GBjy6S
Minimalist Guide to REST API
https://ift.tt/33p7c3t
January 16, 2022 at 04:48PM by iisprey
https://ift.tt/3GBjy6S
Medium
Minimalist Guide to REST API
Introduction to RESTful API
New post on /r/flutterdev subreddit:
App Localization in Flutter
https://ift.tt/3FC7DEy
January 16, 2022 at 04:46PM by SncOne_
https://ift.tt/3qyr9xw
App Localization in Flutter
https://ift.tt/3FC7DEy
January 16, 2022 at 04:46PM by SncOne_
https://ift.tt/3qyr9xw
Medium
App Localization in Flutter
Flutter Easy Localization
New post on /r/flutterdev subreddit:
Is is okay if both my ios and android apps has the identical bundle id?
From my experience app and play stores does not care, it just has to be unique within their own store but is there any advantage or disadvantage of using the same bundle identifier?android: com.neat.app ios: com.neat.appOr different for each app:android: com.neat.android ios: com.neat.ios
January 16, 2022 at 05:28PM by NeatFastro
https://ift.tt/3A7I25h
Is is okay if both my ios and android apps has the identical bundle id?
From my experience app and play stores does not care, it just has to be unique within their own store but is there any advantage or disadvantage of using the same bundle identifier?android: com.neat.app ios: com.neat.appOr different for each app:android: com.neat.android ios: com.neat.ios
January 16, 2022 at 05:28PM by NeatFastro
https://ift.tt/3A7I25h
reddit
Is is okay if both my ios and android apps has the identical...
From my experience app and play stores does not care, it just has to be unique within their own store but is there any advantage or disadvantage...