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

Base m2 16gb RAM Mac mini

Hi y'all, I have been eyeing the m2 Mac mini with 16gb RAM for my flutter development. What have anyone tried using that for flutter dev? Thank you submitted by /u/ThomasPhilli link comments https://www.reddit.com/r/FlutterDev/comments/182utge/base_m2_16gb_ram_mac_mini/
New post on /r/flutterdev subreddit:

Database for a chat use case?

Hello everyone! I'm currently exploring different options for implementing a chat feature in my app. I've been considering using Getstream (Maker Account), Firebase, or Appwrite. Initially, I leaned towards using flutterchatui with Firebase to get the job done. However, I have concerns about... https://www.reddit.com/r/FlutterDev/comments/183d8lb/database_for_a_chat_use_case/
New post on /r/flutterdev subreddit:

Looking to connect with Flutter developers in Bulgaria

as the title says, looking to connect with Flutter devs in Bulgaria, ideally Sofia submitted by /u/teclogics link comments https://www.reddit.com/r/FlutterDev/comments/183jffh/looking_to_connect_with_flutter_developers_in/
New post on /r/flutterdev subreddit:

I've built a Flutter Group Chat App with Firebase πŸ‘¨β€πŸ’» Check the Video πŸŽ₯ It also supports Video Calls (Open Source)

Hello guys! I've built a Flutter Group Chat App that supports Video Calls It uses Firestore, Cloud Functions, Firebase Cloud Messaging, and Agora for handling the Video Calls πŸŽ₯ Check the video and GitHub Project πŸ‘¨β€πŸ’» Thank you guys! submitted by /u/WiseTapDotCom link comments https://www.reddit.com/r/FlutterDev/comments/183pdq5/ive_built_a_flutter_group_chat_app_with_firebase/
Tickets are available for AI Heroes. If you're interested to learn and network about all things AI for developers, data engineers, designers and marketers then grab your ticket today!

cc https://t.me/aiheroes https://ticket.synesthesia.it/events/aiheroes-2023/
New post on /r/flutterdev subreddit:

How can I deploy my Flutter, Mysql projects?

Hi everyone, i had been learning flutterfire recently while I like the process I am still curious with flutter, php mysql connections. I plan on creating a note app with users (Basically CRUD) and I want to deploy it online (Keep in mind I am using flutter with php and mysql) While on the topic... https://www.reddit.com/r/FlutterDev/comments/1850muf/how_can_i_deploy_my_flutter_mysql_projects/
New post on /r/flutterdev subreddit:

How do you require users to upgrade to the newest version of your app?

I have a big change coming up for my flutter app going from version 1 -> version 2. Once the app is approved and deployed I no longer want anyone to be using version 1. How do you handle this? I know there are some packages where you can check the version but that doesn't fully solve my problem... https://www.reddit.com/r/FlutterDev/comments/185ilwf/how_do_you_require_users_to_upgrade_to_the_newest/
New post on /r/flutterdev subreddit:

How to have an app to use legacy code UI (native) and new (Flutter based) UI based on user preference?

I have an existing iOS app on the App Store developed natively, it is now redesigned in Flutter with new UI as a separate project. I do not want to launch the flutter app as a separate app as I want to retain deep links and notifications setup etc of the native based app. How can I integrate the ... https://www.reddit.com/r/FlutterDev/comments/185vyx6/how_to_have_an_app_to_use_legacy_code_ui_native/
You can join #FlutterHeroes24 in the way that suits you. In person in Turin to meet, greet and smell the people :) Or online with access to all presentations and participation in the Q&A πŸ”₯ 23 February 2024 πŸ”₯ https://flutterheroes.com/2024/
New post on /r/flutterdev subreddit:

Thoughts on CI/CD with Azure DevOps?

Has anyone worked with creating a CI/CD pipeline for a Flutter application in Azure DevOps? If yes, how has your experience been with it? If you have any resources that helped you achieve this, could you also mention them? submitted by /u/pandeycant link comments https://www.reddit.com/r/FlutterDev/comments/186i81l/thoughts_on_cicd_with_azure_devops/
If your company offers a platform, service, tech solution or tool, new or updated API/SDK/plug in, and Flutter developers are within your target market, then you should consider working with #FlutterHeroes24 https://flutterheroes.com/2024/flutterheroes-sponsors/
We're looking for great Flutter use cases, stories and examples. If this is you or your team, then get your information together and make a submission this week! #FlutterHeroes24 https://papers.synesthesia.it/flutter-heroes-2024/cfp
New post on /r/flutterdev subreddit:

Java to Flutter?

Hey, so I have been in company it was an intership for java for like 6 months. I realized I hate java and doing backend work but what caught my eye from other team in my company is flutter. I want my work to be seen immediatelly like when you programming app you can see the changes. My question... https://www.reddit.com/r/FlutterDev/comments/186t8ms/java_to_flutter/
New post on /r/flutterdev subreddit:

A simple Neovim Plugin dealing with const keywords easily

Having been bothered by the LSP's diagnostics, I developed this plugin for automatically dealing with const keywords. It has two main features: add const keywords when the current node and its children have no dynamic content. delete const keywords while you add some dynamic contents, eg:... https://www.reddit.com/r/FlutterDev/comments/187bqex/a_simple_neovim_plugin_dealing_with_const/
New post on /r/flutterdev subreddit:

Senior Dev and Principal Dev open roles in the company where I'm working. 100% remote, 401k match, medical and dental health insurance. Really good salary + annual bonus.

PM me so I can get you the info and the referral bonus if you are hired. I'm not a recruiter, I'm a software engineer. submitted by /u/SagatRiu link comments https://www.reddit.com/r/FlutterDev/comments/187j3es/senior_dev_and_principal_dev_open_roles_in_the/
New post on /r/flutterdev subreddit:

Calling all Flutter developers for DOM renderer

Please check out my new feature request on GitHub for a DOM renderer in Flutter Web. Your support with a thumbs-up can make a huge difference in enhancing Flutter's web capabilities and take attention of the Flutter team. Let's make this happen together!... https://www.reddit.com/r/FlutterDev/comments/187mdit/calling_all_flutter_developers_for_dom_renderer/
New post on /r/flutterdev subreddit:

How do you convert an existing full-Flutter project into a Flutter module?

r/flutterhelp r/FlutterDev Hi, I'm attempting to create an add-to-app (add2app) project with a native iOS project and my existing Flutter project. I'd like to convert my existing Flutter project into a module so that it can be used with the add-to-app process. I've been referencing this... https://www.reddit.com/r/FlutterDev/comments/1885uef/how_do_you_convert_an_existing_fullflutter/