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

API vs Database for flutter

Hi! I'm working on a personal mobile app project using flutter. I needed to create an HTTP POST request in order to save form data to the database. I'm using firebase for DB. So, I implemented a/c to the docs i.e. Uri uri = Uri.https() http.post(uri, headers, body) Upon casually navigating... https://www.reddit.com/r/FlutterDev/comments/17qq2l6/api_vs_database_for_flutter/
πŸ‘2
New post on /r/flutterdev subreddit:

How the examples on flutter.dev work

How the examples on https://docs.flutter.dev work (for example, the simplest one is https://docs.flutter.dev/ui). My initial thought was that it is a flutter web development environment that is embedded in the page. But then I realized there are 100s of examples...So, 100s Flutter web projects... https://www.reddit.com/r/FlutterDev/comments/17r6ocv/how_the_examples_on_flutterdev_work/
New post on /r/flutterdev subreddit:

Got featured on Google for Developers on Instagram For Firekart

https://www.instagram.com/p/CzYzyZuy-yQ/https://github.com/ashishrawat2911/firekart submitted by /u/ashishrawat2911 link comments https://www.reddit.com/r/FlutterDev/comments/17rdtls/got_featured_on_google_for_developers_on/
New post on /r/flutterdev subreddit:

Flutter Context Menu package 🌱

πŸš€ Excited to introduce my new #Flutter package! πŸŽ‰ Flutter Context Menu 🌱 A flexible and customizable solution for displaying context menus in your app. Simplify user interactions seamlessly. Try it out here: http://pub.dev/packages/fluttercontextmenu submitted by ... https://www.reddit.com/r/FlutterDev/comments/17rz5pc/flutter_context_menu_package/
πŸ‘1
Stay in touch with all the updates from AI Heroes. Sign up to the (NON spammy) newsletter.
cc https://t.me/aiheroes https://mailchef.4dem.it/app/public/fog/view/3l8/314
New post on /r/flutterdev subreddit:

Animated Line Through package

I recently posted a pretty simple package for an animated line through text. It’s useful for some smooth complete animations, like completing tasks in a todo app. You can check it out here: https://pub.dev/packages/animatedlinethrough Best works with Text widget, but also works with Icon and ... https://www.reddit.com/r/FlutterDev/comments/17s5une/animated_line_through_package/
New post on /r/flutterdev subreddit:

Seeking Advice on Using Flutter for a Full-Stack App

Hello everyone, I’m currently in the midst of developing a new application and am seeking some advice and insights from this knowledgeable community. Background: The app I’m working on will utilize a MongoDB database and a Node.js/NestJS backend. However, I’m considering Flutter for the... https://www.reddit.com/r/FlutterDev/comments/17sre0a/seeking_advice_on_using_flutter_for_a_fullstack/
New post on /r/flutterdev subreddit:

Flutter to build note taking app

I want to build a note taking app using flutter but a quick search results in many complaints regarding poor performance in text handling and text editing. Have anyone try to build the same type of app and what is your experience? What is your advice? Thank you very much. submitted by ... https://www.reddit.com/r/FlutterDev/comments/17sufiu/flutter_to_build_note_taking_app/
New post on /r/flutterdev subreddit:

Do you guys think GetStream for chat and flutterchatui could work together?

just like the title says. Do you guys think GetStream for chat and flutterchatui could work together? submitted by /u/Confident-Viking4270 link comments https://www.reddit.com/r/FlutterDev/comments/17sz94m/do_you_guys_think_getstream_for_chat_and_flutter/
We are planning for 250+ AI developer experts & enthusiasts to participate in this first AI Heroes event. Will you be one of the forward thinking engineers that joins us in Turin...
cc https://t.me/aiheroes
New post on /r/flutterdev subreddit:

Apple app store review - how to give access to login if Google sign is used

Hey all, I'm trying to submit an for review. My app has an option to login via Google. Apple asks for login details for review. In this case what should I be giving to them? (Google account - login might require verification sometimes) Thanks submitted by /u/skaddit_97 [link] [comments] https://www.reddit.com/r/FlutterDev/comments/17u4dee/apple_app_store_review_how_to_give_access_to/
πŸ‘1
New post on /r/flutterdev subreddit:

Flutter Tap Weekly Newsletter Week 192. Get insights from FlutterConf LATAM, master JWT token refreshing, optimize image loading, and explore new video tutorials and packages!.

submitted by /u/vensign link comments https://www.reddit.com/r/FlutterDev/comments/17ued6k/flutter_tap_weekly_newsletter_week_192_get/
New post on /r/flutterdev subreddit:

Tools for UX designer to collobarete with flutter dev

As the title says, I am looking for tools that will allow our UX designer and myself being the flutter dev to collaborate on the same project. Currently I am looking at flutter flow for our UX designer, and then I will take the generated code to create templates and add logic. I think... https://www.reddit.com/r/FlutterDev/comments/17ussyt/tools_for_ux_designer_to_collobarete_with_flutter/
πŸ‘3❀1
If you could be interested to participate in #FlutterHeroes24, to immerse yourself in the Flutter dev community - networking & learning - for one day, then pop the date in your diary now so that you don't get booked up. πŸ”₯ 23 February 2024 πŸ”₯ https://flutterheroes.com/2024/
πŸ‘1
New post on /r/flutterdev subreddit:

Thoughts on Google's new Play Store requirements?

I'm just now giving indie mobile development a go, and cross-platform development was, without a doubt, what led me to Flutter. But these announced changes from Google (HN thread) seem pretty hostile to new developer. In particular: developers with newly created personal Play Console accounts... https://www.reddit.com/r/FlutterDev/comments/17v6v2h/thoughts_on_googles_new_play_store_requirements/
πŸ‘1
New post on /r/flutterdev subreddit:

Best caching mechanism for Flutter application

Hi folks, I am working on a large scale E-comm application and we are pretty much done with our feature building and stuff. However there is one big challenge we are facing. Since there are lots of third party integrations in our backend and lack of optimisation the endpoints are very slow and... https://www.reddit.com/r/FlutterDev/comments/17vn55b/best_caching_mechanism_for_flutter_application/
πŸ‘1
Where can you find experienced #Flutterdevs? Well we've got a few 1000 of them... Find out about our sponsorship packages, especially focused to drive your recruitment https://flutterheroes.com/2024/flutterheroes-sponsors/
New post on /r/flutterdev subreddit:

Custom linter ideas?

Is there a code smell you see often in flutter that you wish there was a linter rule to prevent collaborators from doing it? I started creating a custom lint plugin and enjoyed fiddling with the analyzer, so I'm thinking in continuing the project with new rules. I have some ideas, but a bigger... https://www.reddit.com/r/FlutterDev/comments/17vrwk0/custom_linter_ideas/
πŸ‘6