Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

Document snapshot to object/class
So I have a document in firebase that looks like this: [image: Annotation 2020-07-21 152218.png] In my project I have a class that looks like this: class GroupData { final String groupUID; final String groupName; final String groupAvatarUrl; final String groupLeader; final DateTime

July 21, 2020 at 09:47PM by Tililweet
https://ift.tt/30Nz5x1
New post on /r/flutterdev subreddit:

New package: Drag-and-drop reordering of two-level lists
I've just released my first flutter package for drag-and-drop reordering of two-level lists: drag_and_drop_lists.Github repo.This is useful for when you have a list of lists that should be reorderable. For example, a trello/kanban board or when you would like to drag a new item into a list from outside of the list itself.Unlike other reorderable list packages like reorderables, ReorderableListView, or draggable_flutter_list, this package supports reordering items between multiple lists, and reordering individual lists as well.Other features include:Many formatting options
Expandable/collapsible lists
Drag in lists or items from outside of the widget
Slivers supported
Extensive examples
If you like it, please support my work by leaving a on the Github repository!

July 22, 2020 at 01:08AM by mesrdisk
https://ift.tt/3hneAh5
New post on Flutter Dev Google group:

How to wait for async Future function to finish before building widget in scaffold?
Hi, My main.dart is using android_path_provider package to get the documents path. This path is then passed to another class (stateful widget) which reads files from this path. The problem is that sometimes, the document path does not update in time and widget build fails as it does not get

July 22, 2020 at 01:07AM by Faraz Khan
https://ift.tt/3jpJhUF
New post on Flutter Dev Google group:

firebase
i can create ui but i did not know how i work with firebase ?

July 22, 2020 at 02:49AM by Rohan jangid
https://ift.tt/2E6YHNA
New post on Flutter Dev Google group:

How to save changes made to text file after opening it using File.readAsString()?
Hi, I have a text file in memory that I open using File.readAsString().. This extracts the text from it and saves it as a String. This is given to a TextField() so that changes can be made to this text. How do I effectively save these changes back to the original file? Here is my code so far.

July 22, 2020 at 03:35AM by Faraz Khan
https://ift.tt/30x2bjS
New post on /r/flutterdev subreddit:

State_notifier vs cubit
they seem pretty similar. if someone of you guys tried both of them please do let me know your opinion about them. which one is better? and why?

July 22, 2020 at 04:15AM by Adnan-Alshami
https://ift.tt/3jwH4qO
New post on /r/flutterdev subreddit:

Web View for Web platform
I need web view for web platform with detect url like WebView onPageFinishedI try Easy_web_view not in this future.​ThanksSenthil

July 22, 2020 at 05:26AM by Medium_Fisherman_940
https://ift.tt/3hptKlU
New post on Flutter Dev Google group:

How to build the TabBar and TabBar View in a single, vertical view?
By default, the behaviour of TabBar and TabBarView is as many separate pages as many tabs. I need a Single scrollable column/list view that will have Headings/sections, and each section should change the selected tab as the user scrolls down the list view. An example is the menu of a restaurant

July 22, 2020 at 05:48AM by Hassan Hammad
https://ift.tt/32FqMFW
New post on /r/flutterdev subreddit:

State mmanagement opinions
Which state management do you use and what do like and dislike about it?What was the hardest part about learning and using that state management?

July 22, 2020 at 07:21AM by gursheeshsingh
https://ift.tt/3hpHkFU
New post on Flutter Dev Google group:

Doubt: to increment the container folder..
Hi, I'm new to flutter. I want to create an app in which there is an incrementing button, on pressing incrementing button it need to show a grid view container according to the value of incrementation. My code has no error but while executing it returns the following error 1. type 'Future
New post on Flutter Dev Google group:

How to manage session in flutter?
i want to store value in session and use stored value on different pages in flutter like android

July 22, 2020 at 09:23AM by abhana...@gmail.com
https://ift.tt/32HLRiR
New post on /r/flutterdev subreddit:

I build personal website template for everyone who needs modern looking website for them self (EASY TO SETUP)
It's a simple one page website with short description about you, your resume and your social media sites for others to visit. My website looks like this https://imgur.com/a/lMl2noqIf you like what you see and would like to make something similar for you self. Download my repo https://github.com/MirzaCickusic/personal-website-template-flutter and follow the 10 step guide.Any suggestion are welcomed and if you find my project helpful, I would appreciate some starts. :D

July 22, 2020 at 10:03AM by anonbudy
https://ift.tt/3fQUBXS
New post on Flutter Dev Google group:

To save containers in shared preference
Please help me in this... Hi, I'm new to flutter... I have made an app in which it will add the containers once the floating button is pressed. I have created the app but the problem is once I closed and reopened again the changes I made it ( addition of container) are gone. I want the changes I

July 22, 2020 at 11:19AM by Abinavan Nagendran
https://ift.tt/2OIKwAg