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

How good is flutters preformance on desktop?
I'm working on a small hobby game engine project. I have been using .NET for the most part I scrapped the project and started again with C++I still have one problem which is that I'm still not sure which UI library to use, Desktop UI seems dead. some of the options that I considered were either using something like QT or draw the UI using OpenGL(imgui). of course, the last option was to use a js framework like react or flutter.now these frameworks tend to have a bad reputation in terms of performance on desktop, most notably a framework called "electron". a friend of mine kept suggesting flutter he told me that it can actually translate to real native code. how close is it compared to a native win32 app?

September 26, 2020 at 05:39PM by 10o00o01
https://ift.tt/2G9IE2r
New post on /r/flutterdev subreddit:

Anyone interested with building flutter-node-builder (ts) with me?
https://github.com/bridgedxyz/flutter-jsjust kicked-off the project, main goal is building a sdk for building flutter widget tree in nodejs, for general purpose. such as building flutter code exporter based on node platform (sketch/figma, etc...)

September 26, 2020 at 09:20PM by softmarshmallow
https://ift.tt/2S1TcmV
New post on /r/flutterdev subreddit:

Problem with Flutter documentation
hello there,i want to learn flutter but when i go to the site which has the flutter documentation it keeps loading then show an internet connection error is that a problem in my internet or the site doesn't work ?

September 27, 2020 at 12:01AM by Mahmoud_Samir
https://ift.tt/3kV47vf
New post on /r/flutterdev subreddit:

Flutter apps in the browser
I love the idea of cross platform development. I've been looking for a project on which to learn flutter. I have an idea for a project but it would be delivered primarily via PC web browser . Does it make sense to use this as a way to learn flutter or should I stick to more standard web development technologies?

September 27, 2020 at 05:01AM by ShaneFerguson
https://ift.tt/2G26i1a
New post on Flutter Dev Google group:

FutureProvider cannot access updated variable
Flutter Provider : Learning FutureProvider Need Help. I am trying to change text onPressed button, the Text only changes if i save my file or make some changes and save it. FutureProvider is State manager , do i have to set its state manually ? CODE : https://ift.tt/336vTin

September 27, 2020 at 11:07AM by Forcod
https://ift.tt/333XsZx
New post on Flutter Dev Google group:

change color of button onpressed / filtering stream builder using indexedstack
hi guys . i am filtering my stream builder with indexedstack returning list of flatbuttons. i am trying to change the color of button on pressed but if so all buttons colors get changed? what am i doing wrong? thanks guys Container( height: 40, width: MediaQuery.of(context).size.width, child:

September 27, 2020 at 01:50PM by reza7....@gmail.com
https://ift.tt/2Gbq4Hd
New post on /r/flutterdev subreddit:

Any Flutter conf speakers? GDG Devfest Poland 2020 - CFP online event
#gdg #devfest #google
Any pro 'Flutters'? I believe there are great speakers among this subreddit, technology guru’s, leaders of the pack… Yeah! That’s you we are speaking about!We want to offer you to take part in GDG Devfest POLAND 2020 as a speaker and share your precious knowledge with our attendees.
Did Flutter change your life or turned out to be the next big thing in your work/business? Do you have a great story to share?
Submit your talk at https://sessionize.com/devfest-poland-2020-with-gdg/The conference will be held online, but it's still a great opportunity for speakers and attendees to meet other awesome people :)

September 27, 2020 at 02:23PM by muflon1337
https://ift.tt/340Y69j
New post on /r/flutterdev subreddit:

FlutterForce — Week 89
https://ift.tt/2ECMaC1

September 27, 2020 at 02:56PM by flutterist
https://ift.tt/3kODasY
New post on /r/flutterdev subreddit:

googles Grasshopper app for Flutter?
Hey guys, i was wondering if theres an app thats like the grasshopper learning app but just for Flutter, you guys know some Flutter learn apps ?

September 27, 2020 at 04:05PM by wucl0ne
https://ift.tt/2HAxOTY
New post on Flutter Dev Google group:

url_launch
Hello guys, i creating click2chat app, in which while sending a message to whatsapp, the link taking 8 lines out 20 lines of message. please help

September 27, 2020 at 04:17PM by Gulam Fahad Ahmed
https://ift.tt/2GbIyHB
New post on /r/flutterdev subreddit:

I am Developing a music player app using flutter and I need some feedback
Hey All,
I am developing a Flutter app called TuneIn.
TuneIn is a cross-platform Music Player Built for Android for the moment, It allows the management of Songs, automatic mapping into Albums/Artists, Tag (song details) Changing.You can also Cast your songs to start playing on any UPnP capable device, like your smart TV, fireStick, Chromecast, ...
TuneIn is currently OpenSource and Can be found via the Github link below.Don't forget to Star the repository and open issues, if you have any.
You can leave your feedback on the code here or on the gitter channel (found in the README file)link: https://github.com/moda20/flutter-tunein

September 27, 2020 at 04:36PM by RARBK
https://ift.tt/3kPHTdY
New post on /r/flutterdev subreddit:

A question that needs an answer from a programmer
I asked a question and I could not find anyone to help me solve it Please help me if you do not know it Help me spread ithttps://stackoverflow.com/questions/64089749/how-create-curl-page

September 27, 2020 at 05:46PM by Absy_Inbis
https://ift.tt/340Rl7u
New post on /r/flutterdev subreddit:

BLoC pattern help?
i am fairly new to flutter, built a rookie project, now i want to learn about BLoC pattern. I dont have any prior experience of app developing before flutter.
Can you guys kindly recommend some sources on understanding BLoC pattern?
THanks very much.

September 27, 2020 at 05:44PM by yaadyeud
https://ift.tt/309f8Rp
New post on /r/flutterdev subreddit:

Hello everyone! I recently gave a live talk on 'Flutter and PWAs'. If you are interested in PWAs and want to understand them and most importantly want to know how to create one in flutter here's the link for you.
https://youtu.be/WhH_eZUjXis

September 27, 2020 at 05:59PM by idreesBughio
https://ift.tt/3kREcV3
New post on /r/flutterdev subreddit:

Couchbase Lite Dart - embedded nosql database for Windows (Dart/Flutter)
I'm excited to announce my first plugin: Couchbase Lite Dartlink: https://pub.dev/packages/couchbase_lite_dartCouchbase Lite is an embedded no sql database with support for Android(Java) and iOS(Swift).This is an almost feature complete implementation of their C library in Dart using ffi. The goal of this library is to provide a native plugin that does not depend on platorm channels to support as many platforms as possible.Currently I focused on Windows, but Android and iOS should work out of the box once I figure out how to build/bundle the static libraries.While it is almost feature complete, it is not production ready yet. Testing and contributions are welcome.Here's a demo of an app running on windows, you can find the source code in the example folder of the package. Windows Demo

September 27, 2020 at 08:02PM by Rudiksz
https://ift.tt/3cAQHRX