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

Do you use Flutter at work?
How are you using Flutter?View Poll

September 28, 2020 at 04:41PM by Codelessly
https://ift.tt/3kVqLDw
New post on /r/flutterdev subreddit:

Flutter dp metric system
I saw a design in dribbble and started to code it in Flutter. First I cut the unnecessary part. Then I resized it by keeping aspect ratio to match width 360. After this I assumed that 1 dp will be 1px. In my Samsung s8 it looks too small. Unfortunately these concerns are not discussed in tutorials. So am I doing something wrong or this is a common problom? Please do not suggest packages as I know about them.I posted it here because this example point out pains when we work with design specs.

September 28, 2020 at 06:08PM by edgeha
https://ift.tt/3mWC6VP
New post on Flutter Dev Google group:

How to pass data?
Hello guys, I want to know which widget or state should I use to pass data between pages along with changenotifier. I tried provider package, but i getting confuions and too many errors Please suggest me best state management or any another solution for it. Thank you.

September 28, 2020 at 06:43PM by Gulam Fahad Ahmed
https://ift.tt/3kPIuw4
New post on Flutter Dev Google group:

True/False Quiz (using api and database)
Hi everyone, I want to develop a True/False application using api and mysql. I've been searching for weeks, and have become somewhat familiar with the logic and design parts of this project, but still no luck actually developing this app. Are there any resources you suggest me to use? I have

September 28, 2020 at 07:31PM by Andrew Villegas
https://ift.tt/3cAUSNO
New post on /r/flutterdev subreddit:

How can drag widths be changed for drawers and custom drawers?
Posting here because it seems like a bug. Drag widths are massively reduced for RTL direction. Is there any workaround for this? Currently I'm looking at changing the _kEdgeDragWidth parameters in the source files.

September 28, 2020 at 07:54PM by Akandoji
https://ift.tt/343CCc8
New post on Flutter Dev Google group:

Provider not displaying updated state in another screen
so im using provider and change notifier, the problem is when i change the state and notifiy listeners in the same file the user interface is updated, but when i try to access the same data from the model in another screen it still keeps the original or first version and not the updated version,

September 28, 2020 at 09:32PM by Macphail Magwira
https://ift.tt/30fAxZc
New post on /r/flutterdev subreddit:

Marketing student wants to learn development
Hello there mighty developers,I am a management graduate with a majors in marketing. I have always had a interest in development and coding but have never managed to learn any.As someone who has absolutely no idea about coding (except a bit of html and CSS), will I be able to learn flutter? Do I need to learn something else then go for flutter?My interest in flutter was developed because it is a relatively new framework and it has a potential of growth in the future.Pls help

September 28, 2020 at 09:46PM by jibraaaan
https://ift.tt/344wDUd
New post on Flutter Dev Google group:

Request for proposal open: assistance with Flutter issue triage in 2021.
Friends of Flutter, The core Flutter team is seeking proposals for paid help in continuing our issue triage in 2021. We've published a request for proposal (RFP) at https://ift.tt/2EEYodk. If you are interested in participating in the request for proposal process to make a

September 29, 2020 at 01:17AM by Ray Rischpater
https://ift.tt/2S4PWHB
New post on Flutter Dev Google group:

How to---instead of using StreamBuilder---manually subscribe to a Stream from a Future(Builder) and build widgets for new data in the stream?
I want to be able to pause / resume my stream when the app pauses / resumes. I currently have a StreamBuilder to build widgets for the data coming from my stream (see https://ift.tt/2G1sbxM ) ...but I read you can't actually

September 29, 2020 at 02:01AM by Margret "Pax" Williams
https://ift.tt/3n2moZt
New post on Flutter Dev Google group:

Flutter FullScreen and Disable StatusBar and Navigation Bar
My app will be place on public location. The app should be running on full screen. I've use SystemChrome.setEnabledSystemUIOverlays([]); to hide both statusbar and systembar. This hides the satusbar and systembar but once swipe from bottom it appears again. I want no one can exit from the

September 29, 2020 at 03:49AM by ShahzadahmedPlayz _Yt
https://ift.tt/3cGOq7Z
New post on Flutter Dev Google group:

Running Flutter app
I am trying to deploy my finished app to my iPhone but my usual way with android studios and/or Xcode isn't working how do you guys do it? In Xcode or android studios how? If in Vs what's the configuration you have?

September 29, 2020 at 04:08AM by Josiah Ritter
https://ift.tt/2GfWQXJ
New post on Flutter Dev Google group:

Flutter app terminated due to memory issue
Hello Everyone, My flutter app is crashing with an error "*Message from debugger: Terminated due to memory issue*". The crash occurs when we scroll the list with images. I used pagination with Firebase. I also used progressive_image