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

What is Retrofit alternative in Flutter?
Hi all,Im building an app that load so much json data.Products.json Orders.json Collections.jsonAnd many others.. Also, I will do POST methods, in json to the backend server..like post /purchaseSo is there any library make my life easier?Ive used Retrofit in Android, what do you suggest to use in Flutter?

January 10, 2021 at 11:32PM by haythameg
https://ift.tt/38umyDq
New post on /r/flutterdev subreddit:

Is it worth to start
Hey folks, I am going to dive into the mobile development, I have a Java experience, but Flutter seems nice. I wonder if Flutter widely be used in the industry or if there are some big scale app developed with Flutter? Thanks

January 11, 2021 at 12:39AM by incesaz
https://ift.tt/3bsXDSW
New post on /r/flutterdev subreddit:

Color codes for Flutter
Anybody knows a good website to find color pallet for flutter app development. Color(0xFF4c41a3) in this formate of code ?

January 11, 2021 at 08:10AM by linux_terminal07
https://ift.tt/3boe3fb
New post on /r/flutterdev subreddit:

Build a Quiz Maker App with Flutter & Firebase
🎥 video: https://youtu.be/ixWtgO22hBEIn this series of episodes, we are going to learn how to create a Quiz Maker App with Flutter 💙, from scratch and I will explain step by step to make sure you understand it all​ Things Covered 👇Creating Ui design FlutterUnderstanding Material Widgets and its propertiesNavigation in Flutter with NavigatorConnecting Flutter App to Firebase For Both Android & IOSFixing Multidex problem androidCreating Ui design FlutterUpload and Fetch Data from Firebase FirestoreUsing stream builder to keep quizzes list in sync with online databaseUsing shared preferenceUpload and Fetch Data from Firebase Firestore ○ Modularising code ○ sending data from one screen to other

January 11, 2021 at 08:04AM by theindianappguy
https://ift.tt/3btDige
New post on /r/flutterdev subreddit:

Do you know the widget name (if any) to achieve a bottom bar merging into content( see link)
https://ibb.co/jVHpnJn See how the two buttons at the bottom merge into the content when the scrolling is about to end.

January 11, 2021 at 08:18AM by fcort
https://ift.tt/3nyFJ3x