New post on /r/flutterdev subreddit:
Probably a stupid question
With an idea in mind and starting a project fresh. Knowing that you want to target, web and mobile devices.Do you start with one platform web or android or iOS. Then the next and the next. If so would you start web or mobile?Or do you start with the basics, UI navigation or something and test across all platforms and then next stage.I understand the concept of one codebase for all platforms but in my experience this doesn't always work out great and tweaks etc are inevitable.
February 23, 2022 at 12:26PM by b0atBuy3r
https://ift.tt/ZDevAQq
Probably a stupid question
With an idea in mind and starting a project fresh. Knowing that you want to target, web and mobile devices.Do you start with one platform web or android or iOS. Then the next and the next. If so would you start web or mobile?Or do you start with the basics, UI navigation or something and test across all platforms and then next stage.I understand the concept of one codebase for all platforms but in my experience this doesn't always work out great and tweaks etc are inevitable.
February 23, 2022 at 12:26PM by b0atBuy3r
https://ift.tt/ZDevAQq
reddit
Probably a stupid question
With an idea in mind and starting a project fresh. Knowing that you want to target, web and mobile devices. Do you start with one platform web...
New post on /r/flutterdev subreddit:
Get notified when you’re close to a specific place.
Hello! I created a collections on firebase with all the localisations of touristic spots. I now want to notify the users when he’s close to one of these places. How do I fetch the data from firebase and how do I use it with the user current localisation to trigger the notification ? Any links ? Ideas ?
February 23, 2022 at 04:13PM by International_Ad1881
https://ift.tt/WBVAlby
Get notified when you’re close to a specific place.
Hello! I created a collections on firebase with all the localisations of touristic spots. I now want to notify the users when he’s close to one of these places. How do I fetch the data from firebase and how do I use it with the user current localisation to trigger the notification ? Any links ? Ideas ?
February 23, 2022 at 04:13PM by International_Ad1881
https://ift.tt/WBVAlby
reddit
Get notified when you’re close to a specific place.
Hello! I created a collections on firebase with all the localisations of touristic spots. I now want to notify the users when he’s close to one of...
New post on /r/flutterdev subreddit:
Flutter: Speed up your workflow with a custom project creation script - gskinner blog
https://ift.tt/7w3jG8u
February 23, 2022 at 05:01PM by gskinner_team
https://ift.tt/0F9gw13
Flutter: Speed up your workflow with a custom project creation script - gskinner blog
https://ift.tt/7w3jG8u
February 23, 2022 at 05:01PM by gskinner_team
https://ift.tt/0F9gw13
gskinner blog
Flutter: Speed up your workflow with a custom project creation script
For some reason, starting a new project always brings a small feeling of inherent joy and excitement. There is something about a clean slate that is just very comforting, the lack of constraints,...
New post on /r/flutterdev subreddit:
What I learned building a Flutter app for 5 platforms
Hey everyone! Wanted to share out a blog post I wrote up recently summarizing my experimenting with Flutter & Dart this past year to build a cross-platform app on iOS, Android, desktop web, mobile web and as a Chrome extension.Would be happy to chat about any questions or feedback folks might have on some of the things I go over. Happy coding!https://blog.pollyn.app/posts/2022-02-23-flutter-five/
February 23, 2022 at 04:49PM by ameridanreynolds
https://ift.tt/Sc0PwEA
What I learned building a Flutter app for 5 platforms
Hey everyone! Wanted to share out a blog post I wrote up recently summarizing my experimenting with Flutter & Dart this past year to build a cross-platform app on iOS, Android, desktop web, mobile web and as a Chrome extension.Would be happy to chat about any questions or feedback folks might have on some of the things I go over. Happy coding!https://blog.pollyn.app/posts/2022-02-23-flutter-five/
February 23, 2022 at 04:49PM by ameridanreynolds
https://ift.tt/Sc0PwEA
blog.pollyn.app
Flutter on Five Platforms 💙
A deep dive into what I learned building a cross-platform app with Flutter.
New post on /r/flutterdev subreddit:
Should Flutter be my main or backup?
Flutter is a great language with my experience so far. However, finding a job or opportunities is harder than other languages—specially the number of them. So should I change my main to another language that is easier to find a job? What have you done so far?
February 23, 2022 at 04:19PM by gokser
https://ift.tt/SGIx2sr
Should Flutter be my main or backup?
Flutter is a great language with my experience so far. However, finding a job or opportunities is harder than other languages—specially the number of them. So should I change my main to another language that is easier to find a job? What have you done so far?
February 23, 2022 at 04:19PM by gokser
https://ift.tt/SGIx2sr
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
New tweet from FlutterDev:
🙌 Keep up the great work, @flutter_adam! #FlutterPuzzleHack https://t.co/DYLpQB0or6— Flutter (@FlutterDev) Feb 23, 2022
February 23, 2022 at 05:00PM
https://twitter.com/FlutterDev/status/1496515191881748485
🙌 Keep up the great work, @flutter_adam! #FlutterPuzzleHack https://t.co/DYLpQB0or6— Flutter (@FlutterDev) Feb 23, 2022
February 23, 2022 at 05:00PM
https://twitter.com/FlutterDev/status/1496515191881748485
New post on /r/flutterdev subreddit:
Would this `local_data_manager` package be useful to publish to pub.dev?
TL;DR: take a look at this package, let me know if it seems useful: https://github.com/antholeole/local_data_manager/blob/main/README.mdHi there! I seem to find that there's a lot of utilities I carry over from project to project, and decided it's about time I standardize them into packages.But before I go through all the work of writing CI/CD, fully testing every corner, I'd like to ask the community if this is something that they would see useful, or if there are already existing solutions.the problem for me is that I use
February 23, 2022 at 05:21PM by SnooPears7079
https://ift.tt/69Vqlp7
Would this `local_data_manager` package be useful to publish to pub.dev?
TL;DR: take a look at this package, let me know if it seems useful: https://github.com/antholeole/local_data_manager/blob/main/README.mdHi there! I seem to find that there's a lot of utilities I carry over from project to project, and decided it's about time I standardize them into packages.But before I go through all the work of writing CI/CD, fully testing every corner, I'd like to ask the community if this is something that they would see useful, or if there are already existing solutions.the problem for me is that I use
path_provider
all the time to store data locally, but I don't like three aspects:It isn't type-safe: I have to go through the same boilerplate of reading the file, converting it to Map<String, dynamic>
, and then calling toJson
. since I do this every time, I've abstracted it in an easy API.path_provider
isn't supported for web, but all I really care about is the persistence functionality. Since shared_prefrences
uses a solid persistence backing in web, I always default to using it when writing to support web.Kind of falls into point one, but I do this for every project. This means that it's a well abstracted idea that might be useful in the wider Flutter communities projects.Here's the readme for the github if you could take a look and let me know your thoughts:https://github.com/antholeole/local_data_manager/blob/main/README.mdI'm also thinking about integrating it with freezed or similar so that you can just add a @persistedSingleton
annotation to a class and then have the save(), delete(), load()
functions automagically generated.Thanks!View PollFebruary 23, 2022 at 05:21PM by SnooPears7079
https://ift.tt/69Vqlp7
New post on /r/flutterdev subreddit:
Golden test package from Betterment & VGV, this might solve the platform issue of golden_toolkit
https://twitter.com/VGVentures/status/1496531241100845060?s=20&t=pBfuoT5_P0OvjTMcJsO8Mg
February 23, 2022 at 06:32PM by TesteurManiak
https://ift.tt/1KDxgem
Golden test package from Betterment & VGV, this might solve the platform issue of golden_toolkit
https://twitter.com/VGVentures/status/1496531241100845060?s=20&t=pBfuoT5_P0OvjTMcJsO8Mg
February 23, 2022 at 06:32PM by TesteurManiak
https://ift.tt/1KDxgem
Twitter
Very Good Ventures 🦄💙
New golden test package from @Betterment x VGV: Alchemist! Try it out for: 🤖 Separate local & CI tests 📝 Declarative & terse testing API 📐 Automatic file sizing 🔧 Advanced configuration 🌈 Easy theme customization and more! github.com/Betterment/alc…
New post on /r/flutterdev subreddit:
Read SMS in Flutter with SMS Retriever
https://ift.tt/9Zx5fPK
February 23, 2022 at 06:31PM by rrtutors
https://ift.tt/HzSsF3l
Read SMS in Flutter with SMS Retriever
https://ift.tt/9Zx5fPK
February 23, 2022 at 06:31PM by rrtutors
https://ift.tt/HzSsF3l
Rrtutors
Read Inbox Messages - Flutter SMS Retriever
Read Messages From Phone Inbox and Display all the Messages
New post on /r/flutterdev subreddit:
Sudden error while rebuilding the app - Flutter
Sorry to bother,I've been rebuilding all afternoon my app, and literally running it again and again each line of code, and nothing happened, always with no errors. In the part that I had got stuck with a stupid error last time, I reran, and nothing. I then reran again just for good measure and I got the same fucking stupid error. Could someone know how to fix this?In advance, thanks for any help, flutter gets me god damn weak sometimes.*error description:** Where:Build file 'C:\Users\Miguel\Desktop\GERAL\Miguel\PrRrOjJ\NOVOADN\Flutter\testefirebase\android\app\build.gradle' line: 28* What went wrong:A problem occurred evaluating project ':app'.> No signature of method: build_1glta3cv5xivxcrzmw6u8ib1s.android() is applicable for argument types: (build_1glta3cv5xivxcrzmw6u8ib1s$_run_closure2) values: [build_1glta3cv5xivxcrzmw6u8ib1s$_run_closure2@4fea937a]screenshot of the code: (i didn't changed a thing, since it had appointed no errors, I don't fucking know what the hell could be wrong with line 28)https://imgur.com/a/mp3Vm4Y
February 23, 2022 at 07:56PM by Moms_Spaghetterino
https://ift.tt/pE0R1bS
Sudden error while rebuilding the app - Flutter
Sorry to bother,I've been rebuilding all afternoon my app, and literally running it again and again each line of code, and nothing happened, always with no errors. In the part that I had got stuck with a stupid error last time, I reran, and nothing. I then reran again just for good measure and I got the same fucking stupid error. Could someone know how to fix this?In advance, thanks for any help, flutter gets me god damn weak sometimes.*error description:** Where:Build file 'C:\Users\Miguel\Desktop\GERAL\Miguel\PrRrOjJ\NOVOADN\Flutter\testefirebase\android\app\build.gradle' line: 28* What went wrong:A problem occurred evaluating project ':app'.> No signature of method: build_1glta3cv5xivxcrzmw6u8ib1s.android() is applicable for argument types: (build_1glta3cv5xivxcrzmw6u8ib1s$_run_closure2) values: [build_1glta3cv5xivxcrzmw6u8ib1s$_run_closure2@4fea937a]screenshot of the code: (i didn't changed a thing, since it had appointed no errors, I don't fucking know what the hell could be wrong with line 28)https://imgur.com/a/mp3Vm4Y
February 23, 2022 at 07:56PM by Moms_Spaghetterino
https://ift.tt/pE0R1bS
Imgur
Post with 6 views.
New post on /r/flutterdev subreddit:
Hiring full time Flutter Developer
App startup currently negotiating chain wide contract. Need Flutter dev ASAP. Lots of perks, but must be startup caliber. Based in Dallas, Texas but can be 100% WFH.Website is currently shitty, we're working on it. But check it out: www.vsblapp.comSearch VSBL App in App Store & Google Play.Senior Application Developer working very closely to CEO, CTO & CPO.Shoot me an email with your resume & contact info if interested! We are not a typical company. No corporate bureaucracy.[scott@vsblapp.com](mailto:scott@vsblapp.com)Technologies we use (You do not need to know all):Flutter FrameworkDartPython (Flask and lambda)MySQLAWS lambdaAWS RDS (Relational Database Services)AWS EC2 (Elastic Cloud Compute)AWS Route53Google Firebase
February 23, 2022 at 08:47PM by vsblapp
https://ift.tt/W8Yz1Bi
Hiring full time Flutter Developer
App startup currently negotiating chain wide contract. Need Flutter dev ASAP. Lots of perks, but must be startup caliber. Based in Dallas, Texas but can be 100% WFH.Website is currently shitty, we're working on it. But check it out: www.vsblapp.comSearch VSBL App in App Store & Google Play.Senior Application Developer working very closely to CEO, CTO & CPO.Shoot me an email with your resume & contact info if interested! We are not a typical company. No corporate bureaucracy.[scott@vsblapp.com](mailto:scott@vsblapp.com)Technologies we use (You do not need to know all):Flutter FrameworkDartPython (Flask and lambda)MySQLAWS lambdaAWS RDS (Relational Database Services)AWS EC2 (Elastic Cloud Compute)AWS Route53Google Firebase
February 23, 2022 at 08:47PM by vsblapp
https://ift.tt/W8Yz1Bi
Vsblapp
VSBL - The unified restaurant experience
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…