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

Apache Thrift in a Flutter App?

Is anybody using Apache thrift in a flutter app? The Dart code in the latest thrift version is 3 to 6 years old and is not compatible due to changes in the Dart language. I tried integrating it with our app but I am new to flutter and dart and could not resolve the issues. ​ submitted by ... https://www.reddit.com/r/FlutterDev/comments/1975wk5/apache_thrift_in_a_flutter_app/
Mateusz and Julia will be hosting the afternoon workshop at #FlutterHeroes24 on 'Let's test it with Patrol!'. You'll learn how to use Patrol finders to supercharge your tests and how you can test native features with Patrol native automations. https://flutterheroes.com/2024/speakers/
New post on /r/flutterdev subreddit:

20 Tester Problem Solution 🚀 LAUNCHPAD: A new platform to find testers, talk about your app, and receive feedback

The "20 Tester Requirement" for Google Play became a hurdle recently for new devs -- so I pivoted something I was working on to create Flutter Launchpad, a dedicated place to talk about our apps and earn points for testing other apps and providing quality feedback. PLATFORM:... https://www.reddit.com/r/FlutterDev/comments/197e5gd/20_tester_problem_solution_launchpad_a_new/
New post on /r/flutterdev subreddit:

Moving From Flutter to Native Android (using Kotlin) -- What Will I Miss?

I have been doing Flutter for 3 years. Before that I did Full Stack Web Development for a loooong time. But the lack of Flutter jobs -- in Canada/U.S. -- is making me consider moving to native Android. (Plus I like the look of Kotlin). For those familiar with both: 1. What will I miss that... https://www.reddit.com/r/FlutterDev/comments/197vqig/moving_from_flutter_to_native_android_using/
New post on /r/flutterdev subreddit:

Scrolling behaviour on Raspberry Pi 4 with Official 7" Touch Screen

Hello everyone, I'm wondering if anyone has some experience with building Flutter apps on the Raspberry Pi 4, especially in the context of using the official 7 inch touch screen. I'm using the latest version of Raspberry Pi OS. I've had a few issues that I've solved so far. The first was the... https://www.reddit.com/r/FlutterDev/comments/197yvup/scrolling_behaviour_on_raspberry_pi_4_with/
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:

What files to ignore for mercurial repo?

I'm fairly new to Flutter, and after decades of web dev (PHP/LAMP) and a little desktop work with GTK, it's my first mobile programming platform. I use Mercurial, and notice that there are a lot of files that are updated if I run anything at all. Committing 200 MB to my repo because I changed a ... https://www.reddit.com/r/FlutterDev/comments/198ligx/what_files_to_ignore_for_mercurial_repo/
If you want to rachet up your number of users, to roadtest your tech, then be part of #FlutterHeroes24. Through our marketing & comms activity we reach 10,000s of devs and your brand and message can be part of that. https://flutterheroes.com/2024/flutterheroes-sponsors/
🔒Robust mobile app security on devices people carry around is a special responsibility that is an undeniable aspect of mobile development, and Flutter is no exception. A security strategy with critical pillars such as Identify, Detect, Protect, Respond and Recover must be taken into account from day one.

Reporting vulnerabilities, best practices to minimize risk, preventing reverse engineering, staying up to date, and identifying and blocking attacks in real-time with technology such as RASP (Runtime Application Self-Protection) are the topics you will take away from this talk.

🎤 Majid Hajian, DevRel, Invertase.io https://youtu.be/Gokw8pQRA1g
Gianfranco will explore the seamless transition from Firebase Dynamic Links to Branch.io for deep linking in Flutter. At #FlutterHeroes24 learn how to optimise your deep linking strategies and harness the full potential of Branch.io’s powerful features.

https://flutterheroes.com/2024/speakers/
New post on /r/flutterdev subreddit:

Flutter launching takes so long

