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

Dribble designs
can I use Dribble designs in my flutter projects for free or is it dribble an open source that I can use their materials in my own projects?

January 13, 2022 at 04:08PM by engkhaledeisa
https://ift.tt/34NVDTT
New post on /r/flutterdev subreddit:

Has anyone used Typesense with flutter? How is it?
Has anyone used Typesense with flutter/dart? I know Typesense is pretty new so there isnt much on it, but I can't find anything about flutter and typsense other than the firebase extension docs. There's so much on Algolia of course though.

January 13, 2022 at 03:29PM by never_too_much_gme
https://ift.tt/3FtGhAu
New post on /r/flutterdev subreddit:

How do you design your bloc?
Reading online I often see that the common way to create a bloc is by using one bloc per page. This is fine for me, I understand the need of one bloc-per-page approach but how do you handle an entity which info must be shared between page?
Let's say I have a book app, with categories, in my home page (and home page bloc) i have the featured books and the available category.If I click on the book and want to show only the info should I create a new Bloc for the detail page with a single object? It seems an useless waste of time.
Or if I click on the category should I have a CategoryDetail Bloc?I'm thinking this to understand if I should design all my bloc considering the "entity" and not the page.How do you deal with this?

January 13, 2022 at 06:07PM by Pelonarax
https://ift.tt/3K8Weja
New post on /r/flutterdev subreddit:

Mobile Developers Cafe - Weekly Issue is out now with loads of Mobile developer content.
https://ift.tt/3rdm1xT

January 13, 2022 at 06:48PM by iranjith4
https://ift.tt/33eqt7H
New post on /r/flutterdev subreddit:

Announcing Monarch 1.7: the developer experience keeps getting better
https://ift.tt/3KakKAn

January 13, 2022 at 10:09PM by monarch_app
https://ift.tt/3reYJaY
New post on /r/flutterdev subreddit:

New to Flutter
Hi, I am new to coding. I just liked to know which one is the best to use for flutter, Android Studio or Visual Studio? VS runs much faster than the Android Studio on my laptop.

January 13, 2022 at 10:19PM by abirhasnat95
https://ift.tt/3tpOKCh
New tweet from FlutterDev:

RT @googledevs: Transitions can be difficult but @divyanshub024 makes it easy to do in #Flutter! Here's an easy to follow, step by step tutorial you can use to create dynamic page transitions in your next app. 📚 Available now in Google Dev Library → https://t.co/ZdlD4mQzdZ https://t.co/GGSH4wPIFD— Flutter (@FlutterDev) Jan 13, 2022

January 14, 2022 at 12:00AM
https://twitter.com/FlutterDev/status/1481763129042165767
New post on /r/flutterdev subreddit:

2d multi player game in flutter?
Is it possible or a good idea to implement the following using flutter?We want a 2d world where multiple online players are hanging out with their avatar. They can just be steering their avatars across this world. Let's say, nothing but walking around a world.Is it possible to use flutter for such a heavily graphical app? I know flutter is especially great for e.g. material design style well organized app.I know there is CustomPainter available for flutter, so I think what I am is possible. But does it work well enough with flutter? Or is it better to use a framework geared towards 2d games?thx

January 14, 2022 at 01:57AM by 2i2i_app
https://ift.tt/33l28gp
New post on /r/flutterdev subreddit:

[Proposal] Add a community section to pub.dev for UI packages
There are hundreds of packages being added every day to pub.devWhen we are browsing through packages which might be useful for our requirements, we are limited to only the png or gifs the author supplied in the readme. And usually these are just the screenshots of the default configurations of the package without much customization.Without importing and trying out the code, there is no way to imagine what the capabilities of the specific package is.If there was a community submission section in Pub.dev, then the developers who used this package could upload screen shots of the UI's they constructed. This would make choosing packages so much more easier.Would you want as a Flutter developer a feature like this?View Poll

January 14, 2022 at 01:40AM by aytunch
https://ift.tt/33c1yll
New post on /r/flutterdev subreddit:

Container Vs Center Widget
I'm confused of using Container and Center widget in Flutter.Container has Alignment property to align its child center, left, top...Can anyone tell me, why we need Center widget and what makes Center widget different from Container Widget?

January 14, 2022 at 04:57AM by madhanAD
https://ift.tt/3zX3Twc
New post on /r/flutterdev subreddit:

How to calculate pixel ratio according to screen size android ?
I want to save the image as 4000x4000 pixel. giving it a 10 pixel ratio saves it as 3928x3921 - 15.4 MP in 1080 x 2220 device screen.​How can i save image as 4000x4000 pixel in all screen sizes ?

January 14, 2022 at 05:18AM by Amanullahaf
https://ift.tt/3flZPMq
New post on /r/flutterdev subreddit:

Strategies for mobile app backend + backend UI (+ Flutter Web question...)
I'm currently in the very early stages of planning a mobile app with some rather complex backend business logic and data structures. Being a Java backend developer myself, I have only toyed around with Flutter but like the overall concept. I like and want Flutter in this case, but would not develop the mobile app on my own. I would provide the required asynchronous and synchronous REST services (Spring Boot) and find someone to implement the mobile app.I'm open as to which Cloud backend is being used for the mobile app, Firebase looks nice, BUT Azure and AWS skills are more common here.How do people provide a backend UI for support cases, data management, BI, admin-panel, etc. in such a scenario? In this case multiple users with multiple roles need a UI to access backend functionality.(A) implement something / a UI on my own or (B) use some clever off-the-shelf backend-as-a-services which provides a UI for end users and the customize that? Does (B) even exist in a non-technical-end-user-friendly-way?If (A) would you - for a limited number of users - consider Flutter WEB for the backend UI to have a consistent technology stack (app + backend UI) or rather go with a conservative route (in my case: Angular + DevExpress).Thanks for your thoughts!

January 14, 2022 at 01:10PM by SaltPepperHash
https://ift.tt/3GnMPC1
New post on /r/flutterdev subreddit:

Tutorial to Build Full Stack TikTok Clone
https://youtu.be/4E4V9F3cbp4

January 14, 2022 at 03:11PM by OSetups
https://ift.tt/3qsGvDV
New post on /r/flutterdev subreddit:

App Feedback Thread - January 14, 2022
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods

January 14, 2022 at 03:00PM by AutoModerator
https://ift.tt/3A6YDq4
New post on /r/flutterdev subreddit:

Flutter Desktop Apps
Hey all!I am exploring flutter for desktop app development and while it is relatively straightforward, I am noticing some serious drops in frame- rates on MacOS apps. I haven't tried out Windows or Linux yet.I even got a copy of Flutter Folio and that too seems to have the same issue.I am currently running the M1 Pro Macbook Pro and I seem to be having this issue only with desktop apps. The iOS and Android apps run butter-smooth within their emulators.Is this an issue that many of you are facing? Is there a fix to this?

January 14, 2022 at 02:19PM by godfatherrye
https://ift.tt/3FqZMd6