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

Wondering about SafeArea widget ...
Why does it suck so much ?

January 30, 2021 at 03:36AM by jeffmiller16
https://ift.tt/3j7lw43
New post on Flutter Dev Google group:

apk in release mode not working
greetings to all, today i made the apk in release mode but it is not working while when I run it in debug mode it works fine. and by not working I mean in debug mode I can see the welcome screen but when I make apk then install and run it shows grey screen and doesn't work. i have made apk in

January 30, 2021 at 06:06AM by palak pandey
https://ift.tt/3agEb9B
New post on /r/flutterdev subreddit:

Firebase functions alternative
Have been using Firebase lately and need the google cloud functions for some in real-time changes to the database plus notification, thing is my credit card wasn’t accepted for Google Functions.Was looking into setting up a separate backend to monitor firebase activity, kinda new to it, so the solution would be to host a nodejs server on any hosting platform and go from there or is there a better solution? In case of of the former, are there services/setups you’d recommend?

January 30, 2021 at 07:42AM by Silfalion
https://ift.tt/3iYnvaZ
New post on /r/flutterdev subreddit:

Sending push notifications without using the "Publish" button on the Firebase Console
I am developing an event management app in which the admin can create new events and the client can book seats for the event.What I want to achieve is that when the admin creates a new event, a push notification (Even if the app is not open in the background) should be received on the client app.I have been trying to send notifications through FCM (Firebase Cloud Messaging). But that is working only when I click the "Publish" button on the Firebase Console. How can I code it so that a push notification is fired automatically when the admin creates a new event?

January 30, 2021 at 08:19AM by shawn1912
https://ift.tt/3iYNI9l
New post on Flutter Dev Google group:

I am unable to navigate to detail page from List Tile Page and show retrieved data of the particular item
Hi, I have posted this query already but nobody is trying to fix my issue. Atleast please try again I have uploaded few text items, image items and pdf documents to firebase database / storage and and able to retrieve all of them in HomeScreen i.e Vertical CardsUI list as well as ListTiles

January 30, 2021 at 11:24AM by shravan kumar Pottala
https://ift.tt/3oxLwGP
New post on /r/flutterdev subreddit:

Authentication on Flutter Apps using the @protocol
https://ift.tt/2MEW61G

January 28, 2021 at 07:22PM by ufohitchhiker
https://ift.tt/3j2zUul
New post on /r/flutterdev subreddit:

Open sourcing a #Flutter application UI for Online Grocery store, Design is created by the Afsar and is open sourced, which you can get from Figma community.
https://ift.tt/3ta0whz

January 28, 2021 at 06:10PM by ibhavikmakwana
https://ift.tt/3ta0LsZ
New post on /r/flutterdev subreddit:

Any online or offline tools for building production for iOS 14? Can't upgrade past Mojave
I have this nice app I've built using the Simulator and now I can't actually test it on my phone.For various reasons related to my day job, I cannot upgrade past Mojave on Mac. I also can't build for iOS 14 on the XCode that works on Mojave, and my phone is on iOS 14, so I seem to be stuck. Is there some way to work around this, maybe with an online build tool?I tried the iPhoneOSDeviceSupport repo and it doesn't seem to work either. I've searched the internet extensively and haven't seen much useful answers.Thanks!

January 30, 2021 at 04:35PM by brainbag
https://ift.tt/3aeGJ8k
New post on /r/flutterdev subreddit:

How hackable is Flutter?
I am wondering whether it would be possible, for example, to reimplement some of the core widgets like Text, Container, Stack, etc. so that if you don't like how the flutter framework works, you could theoretically fork it and redesign it, e.g. a different way of specifying layouts. Or are these widgets tightly coupled to the engine and it is not realistic to try and reimplement them?The reason I ask is that being able to redesign the framework in this way seems like it could be a major advantage of flutter. For example, web can only handle HTML and CSS which is baked into the browser so that it is not possible to, for example, reimplement flexbox as you see fit. Similarly with other frameworks like android. However, with flutter it seems like a lot of the implementation is outside of the engine, and therefore might be possible to reimplement it?

January 30, 2021 at 06:56PM by maximeridius
https://ift.tt/3j2VO0x
New post on Flutter Dev Google group:

_TypeError (type 'List
Hello all, I'm using woocommerce rest api to login customers ect. but I am getting this error: _TypeError (type 'List
New post on /r/flutterdev subreddit:

The getter 'x' was called on null error on app launch
I have an app that calls the position data of the accelerometer, simple X, Y, Z numbers. Code works fine and after a few milliseconds after launch of the app and shows the 3 axis numbers. I am getting the error below on opening the app:The getter 'toStringAsFixed' was called on null.Receiver: nullTried calling: toStringAsFixedI am getting this error, I think, because the accelerometer data is pulled after I call the data to be shown in a child text field. I have tried a few things but have not found any way to postpone showing the data until it is not null. This is one call of the data below which is in my stack and tablerowchild: Text((() {
if (x1.toStringAsFixed == null) {
return "";
}
// trim the axis value to 2 digit after decimal point
return x1.toStringAsFixed(2);
})(),
style: TextStyle(fontSize: 20.0),
textAlign: TextAlign.left),

January 31, 2021 at 01:58AM by Andcapulr
https://ift.tt/3aegTkG
New post on Flutter Dev Google group:

How to map data from Firestore to a list and convert to object data type
https://ift.tt/3tcXPMb

January 31, 2021 at 02:40AM by Zuher Abud
https://ift.tt/3pDmW94
New post on /r/flutterdev subreddit:

new tool alert 🚨
vcshooksThe tool help setup git hooks for your projects.It’s will: Check code style. Run unit tests. Check for branch naming Commit message and more.For now it’s supporting only dart and flutter project.But I’m adding native project too 😉

January 31, 2021 at 03:29AM by bitsydarel
https://ift.tt/2La1pG0