en
Feedback
Flutter Heroes

Flutter Heroes

Open in Telegram

Show more
The country is not specifiedTechnologies & Applications4 956

📈 Analytical overview of Telegram channel Flutter Heroes

Channel Flutter Heroes (@flutterdev) in the English language segment is an active participant. Currently, the community unites 24 985 subscribers, ranking 4 956 in the Technologies & Applications category.

📊 Audience metrics and dynamics

Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 24 985 subscribers.

According to the latest data from 27 January, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by -163 over the last 30 days and by 0 over the last 24 hours, overall reach remains high.

  • Verification status: Not verified
  • Engagement rate (ER): The average audience engagement rate is 0%. Within the first 24 hours after publication, content typically collects N/A% reactions from the total number of subscribers.
  • Post reach: On average, each post receives 0 views. Within the first day, a publication typically gains 0 views.
  • Reactions and interaction: The audience actively supports content: the average number of reactions per post is 0.
  • Thematic interests: Content is focused on key topics such as developer, firebase, widget, hemantpra389, engineer.

📝 Description and content policy

Channel description not provided.

Thanks to the high frequency of updates (latest data received on 28 January, 2026), the channel maintains relevance and a high level of publication reach. Analytics show that the audience actively interacts with content, making it an important point of influence in the Technologies & Applications category.

24 985
Subscribers
No data24 hours
-437 days
-16330 days
Posts Archive
New post on /r/flutterdev subreddit: Tell me why GetX is bad I have read many forum that GetX is bad. But they just write their opinion without details . Some people said that GetX is bad practice, but not giving example . Can you explain me more? Or help me get some articles? February 24, 2022 at 12:59AM by bogaga200 https://ift.tt/IL58FOn

New tweet from FlutterDev: 💻✨ Help us improve Flutter! The quarterly Flutter User Survey is here, and we want your input into how Flutter makes decisions. Your answers will be used to improve Flutter. 💙 Get started 👉🏽 https://t.co/uCrnPI4bFy https://t.co/BCt99M85YY— Flutter (@FlutterDev) Feb 23, 2022 February 23, 2022 at 11:00PM https://twitter.com/FlutterDev/status/1496605823132393472

New post on /r/flutterdev subreddit: android algorithms Hi i studied algorithims but I want to link it with android application development(real life usage that I can see that I used that algorithm to solve this point) so any one can share a pdf or alink for that topic? February 23, 2022 at 09:17PM by engkhaledeisa https://ift.tt/kZ4EPSe

New post on /r/flutterdev subreddit: State of CodePush solutions for Flutter in 2022 Hi, I might need to review which technology to use in an enterprise company for their cross-platform mobile app. In many regards (especially longevity) Flutter seems to be the better solution compared to Ionic and React Native.But it seems to me like the CodePush equivalents for Flutter are not very mature? The interest for Chimera is not very high and the tool is rather cumbersome to set up when I look at tutorials.Is any one of you using the technology in production and can give insights? Or are silent updates without a version upgrade in general considered a bad practice in Flutter universe (since Google does not support it officially)? Personally, I cannot imagine how skipping Apple code review might be a bad thing if you need to rollout critical bugfixes February 23, 2022 at 09:55PM by philly-vanilly https://ift.tt/Ir6LzdQ

New post on /r/flutterdev subreddit: Hiring full time Flutter Developer App startup currently negotiating chain wide contract. Need Flutter dev ASAP. Lots of perks, but must be startup caliber. Based in Dallas, Texas but can be 100% WFH.Website is currently shitty, we're working on it. But check it out: www.vsblapp.comSearch VSBL App in App Store & Google Play.Senior Application Developer working very closely to CEO, CTO & CPO.Shoot me an email with your resume & contact info if interested! We are not a typical company. No corporate bureaucracy.[scott@vsblapp.com](mailto:scott@vsblapp.com)Technologies we use (You do not need to know all):Flutter FrameworkDartPython (Flask and lambda)MySQLAWS lambdaAWS RDS (Relational Database Services)AWS EC2 (Elastic Cloud Compute)AWS Route53Google Firebase February 23, 2022 at 08:47PM by vsblapp https://ift.tt/W8Yz1Bi

New post on /r/flutterdev subreddit: Sudden error while rebuilding the app - Flutter Sorry to bother,I've been rebuilding all afternoon my app, and literally running it again and again each line of code, and nothing happened, always with no errors. In the part that I had got stuck with a stupid error last time, I reran, and nothing. I then reran again just for good measure and I got the same fucking stupid error. Could someone know how to fix this?In advance, thanks for any help, flutter gets me god damn weak sometimes.​*error description:** Where:Build file 'C:\Users\Miguel\Desktop\GERAL\Miguel\PrRrOjJ\NOVOADN\Flutter\testefirebase\android\app\build.gradle' line: 28* What went wrong:A problem occurred evaluating project ':app'.> No signature of method: build_1glta3cv5xivxcrzmw6u8ib1s.android() is applicable for argument types: (build_1glta3cv5xivxcrzmw6u8ib1s$_run_closure2) values: [build_1glta3cv5xivxcrzmw6u8ib1s$_run_closure2@4fea937a]​screenshot of the code: (i didn't changed a thing, since it had appointed no errors, I don't fucking know what the hell could be wrong with line 28)https://imgur.com/a/mp3Vm4Y February 23, 2022 at 07:56PM by Moms_Spaghetterino https://ift.tt/pE0R1bS

New post on /r/flutterdev subreddit: Read SMS in Flutter with SMS Retriever https://ift.tt/9Zx5fPK February 23, 2022 at 06:31PM by rrtutors https://ift.tt/HzSsF3l

