Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

How to make this type of drawers?
[image: Untitled.png] How make like this UI of drawer?Can anyone say this

June 30, 2020 at 11:49AM by Abinavan Nagendran
https://ift.tt/2BUQvPu
New post on /r/flutterdev subreddit:

Which in app purchase package you are using, package maintained by flutter team or any other?
Title says it all.

June 30, 2020 at 11:24AM by creepy_hunter
https://ift.tt/3eNNQp7
New post on /r/flutterdev subreddit:

What database you use in 2020 with your flutter and why?
A year ago there was an interesting thread on who uses which database. Given that nearly a year passed I'm intereted in the current state of affairs. What database are you using today?

June 30, 2020 at 12:05PM by ChristianKl
https://ift.tt/3dNcrcg
New post on /r/flutterdev subreddit:

Framy - a convenient code generator for #flutter app styleguide, gallery and more.
Hey!
I've published a new package for generating a separate Flutter app based on annotations used in your normal app.
It's in a very early stage but I would love to hear what you think about it and how it could bring value to your projects or companies.There are two packages: https://pub.dev/packages/framy_annotation and https://pub.dev/packages/framy_generator.There also docs at https://framy.devLet me know what you think :)

June 30, 2020 at 12:05PM by Marcinus
https://ift.tt/2YKzDDX
New post on /r/flutterdev subreddit:

How does Lottie compare to Rive?
Are the two basically doing the same job? Are there reasons to use over the other?

June 30, 2020 at 01:14PM by ChristianKl
https://ift.tt/3gfALFB
New post on Flutter Dev Google group:

Storing GoogleSignInAccount in shared_preferences?
Trying to piece together how to use google_sign_in. I want to use Google Drive appData to store some of my application preferences. Is it okay if I stuff this into the device's shared_preferences?

June 30, 2020 at 01:16PM by Eric Knudstrup
https://ift.tt/3dQ6dbz
New post on /r/flutterdev subreddit:

Sounds 1.0 beta 1 relesed.
I'm rather pleased to announce the beta release of Sounds 1.0.0-beta.1https://pub.dev/packages/sounds/versions/1.0.0-beta.1Sounds provides a complete api and widgets for playing and recording audio in a flutter app supporting android and iOS.Sounds also support playback via the OS's audio player (shade).The beta release is the cumulation of about 8 man weeks of work (plus more evenings than I care to count).I'm fairly pleased with the final api but looking forward to some feedback.The widgets are complete but still need some work on the aesthetics and some styling options.I've made the decision that Sounds will only support native encoders/decoders. I'm in the VERY early stages of building a separate package Sounds_Codec that will provide a set of jank free codec conversions (I intend that this package will be usable outside of Sounds).I've provided high level documentation via the github wiki at:https://github.com/bsutton/sounds/wikiSo please take Sounds out for a spin and provide some feedback by posting here or raising an issue on the github website.I'm also looking for people interested in contributing to the project.Enjoy.Brett

June 30, 2020 at 01:42PM by bsutto
https://ift.tt/38f8qwn
New post on /r/flutterdev subreddit:

How to use ChangeNotifier and Provider or Bloc for: Getting a _currentPageValue from carousel.dart to in main.dart, and also want pageValue from main.dart to set value of _currentPageValue in carousel.dart?
https://ift.tt/2BRCx0y

June 30, 2020 at 01:31PM by aaklii
https://ift.tt/2NJj452
New post on Flutter Dev Google group:

Flutter crash
"Exception:Gradle task assembleDebug failed with exit code -1" Got a error message like this. Anybody know the solution? (i was doing a dicee-flutter project). Please help. Thanks in Advance!!

June 30, 2020 at 03:01PM by ANAGHA VP
https://ift.tt/2YLUjv7
New post on /r/flutterdev subreddit:

Creating custom design & interactive donut charts
https://ift.tt/2YJ0AYE

June 30, 2020 at 02:33PM by heigzir
https://ift.tt/3dIcZ3n
New post on /r/flutterdev subreddit:

App Feedback Thread - June 30, 2020
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods

June 30, 2020 at 02:33PM by AutoModerator
https://ift.tt/2Vwd4ko
New post on Flutter Dev Google group:

Newline character \n Not Working While Loading Text From Firebase
Hi i am using some text data to load from firebase and then showing it as Text.I am using Text() widget .I have a field called description in my firebase document which for example contains info like this: *description*: *This is \n some text.* So as you can see there should be two lines

June 30, 2020 at 04:49PM by Anoop Rana
https://ift.tt/2ZmAr0X
New post on /r/flutterdev subreddit:

issue in flutter_blutooth ios
I face a problem when using flutter blue plugin
(0.5.0 version).My Bluetooth device is connected only once and I can't connect another time until I close the Bluetooth on my iPhone and turn it on again.this is a video for the experiment. https://drive.google.com/file/d/1pQW4JFQI5R_zcxF3wfozT6Ru2AY2KxBm/view?usp=sharingI can't use the latest plugin version because the project is old. this issue happened in ios only.I'm testing on iPhone 6 plus ios version 12.4.7

June 30, 2020 at 04:44PM by adham_ashraf
https://ift.tt/2NDNaXA
New post on /r/flutterdev subreddit:

Which library would you recommend for local key value storage?
I use Hive, but I am unsure about it's future. While it still works, I am afraid on how much more development it will get because it's last release was in February and there has been little commit activity in the past few months.As for shared preferences, the plugin says it's not recommended for larger amounts of data.Does anyone use object box? https://github.com/objectbox/objectbox-dartI haven't worked with it yet, but it looks similar to Hive. I believe one issue is that it adds around 20mb to the app size.What do you recommend?

June 30, 2020 at 05:13PM by RepresentativeKiwi5
https://ift.tt/2NKmJ2h
New post on /r/flutterdev subreddit:

Prism - An open source wallpapers app developed in Flutter.
Hey, hope that you are doing well in this quarantine. I just wanted to share a piece of work that I have been working on for quite sometime now. It's a wallpaper app - Prism, with more than 1M+ wallpapers. It is now live on Play Store, so do check it out and please share your feedback.All the code is open source! Source code - https://github.com/Hash-Studios/Prism Play Store - https://play.google.com/store/apps/details?id=com.hash.prism

June 30, 2020 at 04:50PM by LiquidatorAB
https://ift.tt/3giG7zX