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

How l can use xml in flutter or how i can use wedjet ready-made such java I mean, pull the wafers of the widget.
How l can use xml in flutter or how i can use wedjet ready-made such java I mean, pull the wafers of the widget.

July 28, 2019 at 01:39PM by otaku_300
https://ift.tt/2yklPlE
New post on /r/flutterdev subreddit:

[HELP] Trouble rebuilding a StreamProvider to update its current data
so I have aConsumer<NotificationProvider> and in its builder function a StreamProvider<List<Item>>.Please note that the latter widget builds perfectly on its initial load.NotificationProvider contains a list of notifications from Firebase Cloud Messaging, ergo when I receive a notification, I push something into the class' List<Alert>and then callnotifyListeners()`.Please also note that my NotificationProvider is doing a good job because I have a counter at my AppBar and it's updating whenever I receive one.Now on to the meat and potato.I'm trying to rebuild the StreamProvider whenever NotificationProvider.addAlert() is called. But somehow it's not working?I also added updateShouldNotify: (prev, next) => true, but it didn't help one bit.Please help. Thanks!I also added updateShouldNotify: (prev, next) => true, on the StreamProvider properties but it didn't help one bit.Here's some code to help clarify things further
return Consumer<NotificationProvider>( builder: (context, provider, child) { return StreamProvider<ItemsProvider>( builder: (_) async* { ItemsProvider _itemsProvider = Provider.of<ItemsProvider>(context); await _itemsProvider.getItems(); yield _itemsProvider; }, child: LeContent(), updateShouldNotify: (prev, next) => true, ); }, ); 
I expect the list to update whenever I receive an FCM notification

July 28, 2019 at 03:29PM by mr_poopybumhole
https://ift.tt/2SJKl8Y
New post on /r/flutterdev subreddit:

FlutterForce — Week 37
https://ift.tt/2SIpBhW

July 28, 2019 at 03:02PM by flutterist
https://ift.tt/2Yssw3K
New post on /r/flutterdev subreddit:

Why Navigator's animations looks slow compared to default animations on Android?
I tested my app on my Google Pixel 2 XL, and on some other more modern devices. One thing that I noticed is that Navigator.pop(), Navigator.push() etc. animations looks choppy, where animations created with animation controllers looks smooth at 60fps. Why is that happening? I've noticed it in other apps too, could it be fixed in anyway?

July 28, 2019 at 03:52PM by fabriziogg26
https://ift.tt/2MnfDl8
New post on /r/flutterdev subreddit:

Best car rasing ever
https://youtu.be/vSdub6n8Qhk

July 28, 2019 at 06:00PM by zakipcp
https://ift.tt/2yuMDzL
New post on /r/flutterdev subreddit:

Will Flutter ever be able to achieve such a "scroll inside scroll" behavior?
I'll never even try to build a Launcher if I won't be able to have a fully scrollable drawer like this thing in Nova Launcher (or really any other decent Launcher / app, think of the comment panel on the Facebook app, that's the absolute worse app I've ever seen and yet it can actually have this functionality), and right now if you try to put a ListView inside another scrollable widget (like a BottomSheet) you'll never get this right (as far as I know).

July 28, 2019 at 05:13PM by VittorioMasia
https://ift.tt/2YstOrc
New post on Flutter Dev Google group:

how can i apply(or add) Widgets on new codes?
yes thats all... and i dont know how i add widgets on my codes... someone can help me? its so hard to do

July 29, 2019 at 03:05AM by 왕준영
https://ift.tt/30Z1AGd
New post on /r/flutterdev subreddit:

ringtone clipper
im trying to make a ringtone clipping app in flutter: similar/exactly like in this ringtone app: https://play.google.com/store/apps/details?id=us.adiaos.ringdroid&hl=enhow would i load a widget with a width much greater than the screen, and allow the user to scroll left/right to see it? not a list of widgets... just one widgethttps://lh3.googleusercontent.com/vsuyXvmaqYZTcNNtZtabrOqrWEnmHCzzE1o9D-gtGDH3BGQuFuKIRxESQ3SZIlr7hw=w720-h310i want to basically make the same interface. any help would be appreciated

July 29, 2019 at 02:47AM by thejacer87
https://ift.tt/2YoEcVb
New post on Flutter Dev Google group:

How to Prevent Screen Recording and Screen shoot in Flutter App?
"I using this https://ift.tt/2YkuqDs But it worked some mobile only. Not worked Chinese mobile like Xiomi y1 lite, Redmi note 4, Cool Pad etc screen recording inbuilt functionality. I developed Educational Video courses App. So I want

July 29, 2019 at 04:02AM by Alpesh
https://ift.tt/2K1ydNX
New post on Flutter Dev Google group:

Crazy paths problems on "local" storgare for IOS
Hi developers, I am developing an app that allows the user to collect data in the field and save them into an sqlite database. The user will create one db per project and survey and ideally he/she will need to access and share that database. For that reason I added to the Info.plist teh keys:

July 29, 2019 at 09:28AM by andrea antonello
https://ift.tt/2Or542T
New post on /r/flutterdev subreddit:

Updated pin code text field package to 1.1.2! Added onErrorCheck and onDone callbacks with multiple shapes for text fields
https://ift.tt/2LJMOzQ

July 29, 2019 at 09:24AM by adarbadar
https://ift.tt/2K0iNJH
New post on /r/flutterdev subreddit:

Can I create a flutter app for my Shopify E-commerce store?
I'm currently in the process of creating an E-commerce store on Shopify, and I want to know what is in store for me should I decide to create a new flutter mobile app for my customers in the future. What are some things I should know? Is there a better alternative than Shopify that integrates better into flutter?

July 29, 2019 at 11:27AM by Grenddit
https://ift.tt/2JYr5Su
New post on /r/flutterdev subreddit:

ListView.builder deletes data
Let’s say I have an array of 60 items and I create a listview from it. Each one of these widgets are buttons that push a detail screen, but when I pop the details screen to go back to the ListView, it’s empty and the original array (datasource) has been completely cleared. I don’t have the original code right now since I’m on mobile, but I’ve been stuck on this problem for hours.

July 29, 2019 at 03:00PM by scrantonboi
https://ift.tt/2SLEvnD
New tweet from FlutterDev:

🖥Ready to build with Flutter for web?

We're opening an exclusive program for companies, design agencies and startups.

Learn more and apply here &darr; https://t.co/CjObxAaMi2— Flutter (@FlutterDev) July 29, 2019

July 29, 2019 at 07:27PM
http://twitter.com/FlutterDev/status/1155892494971953152
New tweet from FlutterDev:

Correction: "--release" is the only flag you need to run in release mode! pic.twitter.com/9UYjcXVzhf— Flutter (@FlutterDev) July 29, 2019

July 29, 2019 at 08:56PM
http://twitter.com/FlutterDev/status/1155915053884772352
New post on /r/flutterdev subreddit:

Flutter Debug isn't working
Flutter Debug isn't working, give error when trying to run the debug.What I get: Error connecting to the service protocol: HttpExceptionHow do I fix?

July 29, 2019 at 11:15PM by 5work
https://ift.tt/2GAWoke