New post on /r/flutterdev subreddit: Golden test package from Betterment & VGV, this might solve the platform issue of golden_toolkit https://twitter.com/VGVentures/status/1496531241100845060?s=20&t=pBfuoT5_P0OvjTMcJsO8Mg February 23, 2022 at 06:32PM by TesteurManiak https://ift.tt/1KDxgem

New post on /r/flutterdev subreddit: Would this `local_data_manager` package be useful to publish to pub.dev? TL;DR: take a look at this package, let me know if it seems useful: https://github.com/antholeole/local_data_manager/blob/main/README.mdHi there! I seem to find that there's a lot of utilities I carry over from project to project, and decided it's about time I standardize them into packages.But before I go through all the work of writing CI/CD, fully testing every corner, I'd like to ask the community if this is something that they would see useful, or if there are already existing solutions.the problem for me is that I use path_provider all the time to store data locally, but I don't like three aspects:It isn't type-safe: I have to go through the same boilerplate of reading the file, converting it to Map<String, dynamic>, and then calling toJson. since I do this every time, I've abstracted it in an easy API.path_provider isn't supported for web, but all I really care about is the persistence functionality. Since shared_prefrences uses a solid persistence backing in web, I always default to using it when writing to support web.Kind of falls into point one, but I do this for every project. This means that it's a well abstracted idea that might be useful in the wider Flutter communities projects.Here's the readme for the github if you could take a look and let me know your thoughts:https://github.com/antholeole/local_data_manager/blob/main/README.mdI'm also thinking about integrating it with freezed or similar so that you can just add a @persistedSingleton annotation to a class and then have the save(), delete(), load() functions automagically generated.Thanks!View Poll February 23, 2022 at 05:21PM by SnooPears7079 https://ift.tt/69Vqlp7

New tweet from FlutterDev: 🙌 Keep up the great work, @flutter_adam! #FlutterPuzzleHack https://t.co/DYLpQB0or6— Flutter (@FlutterDev) Feb 23, 2022 February 23, 2022 at 05:00PM https://twitter.com/FlutterDev/status/1496515191881748485

New post on /r/flutterdev subreddit: Should Flutter be my main or backup? Flutter is a great language with my experience so far. However, finding a job or opportunities is harder than other languages—specially the number of them. So should I change my main to another language that is easier to find a job? What have you done so far? February 23, 2022 at 04:19PM by gokser https://ift.tt/SGIx2sr

New post on /r/flutterdev subreddit: What I learned building a Flutter app for 5 platforms Hey everyone! Wanted to share out a blog post I wrote up recently summarizing my experimenting with Flutter & Dart this past year to build a cross-platform app on iOS, Android, desktop web, mobile web and as a Chrome extension.Would be happy to chat about any questions or feedback folks might have on some of the things I go over. Happy coding!https://blog.pollyn.app/posts/2022-02-23-flutter-five/ February 23, 2022 at 04:49PM by ameridanreynolds https://ift.tt/Sc0PwEA

New post on /r/flutterdev subreddit: Flutter: Speed up your workflow with a custom project creation script - gskinner blog https://ift.tt/7w3jG8u February 23, 2022 at 05:01PM by gskinner_team https://ift.tt/0F9gw13

New post on /r/flutterdev subreddit: Get notified when you’re close to a specific place. Hello! I created a collections on firebase with all the localisations of touristic spots. I now want to notify the users when he’s close to one of these places. How do I fetch the data from firebase and how do I use it with the user current localisation to trigger the notification ? Any links ? Ideas ? February 23, 2022 at 04:13PM by International_Ad1881 https://ift.tt/WBVAlby

New post on /r/flutterdev subreddit: Probably a stupid question With an idea in mind and starting a project fresh. Knowing that you want to target, web and mobile devices.Do you start with one platform web or android or iOS. Then the next and the next. If so would you start web or mobile?Or do you start with the basics, UI navigation or something and test across all platforms and then next stage.I understand the concept of one codebase for all platforms but in my experience this doesn't always work out great and tweaks etc are inevitable. February 23, 2022 at 12:26PM by b0atBuy3r https://ift.tt/ZDevAQq

New post on /r/flutterdev subreddit: Flutter: Freelancer wanted! I and My team are a beginner in flutter. Could anyone guide us in our learning? February 23, 2022 at 12:50PM by Sneka_S https://ift.tt/Eb9qOgi

New post on /r/flutterdev subreddit: How can I downgrade Flutter version 2.8.1 to 1.22.6? Is it possible? I'm currently working with the flutter updated version (2.8.1), but I need to downgrade to a lower version. When I tried, it showed a stable version not available. Could anyone suggest me any ideas? February 23, 2022 at 11:55AM by Shanmathi_S https://ift.tt/w6JQHnA

New post on /r/flutterdev subreddit: Flutter Mobile Apps - How to create Dynamic Check Boxes https://youtube.com/watch?v=Z4LPMxl6hJM&feature=share February 23, 2022 at 10:34AM by osppro https://ift.tt/8QZKGvC

New post on /r/flutterdev subreddit: Is there a performance hit on using multiple SliverToBoxAdapters? Just wandering if it is good practice to use multiple SliverToBoxAdapters in a CustomScrollView or use one Adapter and use a Column inside it to handle multiple widget. Does using multiple adapters have a performance hit? February 23, 2022 at 10:00AM by sachcha90 https://ift.tt/8sW0IRm

How do you guys like to upskill in Flutter?
Anonymous voting