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

Use Docker with Flutter Development?

Hey guys, I wanted to ask if you use Docker during your dev process (with your team). I think it would make sense since testing is more standardized on the same docker-image but do you get other advantages out? I'm a bit hesitant because I used to have docker in a previous project and it slowed... https://www.reddit.com/r/FlutterDev/comments/ud6476/use_docker_with_flutter_development/
New post on /r/flutterdev subreddit:

Flutter Ble (Bluetooth Low Energy) on Windows Desktop

Hey Guys , recently i was working with Flutter Desktop Ble , but seems like there are not many options for Windows , so i create my own Plugin to control BLE on Windows , please try if you got time , and let me know how it works for you , WinBle : https://pub.dev/packages/winble open for Pr or ... https://www.reddit.com/r/FlutterDev/comments/uf6wg5/flutter_ble_bluetooth_low_energy_on_windows/
New post on /r/flutterdev subreddit:

Build a premium wallpaper application with firebase

submitted by /u/Destiny-Ed link comments https://www.reddit.com/r/FlutterDev/comments/uf977i/build_a_premium_wallpaper_application_with/
New post on /r/flutterdev subreddit:

Flutter - Scaffold AppBar String? & String type

Hi guys, I have the following code: Widget build(BuildContext context) { return Scaffold( appBar: AppBar(title: Text(user.name)) and I get the following error: The argument type 'String?' can't be assigned to the parameter type 'String'. title is of type String and character.name is of type... https://www.reddit.com/r/FlutterDev/comments/ufe26p/flutter_scaffold_appbar_string_string_type/
New post on /r/flutterdev subreddit:

Being a Mobile app Developer

Hi, I'm a marketing analysis and a video editor, and i worked as a teacher. Unfortunately, i lost my job because of the pandemic, To keep a positive mind, i start learning how to code with flutter, and i did some apps for my personal use, like a workout timer for my training sessions, a note... https://www.reddit.com/r/FlutterDev/comments/ugok5q/being_a_mobile_app_developer/
New post on /r/flutterdev subreddit:

Flutter showing UI that does not exist anymore

Hey, I have a really weird problem with a flutter application. Some times one screen in the app just looks like the same screen from multiple versions ago. The code for the old UI is obviously deleted or edited to the new version but seemingly randomly the app chooses to show the old UI. I don't ... https://www.reddit.com/r/FlutterDev/comments/ugrxcm/flutter_showing_ui_that_does_not_exist_anymore/
New post on /r/flutterdev subreddit:

New to Flutter

I have been developing apps for just a couple years now, but I have only used Kivy, which is Python based, to this point. I mainly have experience with python> Any general advice for me since I'm so new? submitted by /u/NicFolk link comments https://www.reddit.com/r/FlutterDev/comments/uh7pyl/new_to_flutter/
New post on /r/flutterdev subreddit:

If I had one complaint about Flutter…

I’ll spend half the time writing code logic and the other half is spent repairing parenthesis/brackets/braces. I’m grateful for code formatting. In fact, getting to no-red-underlines is a small goal. The code formatting finally working is the payoff. submitted by /u/cjrun ... https://www.reddit.com/r/FlutterDev/comments/uhzz8u/if_i_had_one_complaint_about_flutter/
New post on /r/flutterdev subreddit:

A Open Source 2D RPG Game Engine

I just found an interesting Flutter library on github I run the demo and so far so good for this As far as I know, there is currently another game engine Flame https://raw.githubusercontent.com/ym6745476/devilf/master/screenshot/slayer.gif link: https://github.com/ym6745476/devilf submitted... https://www.reddit.com/r/FlutterDev/comments/uiq4gi/a_open_source_2d_rpg_game_engine/