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

Does Clickup's Android App was built using Flutter?
Though they have not state about it anywhere, does anyone has the same feeling while using the app ? (For example, in some screens you can go back using the ios-like "edge-swiping" gesture, which is easy to make in Flutter but has not been so common/easy to do in Android native)https://play.google.com/store/apps/details?id=co.mangotechnologies.clickup&hl=ja&gl=US

February 22, 2021 at 05:37AM by UenX
https://ift.tt/3k8WKky
New post on /r/flutterdev subreddit:

would it be hard to use flutter? Im well experienced on unity using C sharp.
Im currently making an app but unity is kind of hold me back. Would it be easier for me to learn considering that I’m already comfortable with unity.

February 22, 2021 at 07:04AM by Sweaty-Truth6819
https://ift.tt/3aEaPn2
New post on /r/flutterdev subreddit:

App with Wordpress as the database engine
Hello I am making an app using flutter and I will make it communicate with Wordpress database. I understand that most apps are designed with Firebase database. But using Wordpress as the backend will give huge advantage of making a website interface for my app and also easy admin panel to control. Any ideas or suggestions?

February 22, 2021 at 06:33AM by zarzor_2010
https://ift.tt/3uhHTJg
New post on /r/flutterdev subreddit:

[Flutter Web] Improvement on OAuth login through external window
Hi guys,Recently I've posted in this subreddit my article on an implementation of OAuth authentication flow using Twitch's API as an example (https://www.reddit.com/r/FlutterDev/comments/lomw01/flutter_web_oauth_authentication_flow/)I probably should've waited before making this article as now, I've improved this implementation using an external login popup which can help to authenticate without needing to reload your entire application.
I don't think it would be relevant to make another article describing it so I want to ask you: Would you be interested in knowing how this implementation is made ? And if yes how would you like to have access to it ? (GitHub repo, an edit on the initial article, else..)Thanks in advance for your feedbacks !

February 22, 2021 at 10:02AM by TesteurManiak
https://ift.tt/3aEt3oi
New post on /r/flutterdev subreddit:

Simplify edit pages with this Flutter package!
This package uses `flutter_bloc` under the hood to provide a simpler way to implement edit views!Example:
EditBuilder<String>( initialValue: 'C++', builder: (context, value, setValue) => Center( child: Column( mainAxisAlignment: MainAxisAlignment.spaceAround, children: [ Text(value), FlatButton( child: Text('INCREASE'), onPressed: () => setValue(value += '+'), ) ], ), ), ), 
Please check it out and let me know what you think!Pub: https://pub.dev/packages/edit_builder.GitHub: https://github.com/jesusrp98/edit_builder.

February 22, 2021 at 09:51AM by jesusrp98
https://ift.tt/3aGEvA3
New post on /r/flutterdev subreddit:

How to Resolve Only Static Members can be Accessed in Initializers In Flutter ?? - Flutter Agency
Earlier we have been through various articles based on flutter like how to Run App On Multiple Connected Devices Simultaneously in the flutter. So in this article, we will go through how to resolve Only Static Members can be Accessed in Initializers in the flutter.Read it here: https://flutteragency.com/resolve-only-static-members-can-be-accessed-in-initializers/

February 22, 2021 at 11:03AM by Flutteragency
https://ift.tt/3qUzrNO
New post on /r/flutterdev subreddit:

How to Make Fullscreen Flutter Application ??
With the help of StatusBar, users can control the status bar color, style theme, visibility, and translucent properties across iOS and Android. In this article, we will go through how to make a Fullscreen Flutter Application in an In-depth process. https://flutteragency.com/make-fullscreen-flutter-application/

February 22, 2021 at 10:48AM by Flutteragency
https://ift.tt/2MaOns6
New post on /r/flutterdev subreddit:

How does the updateShouldNotify() method of InheritedWidget works in Flutter?
Before asking this question, I had read almost all articles and questions about InheritedWidget on Stackoverflow and watched most of the videos about InheritedWidget on Youtube as well. As of here I know what InheritedWidget is and how it works. But this updateShouldNotify() method of the InheritedWidget is so confusing. Can someone clear me up please ?

February 22, 2021 at 10:36AM by Chinky_Sight
https://ift.tt/3boaHqS
New post on /r/flutterdev subreddit:

scroll views can dismiss a keyboard on drag
https://ift.tt/3ajOPgW

February 22, 2021 at 01:16PM by Flutteragency
https://ift.tt/2MbQ9t2
New post on Flutter Dev Google group:

Can't show demoProducts in my app
Problem Can't show demo data in app (get Error) This is my mode => --- Start Here ---- class Product with ChangeNotifier { final String id; final String title; final String job; final String description; final String city; final String contact; final List
New post on /r/flutterdev subreddit:

Flutter Tap Weekly Newsletter Week 76! - Tutorials, videos, packages, and much more!
https://ift.tt/3uiXtV0

February 22, 2021 at 02:48PM by vensign
https://ift.tt/3bqdRdS
New post on Flutter Dev Google group:

crash using Isolate.spawnUri (minimal example provided)
i am trying run a remote dart file hosted on my local iis instance, i get a crash UI actions are only available on root isolate. i do not intend to do any ui actions, i just want to process some input using dynamic code. The example is here https://ift.tt/3dB9AXr Any

February 22, 2021 at 04:25PM by iulian0512
https://ift.tt/2ZCpt7N
New tweet from FlutterDev:

💙 What tips do you have for making the most of a virtual conference? See more of our pointers in this second thread as you get ready for #FlutterEngage on Wednesday, March 3rd! &darr; pic.twitter.com/corVy3eS3J— Flutter (@FlutterDev) February 22, 2021

February 22, 2021 at 06:27PM
http://twitter.com/FlutterDev/status/1363903216815984640
New tweet from FlutterDev:

Tip #1: 📝 Put a pen to paper and take some notes. Research suggests that jotting down ideas onto paper increases memory retention and focus. Even if you never read those notes again, it helps.— Flutter (@FlutterDev) February 22, 2021

February 22, 2021 at 06:27PM
http://twitter.com/FlutterDev/status/1363903218573447168
New tweet from FlutterDev:

Tip #2: 🧊 🔨 Prepare some icebreakers! During the show, the live chat will be on - join the conversation and share your thoughts, questions, and something fun about yourself.— Flutter (@FlutterDev) February 22, 2021

February 22, 2021 at 06:27PM
http://twitter.com/FlutterDev/status/1363903219504619520
New tweet from FlutterDev:

Tip #3: 🍳 💦 Hydrate and grab a bite before the show. Eating a healthy breakfast is linked to improved concentration, increased energy, and much more! (And get ready, because we have a LOT in store for you on March 3rd.)— Flutter (@FlutterDev) February 22, 2021

February 22, 2021 at 06:27PM
http://twitter.com/FlutterDev/status/1363903222641946627