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

is this type of website possible to make with flutter web?
https://ift.tt/34k5ayx

May 25, 2021 at 06:56PM by opinvader
https://ift.tt/3hSd4Ht
New post on /r/flutterdev subreddit:

Quick chats backend in Flutter
Hi everyone! I would like to ask you how to quick implement a backend to create chats between 2 or more users on Flutter App. I found some software/web sites but they have a cost, I would like to do it for free but I think I should do it by myself using Firebase, I don't think that 3rd part software (or libraries, frameworks...) allow me to avoid this payload. But I ask, may there's something around...

May 25, 2021 at 06:27PM by _seeking_answers
https://ift.tt/3ul74t9
New post on /r/flutterdev subreddit:

Don't Provider and BLoC handle different aspects of state management?
Provider is just a wrapper around InheritedWidgets, it allows me to have dependency injections anywhere in my widget tree when I have lifted state up.BLoC lets me create an interface for business logic consisting of sinks and/or streams..I can use provider to inject these into the widget tree.Unless I am missing something obvious here, I don't see why I choose one or the other..unless I use BLoC with InheritedWidget, which seems kinda dumb.

May 25, 2021 at 07:33PM by DIYjackass
https://ift.tt/3oMPKMH
New post on /r/flutterdev subreddit:

Writing an e-book but storing my book no in sql?
typo: not* in SQLHello! I want to write a book with flutter but I don't think it will be long enough to store mypages in sql db. So I am just thinking of hard coding my book in a collection type like list( maybe it sounds quite stupid) but I am wondering if it is a bad practice and also if it can be revealed to my customers so that they can easily copy my book(I think it will be compiled but does this fact mean they will have difficulty checking what my code will look like easily??)​Thanks for your help and answer in advance!

May 25, 2021 at 07:27PM by nimbusmettle
https://ift.tt/3yF9ypC
New post on /r/flutterdev subreddit:

Flutter Absolute Path with null safety
Hello Guys,I am using this package, https://pub.dev/packages/flutter_absolute_path, the aboslute path, to convert a picture taken by the user to a file.However this package does not support null safety... Is there another way to convert an asset to a file? Or to ignore null safety on just one package?Thanks so much,

May 25, 2021 at 08:34PM by tobiodp12
https://ift.tt/3yEDXnV
New post on /r/flutterdev subreddit:

Google maps location
I am making an app with google maps integration, I want users to add a location to the map so other users can see it too (For example a tree or something). How do I do this and what should I use?

May 25, 2021 at 08:26PM by Alexander040618
https://ift.tt/3vkY6h3
New post on /r/flutterdev subreddit:

Getting hundrets of problems out of nowhere
Everything in my app worked. I had no problems or errors. But now, out of nowhere, I have more than 700 problems and errors.Screnshot: https://imgur.com/a/FIvk0wRLike "Missing type arguments for generic type 'MaterialPageRoute<dynamic>'.
Try adding an explicit type, or remove implicit-dynamic from your analysis options file. "This never was an issue before. Can sbd pls tell me why there are so many problems out of nowhere?

May 25, 2021 at 11:22PM by Codeopold_007
https://ift.tt/3um7C1V
New post on /r/flutterdev subreddit:

An all-around ScrollingView widget for the web
I was tinkering with the flutter web to see if it is good for making a website. I faced the problem of scrolling like everyone else. I tried to create a "SingleChildScrollView" replacement that has web-like scrolling abilities such as;No dragging with the mouseScroll animationScrollbarI think what I have is pretty good. I want to know if this has been done before. If it is, I would like to use it or, even better, contribute to it. If it is not, I want people to know about this because this is a fundamental need.I also want to know your opinions of it. What can be improved? What are the pitfalls?Code: WebSingleChildScrollViewGIF: SingleChildScrollView vs WebSingleChildScrollView (The first one is draggable with the mouse pointer, the second one isn't)

May 26, 2021 at 01:02AM by plusturk
https://ift.tt/3fjdHba
New post on /r/flutterdev subreddit:

Architecture Patterns for Flutter Applications
I am looking for advice on how to structure my application directories. I want other people on my team and also my future self to be able to find the correct files to modify in the future. Are there common models, articles, maybe even a book that I can read to help me to plan out my directory structure? I am using provider for state management and it is okay. I don't feel a need to move off of it. However, I'm also not against moving off of it.I currently have this structure:guimodelnetworknotifiersI am building a front-end image management system for network images that I am pulling with http GET. I need to make many POST requests to get the desired images. The API to get the images is extensive with hundreds of options.Under gui, I have:componentsscreensI feel like I am stumbling around in the dark and that some smart people have cookbook-style examples of how I can organize my code. Does this exist somewhere?I am thinking of changing the names as follows:modelclass for image fields such as name, url, byte data for thumbnailviewcomponents (like a button)screenswindows (a portion of a screen)controllernotifiers (I'm using provider with ChangeNotifier)network (http requests)many folders with different types of API requestsIf I follow this organization, I'm not sure what to put into model.I'm practicing with smaller mobile and desktop apps first before we move to a more complex system with Firebase on the backend. We've been stuck with designing a good cloud architecture for a year. We've made lot of progress, but I've always felt that we shouldn't move our system to the cloud due to lack of a good architecture.

May 26, 2021 at 12:26AM by cloudster314
https://ift.tt/2QQgT4D
New post on Flutter Dev Google group:

NoSuchMethodError: The setter 'pincode=' was called on null.
Hi, I have a form with 3 pages, What I am currently doing is storing the data of each field of the form in sharedpreferences. At the end of the form, I want to move that data to a function which will ultimately prepare a map to save the form in the database and create an entry. However, I face

May 26, 2021 at 03:49AM by Ameya Paranjape
https://ift.tt/3yxiiOy
New post on /r/flutterdev subreddit:

Flutter Book Reading App UI Building with Audio Player | Part 1 Crash Course for Beginners App Dev
https://youtu.be/cn2Yydm_7_8

May 26, 2021 at 03:28AM by DBestech
https://ift.tt/3voxo71
New post on /r/flutterdev subreddit:

Write The Vertical Text in Flutter (Complete Guide) - Flutter Agency
https://ift.tt/3fj9Z1l

May 26, 2021 at 07:12AM by lil_dragplix
https://ift.tt/3upzuSO
New post on Flutter Dev Google group:

M1 - Android Studio unable to find bundled Java
I just got a new laptop and I can not seem to complete installation of flutter. Has anyone else come across this issue and know how to solve it? I've tried everything I can google and nothing has worked. [image: Screen Shot 2021-05-25 at 11.59.34 PM.png]

May 26, 2021 at 09:00AM by Tracy Foran
https://ift.tt/3oU806W
New post on Flutter Dev Google group:

Use MultiProvider with same type
Hello, I know we can not use MultiProvider with the same type. But can I create multiple subtypes from one same ChangeNotifier like this: === class Counter extends ChangeNotifier { var _count = 0; void incrementCounter() { _count++; notifyListeners(); } int get getCounter { return _count; } }

May 26, 2021 at 12:03PM by Viet Nguyen Tran
https://ift.tt/3fPofOe