please if anyone knows why flutter launching on vscode takes forever suggest me what can i do submitted by /u/Proof-Archer-3805 https://www.reddit.com/r/FlutterDev/comments/199105c/flutterlaunchingtakessolong/ comments https://www.reddit.com/r/FlutterDev/comments/199105c/flutter_launching_takes_so_long/
New post on /r/flutterdev subreddit:

sharedpreferences vs securesharedpreferences - what's the real world security concern?

I'm building a demonstration open source application that uses cloud login credentials. The app uses shared
preferences to persist the username and password between app restarts. I don't plan on providing my developer login credentials with the app. I'm assuming that the XML file that... https://www.reddit.com/r/FlutterDev/comments/199dtlp/shared_preferences_vs_secure_shared_preferences/
Synesthesia are a software agency based in the heart of Turin. They have a wide range of expertise, services and vacancies! Check them out

https://synesthesia.it/
New post on /r/flutterdev subreddit:

Has anyone used jsondynamicwidget package before ?

https://pub.dev/packages/jsondynamicwidget We need to m My use case is, I need to generate UI dynamically. The admin panel can change everything, and all shall be handled in the app. All the components will be generated as per the backend response. Currently, the response is coming from the... https://www.reddit.com/r/FlutterDev/comments/199oguj/has_anyone_used_json_dynamic_widget_package_before/
New post on /r/flutterdev subreddit:

Flutter Marketplace depop clone

Hi I’m new to flutter and mobile app development and I’m aiming to build a Depop-inspired app where users can effortlessly buy and sell items. While I’ve previously crafted a marketplace website using React, I’m eager to explore the mobile realm, and Flutter seems like the perfect fit... https://www.reddit.com/r/FlutterDev/comments/199s0mt/flutter_marketplace_depop_clone/
New post on /r/flutterdev subreddit:

Patrol or Maestro

Currently I'm working on a flutter project where no tests are currently being done, which complicates matters significantly given the project's size. Since the project uses the standard MVC structure, adding tests should not pose a challenge. During my search, I came across the Patrol and... https://www.reddit.com/r/FlutterDev/comments/19a922d/patrol_or_maestro/
The first expert #Flutterdev speakers have been revealed for #FlutterHeroes24 - take a look - their topics are really fresh for this year https://flutterheroes.com/2024/
New post on /r/flutterdev subreddit:

Effortless widget state restoration

With RestorableCellWidget added in Live Cells 0.7 (https://pub.dev/packages/live\_cells), implementing state restoration is as simple as: ```dart class Example extends RestorableCellWidget { @override String get restorationId => 'cell_restoration_example'; @override Widget build(BuildContext... https://www.reddit.com/r/FlutterDev/comments/19aj9jd/effortless_widget_state_restoration/
New post on /r/flutterdev subreddit:

MacMini late 2014 is it still okay?

For people looking to get into iOS development using Flutter is this old machine still okay to get started for the people who don't have a big budget? The configuration widely available nowadays is i5/i7, 16 Gigs of RAM, and an upgraded 256/512 GB SSD from an old mechanical HDD. What I'm worried ... https://www.reddit.com/r/FlutterDev/comments/19anmcl/macmini_late_2014_is_it_still_okay/
New post on /r/flutterdev subreddit:

Backend framework for Flutter

Hi guys. I want to learn backend framework and i need your suggestions. Before Flutter I was learning .NET but not finished. Now I want to decide what to start learning. Should i continue with .NET or start with new like node.js, go lang, nest js, django? submitted by ... https://www.reddit.com/r/FlutterDev/comments/19b8hza/backend_framework_for_flutter/
New post on /r/flutterdev subreddit:

Chatting and learning

I'm an experienced programmer and I've recently been handing over knowledge to a friend of mine who is interested in .Net which a codebase I wrote for him. I've enjoyed online meeting through Slack and the process of teaching in general. I have some spare time and I'm wondering if I can get a... https://www.reddit.com/r/FlutterDev/comments/19bc0ec/chatting_and_learning/