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

Is the pub.dev 'redesign' slower for anyone else?
Not sure why the design was changed, but I'm noticing that switching between tabs is considerably slower than it was previously? Anyone noticing it or is it just me.

July 15, 2020 at 04:37PM by SaltTM
https://ift.tt/38YzhwL
New tweet from FlutterDev:

🎉Today we’re launching a new https://t.co/sTPwVxut8i site!

New scoring metrics to get a better understanding of useful packages, and feedback on how to improve quality.

Support for finding multiplatform packages, and a redesigned UI.

Read here → https://t.co/481epjcg3C pic.twitter.com/1LOeg4JbHn— Flutter (@FlutterDev) July 15, 2020

July 15, 2020 at 05:30PM
http://twitter.com/FlutterDev/status/1283423701438836736
New post on /r/flutterdev subreddit:

Hey Guys, uploaded a new video in Flutter. What is Firebase And How to setup a flutter project in firebase Please have a look. Please subscribe to my channel for more such content. Thank you.
https://youtu.be/P0atjfV1cVw

July 15, 2020 at 05:15PM by praveenthedesigner
https://ift.tt/30bHVUR
New post on /r/flutterdev subreddit:

Open Source Student Information App
Hey everyone, during my first semester as a CS Student I've built a small application to show me my timetable as well as information about what's available to eat. I have now refactored and open sourced the application. Check it out at https://github.com/devnico/th_rosenheim. A star would be very much appreciated. Thanks in advance! :)

July 15, 2020 at 05:07PM by DevNico
https://ift.tt/3j5l5qC
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