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

How to make a simple Google Sheets-style spreadsheet?

Hi all, ​ Hope you're all doing great! I'm fairly new to Dart/Flutter dev and I'm hoping to make a spreadsheet. No text needs to be input and no formulas either, just click on cells and fill them with a specified colour. Does anyone know how to do this? I'd be incredibly grateful for any... https://www.reddit.com/r/FlutterDev/comments/1620ut7/how_to_make_a_simple_google_sheetsstyle/
New post on /r/flutterdev subreddit:

Best database to write/read counts like views, likes, shares, etc? I am using Firestore as the main database and typesense as search engine, but firestore doesnt seem good for these type of tasks

instensive writing tasks like writing counts such as how many views/likes/shares a post has is very expensive thing to do with firestore. Do you know any other database which i can work on specifically to implement just this feature? i will still use Firestore/typesense, i just think maybe there ... https://www.reddit.com/r/FlutterDev/comments/163htk4/best_database_to_writeread_counts_like_views/
New post on /r/flutterdev subreddit:

Flutter Gems turns 3! We now have 5500+ Dart & Flutter packages neatly segregated in 175 useful categories based on features and functionality.

When I started my Flutter journey 3.5 years back, I spent a lot of time finding the right Flutter package for my project and started keeping a track of them. A few months later, I published the first version of Flutter Gems as I thought it would help other Flutter devs like me, covering 1000... https://www.reddit.com/r/FlutterDev/comments/163pp8r/flutter_gems_turns_3_we_now_have_5500_dart/
New post on /r/flutterdev subreddit:

Newbie Questions

I'm new into Flutter, I want to begin doing a litte small app for a local business in here, nothing fancy, nothing too complex either will cost a lot of resources... But the app will have a login, simple no 3rd party login from medias, store data on a database, and will be localhosted, because... https://www.reddit.com/r/FlutterDev/comments/16440i4/newbie_questions/
New post on /r/flutterdev subreddit:

Is the Flutter beginner handbook by mitchkoko worth it?

okay so ive been programing maybe coming up on 8 months to a year, I'm a teen and self taught and this youtuber mitchkoko who dose some really great work on flutter sells a handbook: https://mitchkoko.gumroad.com/l/FlutterBeginnerHandbook?layout=profile I do really like the work he dose plus I... https://www.reddit.com/r/FlutterDev/comments/164ho6o/is_the_flutter_beginner_handbook_by_mitchkoko/
New post on /r/flutterdev subreddit:

Have any of you used AppWrite with Flutter, and if so should I build it myself?

I recently discovered and wanted some advice by some users of it submitted by /u/dbossman11 link comments https://www.reddit.com/r/FlutterDev/comments/164mncm/have_any_of_you_used_appwrite_with_flutter_and_if/
New post on /r/flutterdev subreddit:

Some thoughts on BLoC and riverpod and also guidance needed

Wassup, Flirty Devs! So I recently had to use BLoC for a project requirement. Coming from riverpod it feels bit verbose correct me If I am wrong. Like for example I need to specify loading states in separate file, WeightLoading, WeightSuccess, WeightFailed. Then specify specific events... https://www.reddit.com/r/FlutterDev/comments/1656jzz/some_thoughts_on_bloc_and_riverpod_and_also/
New post on /r/flutterdev subreddit:

Flutter app looks weird suddenly?

I'm developing and app with a friend and all of a sudden the app started looking different when I run it from my laptop. I hadn't touched it in a while and did some updates. Now it looks like there is a weird theme on it. The app theme is green when he builds it and mine is somehow a weird... https://www.reddit.com/r/FlutterDev/comments/165biq9/flutter_app_looks_weird_suddenly/
New post on /r/flutterdev subreddit:

Understanding why Apple denied my app to the App Store

Hi looking for some help on figuring out what happened and how to correct. I have an app that is available to members of my website. Essentially a membership website running on Wordpress with a membership plugin. When you sign up on the website, you can remain a free member or upgrade to a... https://www.reddit.com/r/FlutterDev/comments/165hi0g/understanding_why_apple_denied_my_app_to_the_app/
New post on /r/flutterdev subreddit:

Maps with terrain view and custom layer

Hello everyone, I have a problem with Flutter maps packages. I am trying to build an application that can support terrain view and the custom layer so I can add some 3D objects on my maps using mapbox sdk but here is the problem. The mapbox package has terrain view but I am not finding any way... https://www.reddit.com/r/FlutterDev/comments/165uaoj/maps_with_terrain_view_and_custom_layer/
New post on /r/flutterdev subreddit:

Is flutterflow any good?

Hello everyone, I would like to know about your experience if FlutterFlow serves to create good apps. I am still learning to program from 0 without experience, my work has nothing to do with it. I would like to make an application but working full time, I am not able to learn to do the most... https://www.reddit.com/r/FlutterDev/comments/1666v7a/is_flutterflow_any_good/
New post on /r/flutterdev subreddit:

Google dropping free SMS from 300 to just 10!

Hey everyone, are you aware that starting October 1, Google is cutting the free daily SMS verifications for 2FA from 300 down to just 10. How will this impact you? submitted by /u/Mathusalem87 link comments https://www.reddit.com/r/FlutterDev/comments/166bpn8/google_dropping_free_sms_from_300_to_just_10/
New post on /r/flutterdev subreddit:

Steady stream of unexplained users signing in to an internal/closed-test app?

Hi folks! I'm in the process of developing an app, released only on the internal/closed-test tracks on both the Apple App Store (via TestFlight) and Google Play Store. Here's the puzzle - since I posted the app for review on Google Play's closed-test track, about 5-10 unexpected new users are... https://www.reddit.com/r/FlutterDev/comments/166l5r0/steady_stream_of_unexplained_users_signing_in_to/
New post on /r/flutterdev subreddit:

Rendering chemical formulas/equations in flutter

Hello, the issue I am trying to solve is to render chemical texts in flutter, I came across this package: https://pub.dev/packages/flutter_tex, but even with this package that I use to print physics, I am not able to print things like: `\chemfig{*6(=-=-=-)}` Thanks for any tips. submitted by ... https://www.reddit.com/r/FlutterDev/comments/167arwi/rendering_chemical_formulasequations_in_flutter/
New post on /r/flutterdev subreddit:

Do you use code generation packages for interaction with OpenAPI?

Or do you type models and requests by yourself? submitted by /u/jspro47 link comments https://www.reddit.com/r/FlutterDev/comments/167u7bv/do_you_use_code_generation_packages_for/
New post on /r/flutterdev subreddit:

Introducing Drape: Your Ultimate Clothing Management App (beta)

Hey there, I used to have a closet bursting with clothes, but I struggled to keep track of what I had worn and what needed to be washed. Sound familiar? 🧐 Well, fret no more because I've got some exciting news to share! 📣 Drumroll, please... I present to you - Drape! 🎉 As my wardrobe... https://www.reddit.com/r/FlutterDev/comments/1681gge/introducing_drape_your_ultimate_clothing/