Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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/
New post on /r/flutterdev subreddit:

Flutter Dynamic Dashboard Widget

Try Online Demo Demo Usage Short Video Pub package submitted by /u/mehmetyaz link comments https://www.reddit.com/r/FlutterDev/comments/ujpqbw/flutter_dynamic_dashboard_widget/
New post on /r/flutterdev subreddit:

What is the FFI library?? And why is C so special?

So I've come across this library called FFI(dart:ffi). I read that it is used to call native C APIs, and other things. But can't we do all those stuff in Dart? What is special about C that we need a whole library for it? I'm just curious about it. submitted by /u/Ananta_Datta [link] ... https://www.reddit.com/r/FlutterDev/comments/uk8fmh/what_is_the_ffi_library_and_why_is_c_so_special/
New post on /r/flutterdev subreddit:

BLoC design and ChangeNotifier

Hello everyone! I'm new to Flutter but I'm trying to make things in a good way and familiarize with its univers. I have red lot of post and articles, and it seems that it in most of the case I should use ChangeNotifier. My app won't need audio or video or any data streams in fact. Maybe just for ... https://www.reddit.com/r/FlutterDev/comments/ukht1y/bloc_design_and_changenotifier/