Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on Flutter Dev Google group:

Methods for creating a game clock
Hi, I'm trying to make a real time game in Flutter. The biggest hurdle seems to be updating the state of the game every tick. I'm aware of a game engine in Flutter called Flame
New post on Flutter Dev Google group:

hi nro have anyone whey should i put futureBuilder to get my data from firebase?
have anyone whey should i put futureBuilder to get my data from firebase? @override Widget build(BuildContext context) { return CustomScrollView( controller: _autoScrollController, // shrinkWrap: true, slivers:
New post on /r/flutterdev subreddit:

Is a social media app built in flutter and hosted on firebase bad idea for a social media startup ?
I founded a startup which is a social media app built with flutter and hosted in firebase.Due to lack of funds and willing to test the app idea before full commitment, we went for a flutter app hosted on firebase, instead of native app separately for Android and iOS.The app is almost ready for a closed beta release with a community right now.The technical founders warned me that this would be a problem once the app is fully released like for example:- 1) Google will have too much control and restrictions over the data stored. 2) Azure or AWS would be better for social media app. 3) Native built app will give more control than Flutter built app. And many other worries.The reason I chose firebase and Flutter is the speed of development of app for a quick validation of app idea and low cost of development.So is it a grave error or is it managable one to have a social media app in flutter on firebase ?

February 13, 2021 at 03:31AM by Cannonzue
https://ift.tt/3qgMEQN
New post on Flutter Dev Google group:

Help Placing Feed in Top Right Corner
alignment: Alignment.topRight ? Would I need to create a constructor? Example base feed is a instagram clone attached below https://ift.tt/3qo1yoI

February 13, 2021 at 06:58AM by Scott Beeker
https://ift.tt/3jJ3vcC
New post on /r/flutterdev subreddit:

Amazing flutter design and animations
In my journey to learn FLutter I created two beautifully animated packages, it is awesome how flutter is really powerful in creating different effects and custom mobile views, all of that while having smooth performance.
Hope you like it!
https://pub.dev/packages/animated_image_list
https://pub.dev/packages/animated_rail

February 13, 2021 at 07:06AM by youssefali424
https://ift.tt/3d8c3Zi
New post on /r/flutterdev subreddit:

New Localisation library 🤟🏿
bd_l10n is a localisation tool built on top of the new flutter gen-l10n tool.This tool take advantage of the gen-l10n features and workaround few limitations/bugs available in the tool.For example:You can have different localisation classes.Put localisation classes in different directories.Generate localisation classes on the fly without having to re-run the application, just perform a hot reload and tada your app has new localisations.Generate localisation classes without you needing to re-run the script or running build_runner build on any new arb files added.This give you complete freedom on how you want to generate and where you want to generate localisations.https://pub.dev/packages/bd_l10n

February 13, 2021 at 06:26AM by bitsydarel
https://ift.tt/3agm5pB
New post on /r/flutterdev subreddit:

A medium like notepad in Flutter
I was trying to make a medium like notepad app. Then I got this post, it is brilliant for me as a beginner. I don't need to use any packages to markdown content for bold, italic, and other. but I really need to know how to add Images in the text field between text content like medium. I am stuck now, anyone got any idea, then share it with me.simple note pad with text content and lots of images.

February 13, 2021 at 11:39AM by Immediate_Entry_3626
https://ift.tt/3aeUrJi
New post on /r/flutterdev subreddit:

Made a Flutter Discord
Hey,I noticed there was no Flutter Discord channel so I made one called "Flutter Unofficial".Feel free to come along and help me (lmao) no but for real come and help each other.It's empty right now so yeah don't expect a full community yet.

February 13, 2021 at 03:12PM by StudentOfAwesomeness
https://ift.tt/3quXK4I
New post on /r/flutterdev subreddit:

I need to make a widget that visible everywhere when i need it, something like tv volume indicator
Hello how to make a widget like tv volume bar can be visibled on other widgets and in all routes when, i don't want make it with stack or place it in widget tree

February 13, 2021 at 02:57PM by diyar_gulli
https://ift.tt/2N46m3R