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

Published a YouTube video on Widget Testing (w/ Mockito)!
Hey fellow Flutter enthusiasts!Let me just begin that I was not fond of how large the Flutter community is here in this site until now... Well better late than never, I just wanna share the good news that I published my seventh part of my multi-part Flutter Dev Series on Widget Testing (w/ Mockito)!As always, feedback is more than welcome. Check it out here: https://www.youtube.com/watch?v=XgvLigoYfl8Thanks!Best,
Dave

January 08, 2021 at 10:41PM by notDaveNOTDavid
https://ift.tt/3bn7FVi
New post on /r/flutterdev subreddit:

Easiest Steps To Build A Face Filter App With Flutter and Deep AR
I'm pleased to share with you all that my first medium article for the year 2021 is now available on Medium.https://medium.com/flutter-community/easiest-steps-to-build-a-face-filter-app-with-flutter-and-deep-ar-c020037d893dAfter reading this article, you will learn how to build a face filter app with Flutter and Deep AR.Don't forget to like and share with your friends.

January 08, 2021 at 10:15PM by SyrupConstant3503
https://ift.tt/3s8QXyT
New post on /r/flutterdev subreddit:

Fancy new cursor to make your site look unique
I just published my very first Flutter package.It lets you change the cursor for entire app or just a widget. It opens up a ton of UI opportunities.fancy_cursorThank you !https://youtu.be/RmGMCdO1Xc8

January 08, 2021 at 11:59PM by dat_tambrahn_guy
https://ift.tt/3biPJLL
New post on /r/flutterdev subreddit:

The argument type 'QueryDocumentSnapshot' can't be assigned to the parameter type 'AsyncSnapshot<dynamic>'.
I try to fetch datas from firestore using for loop but got error at (snap.docs[i]).
can any1 help?​for (int i = 0; i < snap.docs.length; i++) {
products.add(Product.fromSnapshot(snap.docs[i]));
}

January 09, 2021 at 09:41AM by studentaizad
https://ift.tt/2XqSlz2
New post on Flutter Dev Google group:

Top Frameworks
Complete Comparison with their Top Frameworks

January 09, 2021 at 11:44AM by Manish Vlog
https://ift.tt/3npjrkp
New post on /r/flutterdev subreddit:

Using Mac on VM to run Flutter
I'm a Linux user and I want to be able to compile iOS versions of Flutter apps. My question is, is it viable to run Mac on a VM to develop and compile Flutter apps for iOS? I know this task consumes a lot of resources. I have already made a simple test and everything seems to work fine. But, are there also any other drawbacks?As an alternative, I was thinking about using Codemagic remote service instead. Is that a better approach?

January 09, 2021 at 04:10PM by Sea_Inflation_7446
https://ift.tt/3noE1By
New post on /r/flutterdev subreddit:

We've just released new version of Bridged. -- convert your design to living application (free and opensourced)
Introducing bridged 2021.0.1Fastest way to develop flutter application yet.​Converts figma design instantly to flutter code, and compiles remotely, make it runnable instantly.Watch our demo on hereAnd, also please star our project on github. (It really helps)​​Learn more at https://medium.com/bridgedxyz/introducing-bridged-2021-0-1-a-fastest-way-to-develop-flutter-applications-yet-c4a73c6449c1​​-- original --We are glad to announce bridged is available on figma, web and flutterThis update includesCode GenerationText Asset InternalizationDesign utils such as icon import

January 09, 2021 at 04:54PM by softmarshmallow
https://ift.tt/3nCKFo5
New post on Flutter Dev Google group:

iMessages effects in flutter chat App
I am a newbie in a flutter. I am working on a chat app and I am stuck here. I want to add effects while sending messages in my chat app, you can see here "iMessage Effects
New post on /r/flutterdev subreddit:

Any tips for presenting my project in github READ ME and online in general?
Want to present my 1st flutter project in an astonishing and creative way, I need tips or links and recourses for that plz

January 10, 2021 at 06:02AM by hanxtothemax
https://ift.tt/3oxuc5B
New post on /r/flutterdev subreddit:

Plugin In This Track While Creating Your Flutter Apps | lofi beats to code to/ code-fi lo fi beats
I have always struggled in finding some best collection for me while coding, there are videos on youtube with beats to sleep, but i didn't find something which is really pleasant to my ears. So i created this collection and uploaded this to my channel.Now don't say me that you are posting this in flutter dev community. I have been in connection with this community from last 1 2 months.I have published content for community, which got 40+ upvotes.Do check this new video and plugin it in while you code your next app.lofi beats to code to /relax to/ code-fi lo fi beats to code-relax to

January 10, 2021 at 06:46AM by backslashflutter
https://ift.tt/3oChD9q
New post on /r/flutterdev subreddit:

Use Sqlite with firebase
For reducing firebase pricing/use I want to use sqlite data in my fritters project I want to fetch all the user related data or commen data in the sqlite when the first time login and store in sqlite so in future every time when he/she try to fetch the data they directly get it's from sqlite so I reduce number of calls and optimise my firebase projectbut I don't know how can I do it's and every time I changed the data it's will directly reflect on firebase and after every change sqlite also sync our dataSuppose I have applications which have 10k daily active users and every user open applications 10 times in a day so it's can easily pass 50k/day firebase free trial limit so I want to reduce the extra 9 call so if I save the data in first call so every time when ever the user open applications he can directly get the data from locally

January 10, 2021 at 07:41AM by Prashant_4200
https://ift.tt/3bod3aK
New post on /r/flutterdev subreddit:

Customized Youtube + Vimeo video player
Is there any way to make a video player which can stream youtube and vimeo video using video id in flutter.Also i want to customize that player to have my own icon for play pause button.Can anyone help me?

January 10, 2021 at 06:55AM by naveenfunk
https://ift.tt/3bm5y4l
New post on /r/flutterdev subreddit:

tabpanel - Tabs with Panels that can be split and nested
https://pub.dev/packages/tabpanelDemo: https://youtu.be/hLpL0jUBDuMThis is a tabbed interface for my app that I'm developing mainly for desktop (windows, macos) but plan to optimize it for mobile too.I realize not everybody will find something like this useful, but here it is in case there's interest in it.I'm not using any of the built-in navigator api (navigator, router, pages, etc), and it's lacking many of its features. I'll add features to this package as I need them and I expect to have most of the same features that the current Router api has to control the stack of single tabs.However if navigating the traditional way is important to you -in particular on web-, then you should stick with the built-in navigator. I'm unlikely to ever add support for browsers updating their URL bars, unless I find a braindead-simple way of doing it.A few things I already plan to doExtend the Tab API to better control its navigation stack. Most things the built-in Navigator class has, and a few more.Integrate the Router class or write a custom implementation, for how to specify pages to be pushed.More customization options for panels and the tab bar and ability to set different themes for panels.Cupertino and Material versions.Adding an option to limit the level of nesting. Currently is unlimited.Clone tabAdding a new tabs does not scroll the tab bar to bring it into view. To be fixed soon.Note: works on the master channel only at the moment

January 10, 2021 at 01:46PM by Rudiksz
https://ift.tt/2XrJU6p