Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on /r/flutterdev subreddit:

FlutterForce — Week 103
https://ift.tt/2K04V52

January 10, 2021 at 01:40PM by flutterist
https://ift.tt/2LcqArw
New post on /r/flutterdev subreddit:

Never use async /await inside foreach loop
As I said don't try it . It doesn't work and you keep debugging for hours to why its not working as it should.Happened to me yesterday the program was 101 percent correct but couldn't figure outSo just no one should experience this I posted it here. Btw Im new to flutter and this one is to help ither newbies like me

January 10, 2021 at 08:07PM by Soham_rak
https://ift.tt/39jjvxd
New post on /r/flutterdev subreddit:

Messenger like Gradient Chat Bubble in Flutter
Hey everybody , please reply to this thread if anybody here have implemented the Messenger and Instagram(now update). like gradient chat Bubble in Flutter . I tried to do it with ColorFiltered but the textcolor of Child Text widget is getting disorted everytime . Please let me know if anybody has tried to make that gradient Chat bubble . Thanking you in advance .

January 10, 2021 at 07:59PM by warrior-mood36
https://ift.tt/3smvG5c
New post on Flutter Dev Google group:

FLUTTER AIRPLANE MODE ON/OFF
Hello everyone, How can i do airplane mode on/off on the flutter? I was search on stackoverflow or other web sites. I can't find anything. Please anyone help me for example.

January 10, 2021 at 08:32PM by Alper Duzgun
https://ift.tt/3pZzcAq
New post on /r/flutterdev subreddit:

animated_drawer | A simple yet fully customizable drawer with animations for Flutter
https://ift.tt/3oxxqG9

January 10, 2021 at 10:27PM by Elixane
https://ift.tt/2LAVklR
New post on /r/flutterdev subreddit:

Load Local html file into WebView in Flutter. Call JS function from Flutter.
In this article, we will see how to load a Webview in Flutter with Local Html and call a Javascript function inside it from Flutter.

January 11, 2021 at 12:10AM by Fewthp
https://ift.tt/3bredCD