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

Rich Text Editor To PDF
Anyone ever exported rich text in Flutter to a PDF? I am currently using https://pub.dev/packages/flutter_quill and am debating whether I want to ditch it completely for the sake of exporting the text consistently to a PDF. I tried using packages to convert the Delta (formatted text) to markdown/html, then to pdf but ran into many issues and missing formatting features there.flutter_quill seems to be the most popular rich text editor nowadays but still lacks in this regard. Maybe I should wait for more robust solutions to popup and just export non-formatted text in the meantime.Any thoughts? Thanks!

October 28, 2021 at 07:26AM by jarhead777
https://ift.tt/3pIYw0A
New post on /r/flutterdev subreddit:

Animated figure
Hey! Looking to brain storm some ideas on how one would go to implement a some kind of animated figure that for example if you push it, it might say something like "hey!". I want it to be in my quiz app and say good job etc.What kind of method would be good to use? Bunch of gifs? Or some kind of htm5 canvas thing?

October 28, 2021 at 11:20AM by Suisuiiidieelol
https://ift.tt/3nywPFb
New post on /r/flutterdev subreddit:

A BDD testing question
Do you align your gieven when then with the way you have to do it in widet unit testing where everything gets mashed into a then statement after the given app exists condition or do you do that way just on test and differently with integration testing?

October 28, 2021 at 02:29PM by fredgrott
https://ift.tt/3jKkr3O
New post on /r/flutterdev subreddit:

How can I get sound level or decibel from Uint8List?
I am getting stream of Uint8List from just_audio plugin so how I can get sound level or decibel from it?

October 28, 2021 at 03:26PM by pokaboom1
https://ift.tt/3muxFDH
New post on /r/flutterdev subreddit:

Do you know about SQLite storage in Flutter? No worries, I can show you how to set it up and use it for CRUD operations in your Flutter apps 🀩
https://ift.tt/3vXkvlI

October 28, 2021 at 06:49PM by VandadNahavandipoor
https://ift.tt/3En17Bu
New tweet from FlutterDev:

πŸ¦‹ Chapter 1: Pop Quiz! Flutter developers spend most of their time within which of these Framework sub-layers? #flutterapprenticeβ€” Flutter (@FlutterDev) Oct 28, 2021

October 28, 2021 at 07:02PM
https://twitter.com/FlutterDev/status/1453769221213605891
New post on /r/flutterdev subreddit:

Flutter Firebase Phone Authentication and Firebase Database example
https://ift.tt/315B43j

October 28, 2021 at 07:59PM by rrtutors
https://ift.tt/3blwhww
New post on /r/flutterdev subreddit:

Experimental solution for text selection across multiple widgets on Flutter web and desktop.
https://ift.tt/3nCv7Th

October 28, 2021 at 09:24PM by wilsonowilson
https://ift.tt/3Gv2T5m
New tweet from FlutterDev:

πŸ¦‹ Chapter 2: Pop Quiz! Which widget registers user interactions? #flutterapprenticeβ€” Flutter (@FlutterDev) Oct 28, 2021

October 28, 2021 at 10:20PM
https://twitter.com/FlutterDev/status/1453819006649987089
New post on /r/flutterdev subreddit:

Flutter help needed.. uploading documents not working
Hi I'm a new PM for a small startup with 100K+ users and we've been experiencing this bug wherein a button that is used to upload user documents is clickable, but after reaching into your photos for the document it won't actually upload. As if the button had never been clicked..To make things worse, it's not replicable / totally random when it happens and it affects 1% of our users. What fixes it is random as well, sometimes it's going incognito, sometimes using chrome instead of safari, sometimes it's using the My Files App instead of the Photos App.We think it's a Flutter issue.. Kindly asking if anyone has any thoughts on how to fix this?

October 29, 2021 at 03:04AM by Snoo-88760
https://ift.tt/3CtTWHg
New post on /r/flutterdev subreddit:

Parallax 3D Effect
Is there some kind of parralax-effect library for flutter?Like every widget can have an elevation parameter and it moves a little according to its elevation when you move your device to give a better 3D effect than shadow only.Would be even nicer, if it would use face-id / frontcam to track the position of the eyes instead of device movement. (Similar to this)And even more extra points if it also gets the ambient light to calculate the shadows.Was just a quick idea I had in mind but is there any package/plugin/framework that already does this by any chance? (Pls also send ones which are not for flutter as reference)And if not would you also be as interested as I am for this? :D (I might be able to spend some time in creating it)

October 29, 2021 at 10:28AM by HannesHa
https://ift.tt/3mpx8CX
New post on /r/flutterdev subreddit:

Flavor dependencies
ive come across articles about flavors but they involve only variables and assets.i wonder if it is possible to use libs based on flavors so not all of them gets loaded.

October 29, 2021 at 02:11PM by chitgoks
https://ift.tt/3nLC1FU