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

Which local database do you use?

I use Isar and I have always used it. But I wonder if there are better options. Isar annoys me sometimes because embedded objects cannot have required parameters, which forces in a lot of parts of my code to use ! Which I learned to not like. Besides that, i don’t have any problems. Maybe only ... https://www.reddit.com/r/FlutterDev/comments/1cldgaq/which_local_database_do_you_use/
New post on /r/flutterdev subreddit:

Collab with Flutter folks

I'm planning to develop a mobile application using Flutter of something like HelloTalk (not a clone though). I mean, it should basically be matching people based on their native and target language, and then they can chat with each other and help each other in their learning process. There can... https://www.reddit.com/r/FlutterDev/comments/1cmtkbh/collab_with_flutter_folks/
New post on /r/flutterdev subreddit:

I've working on flutter map clustering but at some point I dont know how use the Flutter clsutering on map which show up the image from json data and im stuck so does anyone know how to do it right way

import 'dart:async'; import 'dart:convert'; import 'dart:typed_data'; import 'dart:ui' as ui; import 'package:flutter/material.dart'; import 'package:http/http.dart' as http; import 'package:google_maps_flutter/google_maps_flutter.dart' as google_maps_flutter; import... https://www.reddit.com/r/FlutterDev/comments/1cnoogx/ive_working_on_flutter_map_clustering_but_at_some/
New post on /r/flutterdev subreddit:

Macos sandboxing

Hi I started to create a flutter application targetting macos and I immediately ran into a problem - macos sandboxing. In my app I was planning on showing a directory pane that the user is able to navigate and on the right hand pane is the files (not quite a filemanager). But due to sandboxing I ... https://www.reddit.com/r/FlutterDev/comments/1cog8x4/macos_sandboxing/
πŸ‘2
New post on /r/flutterdev subreddit:

Flutter new update of 3.22

I had some error in my project file when i update the flutter version the presentation nav bar shows some errors is there any possible way to edit that ? submitted by /u/Delicious-Base-6086 https://www.reddit.com/r/FlutterDev/comments/1ct5p6a/flutternewupdateof322/ comments https://www.reddit.com/r/FlutterDev/comments/1ct5p6a/flutter_new_update_of_322/
❀1πŸ‘1
New post on /r/flutterdev subreddit:

Flutter vs. Kotlin for WearOS? Can I expect to run into any walls with Flutter?

I know Flutter supports WearOS but I'm curious if anyone's used both Flutter and Kotlin can speak to the dev experience for each? I really like Dart but I'm not a Flutter expert by any means. Haven't used it in a while to be honest but I remember running into walls when it comes to "native"... https://www.reddit.com/r/FlutterDev/comments/1ctutos/flutter_vs_kotlin_for_wearos_can_i_expect_to_run/
πŸ‘2
New post on /r/flutterdev subreddit:

Data schema migration

For those using Riverpod or Bloc or some other state persistence that uses Json/Map data, how do you migrate your data to a different schema? Is there a package to help with it? submitted by /u/albemala https://www.reddit.com/r/FlutterDev/comments/1cut33w/dataschemamigration/ comments https://www.reddit.com/r/FlutterDev/comments/1cut33w/data_schema_migration/
πŸ‘2
New post on /r/flutterdev subreddit:

How do you implement social login in your project?

I am working on an mobile app and I am wondering, how do you implement social login for your own project. I am interested in the following: Apple account Microsoft account Google Google one tap Instagram submitted by /u/thelazybeaver10 https://www.reddit.com/r/FlutterDev/comments/1cw8lja/howdoyouimplementsociallogininyourproject/ comments https://www.reddit.com/r/FlutterDev/comments/1cw8lja/how_do_you_implement_social_login_in_your_project/
❀3
New post on /r/flutterdev subreddit:

easy sqflite curd operation tutorial

Hi, I am new to Flutter and still learning it. I have found a good curd operation sqflite tutorial online. If anyone learning sqflite, they can check it out. If someone experienced wants to share some other tutorial or study material, it would be great. here is the link of tutorial submitted... https://www.reddit.com/r/FlutterDev/comments/1cxssra/easy_sqflite_curd_operation_tutorial/
❀4πŸ‘1
New post on /r/flutterdev subreddit:

Why Flutter will conquer the multiplatform world

So, I've been thinking about how Google seems to be pushing Kotlin Multiplatform over Dart + Flutter, even though Flutter is the clear winner when it comes to multiplatform frameworks. It's got a ton of big-name adopters and a super passionate community. So Why is Google doing it? But, if you... https://www.reddit.com/r/FlutterDev/comments/1cylf9f/why_flutter_will_conquer_the_multiplatform_world/
πŸ‘1πŸ™1
New post on /r/flutterdev subreddit:

Moving to flutter from native + hybrid tech stack

Hello guys. I am the product manager at an Edtech startup. Our product allows subscribed students to access live classes and their recordings. Only subscribed users are allowed to do so and through the application. Current platforms: 1: Web application: React 2: Desktop application: Electron 3:... https://www.reddit.com/r/FlutterDev/comments/1d2akyh/moving_to_flutter_from_native_hybrid_tech_stack/
❀1