Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

I've created a package with different InkSplash/InkRipple effects
https://ift.tt/3h6kdQP

July 15, 2020 at 09:17PM by ueman
https://ift.tt/2B0FT1a
New post on /r/flutterdev subreddit:

Future Builder Issues With Flutter Web
I'm running into an issue when migrating my app to Flutter web that FutureBuilders no longer work. Is there something I'm missing?

July 15, 2020 at 09:11PM by Theprivateshow_
https://ift.tt/30h6LTl
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
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
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
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
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
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
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
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
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
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
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
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
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