New post on /r/flutterdev subreddit:
Flutter and Firebase
Hi AllHope everyone is good.I've just started a course on Flutter (Dart) in order to build out an app that I've been designing.I'd heard about Firebase as a MbaaS and it's ease of implementation, particularly for somebody new to programming such as myself, and as such I had presumed I would use it for user authentication, database and maybe a couple of other things.However, having just compared the pricing of user authentication between Firebase and Cognito or even Google the price difference is vast and using Firebase user authentication at any kind of scale seems untenable, particularly in comparison to user authentication cost with other providers.I appreciate that Firebase is an 'all-in-one' MbaaS package and as such the cost reflects the ease of implementing it, however why not just go with AWS Amplify? or Azure App Service?I know Firebase has good support/integration with Flutter, and at present I don't believe AWS Amplify actually officially supports Flutter (Dart) although I believe there are a couple of workarounds?/plugins? to enable Flutter + AWS Amplify.Apologies if I'm being naive or ignorant, but wondered if anybody could provide some advice?
July 15, 2020 at 09:41PM by 2020Corp
https://ift.tt/3fwSGHD
Flutter and Firebase
Hi AllHope everyone is good.I've just started a course on Flutter (Dart) in order to build out an app that I've been designing.I'd heard about Firebase as a MbaaS and it's ease of implementation, particularly for somebody new to programming such as myself, and as such I had presumed I would use it for user authentication, database and maybe a couple of other things.However, having just compared the pricing of user authentication between Firebase and Cognito or even Google the price difference is vast and using Firebase user authentication at any kind of scale seems untenable, particularly in comparison to user authentication cost with other providers.I appreciate that Firebase is an 'all-in-one' MbaaS package and as such the cost reflects the ease of implementing it, however why not just go with AWS Amplify? or Azure App Service?I know Firebase has good support/integration with Flutter, and at present I don't believe AWS Amplify actually officially supports Flutter (Dart) although I believe there are a couple of workarounds?/plugins? to enable Flutter + AWS Amplify.Apologies if I'm being naive or ignorant, but wondered if anybody could provide some advice?
July 15, 2020 at 09:41PM by 2020Corp
https://ift.tt/3fwSGHD
reddit
Flutter and Firebase
Hi All Hope everyone is good. I've just started a course on Flutter (Dart) in order to build out an app that I've been designing. I'd heard...
New post on /r/flutterdev subreddit:
Jakub Biliński - An in-depth analysis of using Flutter in the Enterprise...
https://www.youtube.com/watch?v=CR8OXnWSg6I&feature=share
July 15, 2020 at 10:27PM by Pixelreddit
https://ift.tt/391G2Ol
Jakub Biliński - An in-depth analysis of using Flutter in the Enterprise...
https://www.youtube.com/watch?v=CR8OXnWSg6I&feature=share
July 15, 2020 at 10:27PM by Pixelreddit
https://ift.tt/391G2Ol
YouTube
Jakub Biliński - An in-depth analysis of using Flutter in the Enterprise environment -Flutter Warsaw
Flutter Warsaw Meetup #13In this talk you will see:- comparison of cross-platform mobile frameworks to rebuild the bank app- choosing the right architecture ...
New post on Flutter Dev Google group:
Open other apps
Hi, I'm new to Android/Flutter development and facing a serious issue while trying to open another app out of my Flutter application. I tried to use android_intent to open the other app in the following way (based on android_intent example
Open other apps
Hi, I'm new to Android/Flutter development and facing a serious issue while trying to open another app out of my Flutter application. I tried to use android_intent to open the other app in the following way (based on android_intent example
New post on Flutter Dev Google group:
Terminal
Hi! I world like to create a command line terminal with flutter android and IOS is this possible ? Thank you
July 15, 2020 at 10:50PM by jardin des geeks
https://ift.tt/2Owlggk
Terminal
Hi! I world like to create a command line terminal with flutter android and IOS is this possible ? Thank you
July 15, 2020 at 10:50PM by jardin des geeks
https://ift.tt/2Owlggk
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Flutter / Dart Ressources (presentations, examples, etc.)
Greetings everyone,TL;DR: I just released some learning material for Flutter!Long version:I have been working with Flutter for quite some time now and I have been enjoying it more than anything else (at least framework related). Mobile development has always been something i really enjoyed and Flutter has a very nice flow which hooked me from the very beginning.For the past semester at the University of Applied Sciences in Hamburg I had the opportunity to lecture a Flutter course. The students learned some basics about Dart (in comparison to Java since it is the most teached language there at the moment) and how to make use of Flutter to create mobile apps. In small teams the students worked towards their own app idea while following certain guidelines based on stuff they learned in previous software engineering courses to have some kind of realistic environment (documentation, stand-ups, prototyping, requirements, etc.). The results were great and all the students enjoyed learning Flutter and Dart and did like working with that framework. Getting more and more people to learn and use Flutter is my goal and teaching / helping those on the way is something i enjoy very much.In preparation for the Flutter course and for the theory part of the actual lectures I created some presentations (originally in German, translated them so they are accessible for everyone - might have some translating errors, sorry for that!) and created a GitHub repository containing some examples I included in those lectures and in the practical (hands-on) part where we did some live coding. The presentations and the repository have been used together with those lectures and I talked and showed the connections on the fly therefore some stuff might be out of context. I still wanted to make it accessible to everyone so maybe some of you might learn something as well!Presentations: https://blog.kounex.com/ressources/flutterGitHub repository: https://github.com/Kounex/flutter_companionPlease don't mind the homepage itself, it will be under construction for quite some time, at least until I have some more time to improve it and put more content in it. I wrote quite some comments inside the .dart files which might be helpful at last.Flutter has a lot of different suitable approaches concerning project layout, state management, performance considerations and so on. In this rather short time i tried to pick the most important topics and selected some approaches I liked and used for myself and taught those so the students would be able to make use of Flutter itself relatively fast instead of showing several (current) approaches and talk about them theoretically. I always pointed out where they can read more about certain topics and told them to try out different stuff later on if they want to use Flutter in the future!Enjoy the content!
July 15, 2020 at 10:53PM by Kounex
https://ift.tt/3fJfjIU
Flutter / Dart Ressources (presentations, examples, etc.)
Greetings everyone,TL;DR: I just released some learning material for Flutter!Long version:I have been working with Flutter for quite some time now and I have been enjoying it more than anything else (at least framework related). Mobile development has always been something i really enjoyed and Flutter has a very nice flow which hooked me from the very beginning.For the past semester at the University of Applied Sciences in Hamburg I had the opportunity to lecture a Flutter course. The students learned some basics about Dart (in comparison to Java since it is the most teached language there at the moment) and how to make use of Flutter to create mobile apps. In small teams the students worked towards their own app idea while following certain guidelines based on stuff they learned in previous software engineering courses to have some kind of realistic environment (documentation, stand-ups, prototyping, requirements, etc.). The results were great and all the students enjoyed learning Flutter and Dart and did like working with that framework. Getting more and more people to learn and use Flutter is my goal and teaching / helping those on the way is something i enjoy very much.In preparation for the Flutter course and for the theory part of the actual lectures I created some presentations (originally in German, translated them so they are accessible for everyone - might have some translating errors, sorry for that!) and created a GitHub repository containing some examples I included in those lectures and in the practical (hands-on) part where we did some live coding. The presentations and the repository have been used together with those lectures and I talked and showed the connections on the fly therefore some stuff might be out of context. I still wanted to make it accessible to everyone so maybe some of you might learn something as well!Presentations: https://blog.kounex.com/ressources/flutterGitHub repository: https://github.com/Kounex/flutter_companionPlease don't mind the homepage itself, it will be under construction for quite some time, at least until I have some more time to improve it and put more content in it. I wrote quite some comments inside the .dart files which might be helpful at last.Flutter has a lot of different suitable approaches concerning project layout, state management, performance considerations and so on. In this rather short time i tried to pick the most important topics and selected some approaches I liked and used for myself and taught those so the students would be able to make use of Flutter itself relatively fast instead of showing several (current) approaches and talk about them theoretically. I always pointed out where they can read more about certain topics and told them to try out different stuff later on if they want to use Flutter in the future!Enjoy the content!
July 15, 2020 at 10:53PM by Kounex
https://ift.tt/3fJfjIU
New post on /r/flutterdev subreddit:
Why is there so few Flutter jobs out there?
https://youtu.be/nUPGiGBmQLY
July 16, 2020 at 02:00AM by thehappyharis
https://ift.tt/2CyDFqh
Why is there so few Flutter jobs out there?
https://youtu.be/nUPGiGBmQLY
July 16, 2020 at 02:00AM by thehappyharis
https://ift.tt/2CyDFqh
YouTube
Why is there so few Flutter jobs out there?
Focus on being a good developer.👉 Pre Sign Up to Flutter Learning Platform :https://learncodecode.com/fluter-learning-platform🔥 Check out my courses - http...
New post on Flutter Dev Google group:
url launcher phone - mail
i use url launcher to open phone app and email app, it works just fine in android but in ios it doesn't work!, i tried a few solutions but none worked. here's the code i use: void customLaunch (command) async{ if(await canLaunch(command)){ await launch(command); } else{ print("could
July 16, 2020 at 02:55AM by Yasin
https://ift.tt/3h4ik77
url launcher phone - mail
i use url launcher to open phone app and email app, it works just fine in android but in ios it doesn't work!, i tried a few solutions but none worked. here's the code i use: void customLaunch (command) async{ if(await canLaunch(command)){ await launch(command); } else{ print("could
July 16, 2020 at 02:55AM by Yasin
https://ift.tt/3h4ik77
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Publishing my First App. Tips?
I have been using flutter on and off for quite a while, though it used to be a HUGE hassle trying to learn different Widgets and making them work together flutter REALLY has come a long way. I'd like to thank you all for your docs, tips and tricks.
I have recently come to an agreement with a local gym I go to quite frequently and I made a few Flutter App mockups and the owners loved it! I am still working hard but I might end up publishing my own app, which is very exiting and very frightening at the same time, since I do not have any experience. I am getting an Apple Dev account soon and I have already tested my app on android. works pretty well! (using Firebase Auth for now)Any tips? or articles -other than flutters guide to publishing an app- I should read before going a head with this process? I'd love to hear you guys out.
I am also trying to document my learning and publishing process so others can learn from my mistakes
July 16, 2020 at 05:30AM by SinValentino
https://ift.tt/3j83eiN
Publishing my First App. Tips?
I have been using flutter on and off for quite a while, though it used to be a HUGE hassle trying to learn different Widgets and making them work together flutter REALLY has come a long way. I'd like to thank you all for your docs, tips and tricks.
I have recently come to an agreement with a local gym I go to quite frequently and I made a few Flutter App mockups and the owners loved it! I am still working hard but I might end up publishing my own app, which is very exiting and very frightening at the same time, since I do not have any experience. I am getting an Apple Dev account soon and I have already tested my app on android. works pretty well! (using Firebase Auth for now)Any tips? or articles -other than flutters guide to publishing an app- I should read before going a head with this process? I'd love to hear you guys out.
I am also trying to document my learning and publishing process so others can learn from my mistakes
July 16, 2020 at 05:30AM by SinValentino
https://ift.tt/3j83eiN
reddit
Publishing my First App. Tips?
I have been using flutter on and off for quite a while, though it used to be a HUGE hassle trying to learn different Widgets and making them work...
New post on /r/flutterdev subreddit:
Upgrading from ChangeNotifier
https://ift.tt/2ZCfT61
July 16, 2020 at 05:54AM by SameerKash
https://ift.tt/3jaR9Ju
Upgrading from ChangeNotifier
https://ift.tt/2ZCfT61
July 16, 2020 at 05:54AM by SameerKash
https://ift.tt/3jaR9Ju
Medium
Upgrading from ChangeNotifier
Using ChangeNotifier to architect your apps? Here’s how you can upgrade.
New post on /r/flutterdev subreddit:
How To Make Simple Flutter UI Design - Speed Coding
https://www.youtube.com/watch?v=jwEGeSTn97c&feature=share
July 16, 2020 at 07:28AM by flutter_constructor
https://ift.tt/2DMXcE6
How To Make Simple Flutter UI Design - Speed Coding
https://www.youtube.com/watch?v=jwEGeSTn97c&feature=share
July 16, 2020 at 07:28AM by flutter_constructor
https://ift.tt/2DMXcE6
YouTube
Simple Flutter UI Design - Speed Coding
This tutorial is about simple flutter UI design which i have made. hope you guys love this. it is easy to build flutter UI. try build your own flutter app.i ...
New post on /r/flutterdev subreddit:
How much is an app worth and how much to charge?
What I mean is, how do you charge clients? Do you do it by hours worked? Or by features in the app?I've been working on this app for someone, so I was just wondering if I could get an idea on how much it is "worth"I can't get too much in the details, so I'm gonna change the way I describe it. It actually isn't a book/library app, but the concepts are the same.It's an app which libraries can use to track how many times a book has been borrowed, who has borrowed it, and when it was last borrowed. There are also other details they can store about separate books, such as if they have any issues/need replacement. The borrowers can see which books are available, and where they are available. They may also see a history of all the books they borrowed.So first off, I believe this app will cost more to develop purely because it uses a database and may require a custom backend, not to mention, the hosting costs.I'd like to get some advice and insights. I've been doing app development for a while, and I'd consider myself well-versed with Flutter and I'd like to learn more. Thanks!
July 16, 2020 at 08:46AM by feed-6294-yeje
https://ift.tt/2Wrk3eG
How much is an app worth and how much to charge?
What I mean is, how do you charge clients? Do you do it by hours worked? Or by features in the app?I've been working on this app for someone, so I was just wondering if I could get an idea on how much it is "worth"I can't get too much in the details, so I'm gonna change the way I describe it. It actually isn't a book/library app, but the concepts are the same.It's an app which libraries can use to track how many times a book has been borrowed, who has borrowed it, and when it was last borrowed. There are also other details they can store about separate books, such as if they have any issues/need replacement. The borrowers can see which books are available, and where they are available. They may also see a history of all the books they borrowed.So first off, I believe this app will cost more to develop purely because it uses a database and may require a custom backend, not to mention, the hosting costs.I'd like to get some advice and insights. I've been doing app development for a while, and I'd consider myself well-versed with Flutter and I'd like to learn more. Thanks!
July 16, 2020 at 08:46AM by feed-6294-yeje
https://ift.tt/2Wrk3eG
reddit
How much is an app worth and how much to charge?
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
App Player - browse designs and run flutter code instantly
Hello, Flutter Community!There are several great websites where you can try your design (or any single-file application), see how it works in web mode, publish it, and show it to the world. You can also browse the designs of other creators. It's really great! But sometimes using a smartphone is handier. So why not have the same as a mobile app?Today we are excited to announce Flutter App Player - a mobile application where you can submit your design and browse the designs of others. Essentially the Player can compile any Dart code in seconds and run as a Flutter app right away, on the device. The speed of the app under execution is on par with runtime mode, so you get the same experience.In addition, you can also paste a link to a code snippet, or scan it as QR code and get it running in a moment.Currently, the Player is in early beta and has some limitations. They will be removed in some time. Please refer to the “About” page of the Player for a list of limitations and steps to add your design.https://play.google.com/store/apps/details?id=net.starmachine.playerPlease give it a try and stay tuned!
July 16, 2020 at 09:59AM by codeatsleep
https://ift.tt/3eu3F3f
App Player - browse designs and run flutter code instantly
Hello, Flutter Community!There are several great websites where you can try your design (or any single-file application), see how it works in web mode, publish it, and show it to the world. You can also browse the designs of other creators. It's really great! But sometimes using a smartphone is handier. So why not have the same as a mobile app?Today we are excited to announce Flutter App Player - a mobile application where you can submit your design and browse the designs of others. Essentially the Player can compile any Dart code in seconds and run as a Flutter app right away, on the device. The speed of the app under execution is on par with runtime mode, so you get the same experience.In addition, you can also paste a link to a code snippet, or scan it as QR code and get it running in a moment.Currently, the Player is in early beta and has some limitations. They will be removed in some time. Please refer to the “About” page of the Player for a list of limitations and steps to add your design.https://play.google.com/store/apps/details?id=net.starmachine.playerPlease give it a try and stay tuned!
July 16, 2020 at 09:59AM by codeatsleep
https://ift.tt/3eu3F3f
Google Play
Flutter App Player - Apps on Google Play
Browse, compile and run Flutter apps and designs. Submit your own app.
New post on /r/flutterdev subreddit:
7 Flutter Commands You Must Know
https://ift.tt/32mOWop
July 15, 2020 at 06:12PM by Immediate_Entry_3626
https://ift.tt/3j37CzD
7 Flutter Commands You Must Know
https://ift.tt/32mOWop
July 15, 2020 at 06:12PM by Immediate_Entry_3626
https://ift.tt/3j37CzD
New post on /r/flutterdev subreddit:
Internet Streaming Radio - Series - EP 01-06 - Snippet Coder - LEARN.CODE.CREATE - Learning Platform
https://ift.tt/3fzTknH
July 16, 2020 at 10:01AM by SnippetCoder
https://ift.tt/3h64aCp
Internet Streaming Radio - Series - EP 01-06 - Snippet Coder - LEARN.CODE.CREATE - Learning Platform
https://ift.tt/3fzTknH
July 16, 2020 at 10:01AM by SnippetCoder
https://ift.tt/3h64aCp
post
Internet Streaming Radio - Series - EP 01-06 - Snippet Coder - LEARN.CODE.CREATE - Learning Platform
New post on /r/flutterdev subreddit:
Flutter Preview for vs code coming soon
https://twitter.com/JamesBlasco/status/1280168057185415168?s=20
July 16, 2020 at 12:33PM by Grenddit
https://ift.tt/2OuwMsH
Flutter Preview for vs code coming soon
https://twitter.com/JamesBlasco/status/1280168057185415168?s=20
July 16, 2020 at 12:33PM by Grenddit
https://ift.tt/2OuwMsH
Twitter
Jaime Blasco 💙
Because a widget-driven development requires a widget-driven preview. So today I am challenging the way we code Flutter apps. 😆 Flutter Preview for vs code. Edit your widgets and see sample previews in real-time Beta coming soon @FlutterDev @flutter_es @timsneath…
New post on /r/flutterdev subreddit:
Light dark Toggle
Today I saw a design on dribble which just amazed me and made me curious to implement it in flutter.Finally after hours of hard work I implemented the design without using any third-party plugins of any kind. And it just feels awesome. I ❤️ Flutter. Download the app from Github and play with it, I'm sure you'll love it and yes please don't forget to star 🌟 the repo if you liked it. 😊🙏
Github Source Code: https://github.com/shubhamhackz/light\_dark\_toggle
Dribble Design: https://dribbble.com/shots/5846239-Light-dark-toggle-switch-InVision-Studio
July 16, 2020 at 12:24PM by shubhamhackz
https://ift.tt/32ntUpL
Light dark Toggle
Today I saw a design on dribble which just amazed me and made me curious to implement it in flutter.Finally after hours of hard work I implemented the design without using any third-party plugins of any kind. And it just feels awesome. I ❤️ Flutter. Download the app from Github and play with it, I'm sure you'll love it and yes please don't forget to star 🌟 the repo if you liked it. 😊🙏
Github Source Code: https://github.com/shubhamhackz/light\_dark\_toggle
Dribble Design: https://dribbble.com/shots/5846239-Light-dark-toggle-switch-InVision-Studio
July 16, 2020 at 12:24PM by shubhamhackz
https://ift.tt/32ntUpL
New post on /r/flutterdev subreddit:
Is there any good package for Dropbox API, Cloudkit, or Google Drive API?
I want to add a feature where users can back up app data to their Dropbox, iCloud Drive, or Google Drive account, and restore the data when needed. Does anyone know any good package for that?
July 16, 2020 at 12:45PM by KuoyHuot
https://ift.tt/2OthEvA
Is there any good package for Dropbox API, Cloudkit, or Google Drive API?
I want to add a feature where users can back up app data to their Dropbox, iCloud Drive, or Google Drive account, and restore the data when needed. Does anyone know any good package for that?
July 16, 2020 at 12:45PM by KuoyHuot
https://ift.tt/2OthEvA
reddit
Is there any good package for Dropbox API, Cloudkit, or Google...
I want to add a feature where users can back up app data to their Dropbox, iCloud Drive, or Google Drive account, and restore the data when...
New post on /r/flutterdev subreddit:
Next update for Flutter Web?
Does anyone knows when the next version of Flutter for Web is available on beta or stable and a list of change logs? I'm planning to make my first production website using Flutter for Web.One thing I don't like about the current Web version is the '#' on the address URL. There is a ticket related to this issue and it seems it will be not fixed anytime soon.
July 16, 2020 at 01:57PM by tledrag
https://ift.tt/38Zaedc
Next update for Flutter Web?
Does anyone knows when the next version of Flutter for Web is available on beta or stable and a list of change logs? I'm planning to make my first production website using Flutter for Web.One thing I don't like about the current Web version is the '#' on the address URL. There is a ticket related to this issue and it seems it will be not fixed anytime soon.
July 16, 2020 at 01:57PM by tledrag
https://ift.tt/38Zaedc
reddit
Next update for Flutter Web?
Does anyone knows when the next version of Flutter for Web is available on beta or stable and a list of change logs? I'm planning to make my first...
New post on /r/flutterdev subreddit:
Setting up firebase authentication made simple
https://ift.tt/2WrxyuV
July 16, 2020 at 02:08PM by jetblack-pope
https://ift.tt/390HCAa
Setting up firebase authentication made simple
https://ift.tt/2WrxyuV
July 16, 2020 at 02:08PM by jetblack-pope
https://ift.tt/390HCAa
Medium
Firebase Authentication in Flutter, 2020, made simple
When I first started flutter development, the first core topic that I got into and started familiarizing myself with was Firebase. It is a…
New post on Flutter Dev Google group:
Creating Posts And Viewing The posts In Two Projects Using Firebase & Flutter
Hi, I'm new to flutter development and I'm having some difficulties... I am currently working on a project, which has two apps that will be passing data between them(e.g. post w/ text, videos, or pictures). One of the apps will be used by the end-users and the other app will be for the admin,
July 16, 2020 at 02:36PM by Charisa Emmanuel
https://ift.tt/2WpRwGi
Creating Posts And Viewing The posts In Two Projects Using Firebase & Flutter
Hi, I'm new to flutter development and I'm having some difficulties... I am currently working on a project, which has two apps that will be passing data between them(e.g. post w/ text, videos, or pictures). One of the apps will be used by the end-users and the other app will be for the admin,
July 16, 2020 at 02:36PM by Charisa Emmanuel
https://ift.tt/2WpRwGi
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Is there anything OpenJFX can do that Flutter can't?
I'm really excited about desktop Flutter apps, so I'm curious if there are any hard limits compared to OpenJFX.
July 16, 2020 at 04:45PM by dittospin
https://ift.tt/3fzK6Ip
Is there anything OpenJFX can do that Flutter can't?
I'm really excited about desktop Flutter apps, so I'm curious if there are any hard limits compared to OpenJFX.
July 16, 2020 at 04:45PM by dittospin
https://ift.tt/3fzK6Ip
reddit
Is there anything OpenJFX can do that Flutter can't?
I'm really excited about desktop Flutter apps, so I'm curious if there are any hard limits compared to OpenJFX.