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

Creating a PopUp that triggers in the backgroud
I have been looking for ways to create a popUp that triggers with a certain event in the background something like the popUp of trueCaller when end a call. Is this even possible with Flutter

February 12, 2021 at 12:03AM by khaleed56
https://ift.tt/378xsO6
New post on /r/flutterdev subreddit:

Why flutter is not developing fast like android?
I mean in flutter you can create beautiful ui but there are not official library for depedency injection or good database like room(I know that are Floor and moor but they do not have big support), I think coding is sometimes bothersome, it looks like back to Programming Five Years ago, what do you think guys?

February 12, 2021 at 12:06AM by nontakenusr
https://ift.tt/3rI35pG
New post on /r/flutterdev subreddit:

SizedBox as a spacer: frowned upon?
Hi all, I'm a self-taught Flutter dev and have recently been catching myself doing this and wanted to get people's take on it. Is using a sized box as a spacer bad practice? If I'm making a list I often end up using sizedboxes with just a height property, say 20, to create space between a textbox and the submit button, for example. Seems more readable than padding to me for some reason. Is there a reason I shouldn't be doing this?

February 12, 2021 at 01:26AM by aleradders
https://ift.tt/3tNCLwd
New post on /r/flutterdev subreddit:

About flutter jobs
I know this is not the perfect place to ask this kind of questions but I am going to it anywayI need some insights about flutter jobs and I need you guys to help me with itSo let's start...I am an b.tech passout in 2020,I have an intermediate knowledge about flutter and have done nearly 15plus projects in flutter. I got an job in an company as an flutter developer,I was pretty happy at the fist place but o became sad after knowing my package,they where offering me nearly 16k for the jobNow my questions?Is this an good salary for an fresher How will be my growth If I take the flutter path And how much will an person with 2 or 3 years of experience in flutter will be earning

February 12, 2021 at 07:01AM by Akhil__007
https://ift.tt/376oalS
New post on /r/flutterdev subreddit:

Hive or Firestore
Hi, I am trying to make a notes app. So the first version only provides an offline version. Depends on the user's need, the second version should be sync with online storage. may be Firestore.I don't know Firestore supports offline storage?Sqflite already tried, based on research I think Hive is more reliable and fast.What your opinion should I go with1st Version: Hive or Firestore or Sembast or Sqflite or Firestore2nd Version: Firestore or?

February 12, 2021 at 08:08AM by Ok_Understanding19
https://ift.tt/2Z7Awph
New post on /r/flutterdev subreddit:

Zefyr package
Hi guys, I am trying to use the Zefyr package in my app. As a beginner, I don't know about a BSD license. how to use this package. nothing.I edit the code depends on my need to fit in my app. Is there any problem in using this package and deploy it in play store?

February 12, 2021 at 11:52AM by Green-Campaign101
https://ift.tt/377g2S8
New post on /r/flutterdev subreddit:

Android app not found on android tv playstore
Hello, i made android app for all types of android devices and also compatible with all (android box, phone, tv and tablet) and published to playstore, but can't find in android tv playstore, what i should add to my app manifest? Note: i added touchscreen required "false"

February 12, 2021 at 11:23AM by diyar_gulli
https://ift.tt/2Z6XL2S
New post on /r/flutterdev subreddit:

Dynamically Bold part of a String
Hi guys,I've been trying to make a text widget to make bold only a part of a String in a dynamic way.Example: "This is my establishment." if I want to bold each "is" occurence would became "This is my establishment."I cannot do this manually because I don't know in advance what the String I receive will be, I only know that it contains at least one occurence of the string I'm looking to bold.Do you know of any already existing way to do this ?If not I can publish the widget I created inside a package on pub so other people can use it.

February 12, 2021 at 12:24PM by TesteurManiak
https://ift.tt/3d7MGqG
Initiative Q is an attempt by ex-PayPal guys to create a new payment system instead of payment cards that were designed in the 1950s. The system uses its own currency, the Q, and to get people to start using the system once it's ready they are allocating Qs for free to people that sign up now (the amount drops as more people join - so better to join early). Signing up is free and they only ask for your name and an email address. There's nothing to lose but if this payment system becomes a world leading payment method your Qs can be worth a lot. If you missed getting bitcoin seven years ago, you wouldn't want to miss this.

Here is my invite link: https://initiativeq.com/invite/r-26eSeam

This link will stop working once I’m out of invites.
New post on /r/flutterdev subreddit:

App Feedback Thread - February 12, 2021
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

February 12, 2021 at 03:00PM by AutoModerator
https://ift.tt/2N2jJBN
Flutter Heroes pinned «Initiative Q is an attempt by ex-PayPal guys to create a new payment system instead of payment cards that were designed in the 1950s. The system uses its own currency, the Q, and to get people to start using the system once it's ready they are allocating Qs…»
New post on /r/flutterdev subreddit:

Array_To_Tree Plugin
Hello everyone!I wanna share with all of you an interesting plugin created for flutter, inspired by: Array-To-Tree (Javascript)​The functionality is the same as it original package from Node, take any array and converts into a multi-hierarchy array.​Any improvement or request please feel free to write a pull request or an issue.Github: https://github.com/Crdzbird/array_to_tree_flutterpub.dev: https://pub.dev/packages/array_to_tree

February 12, 2021 at 03:36PM by Ghost_InTheDart
https://ift.tt/2Z80l8Z
New tweet from FlutterDev:

93 packages released null safe versions on https://t.co/XAGXN4ILmv in the past week. Among them:

* path_provider
* shared_preferences
* image_picker
* package_info
* analyzer
* auto_size_text
* pointycastle
* flutter_typeahead

This takes us to 813 null-safe packages. https://t.co/fR8i7LIS7D— Dart Language (@dart_lang) February 12, 2021

February 12, 2021 at 07:01PM
http://twitter.com/FlutterDev/status/1360287924361773061
New post on /r/flutterdev subreddit:

Ever thought of using Bluetooth in the Flutter App ?
Here is the package for those who always use to be in the thought of using Bluetooth in their Flutter App.
I used to think that, it would be really fun to do experiments making those types of connections with devices using the self-made app. I've personally haven't tried this package yet but it seems really well-documented and thought many of you guys will be really excited to use this package and I shared it here first.source: https://pub.dev/packages/flutter_ble_lib***Enjoy**\*

February 12, 2021 at 09:32PM by sachin_dahal
https://ift.tt/3pgTKUi
New post on /r/flutterdev subreddit:

What do you use for your chat usecases in Flutter?
Hello everyone!I was wondering what everyone is using for the chatting usecases in their Flutter apps? Is firebase your go-to solution or do you build a simple server for your apps? If none of these, then what do you use? 🤓Thanks in advance!

February 12, 2021 at 11:27PM by TheSlumberFlutters
https://ift.tt/3qtUh6R