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

What is required for a Webinterface managing a Linux server
So there are web interfaces out there to manage Linux servers in some way. Be it cockpit for general Linux server or something like TrueNAS which is for Nas purpose.I was wondering if flutter would be a good fit for building something like this.I am experienced DevOps guy but just a flutter intermediate and was wondering how that would work.Would it be building a pretty Webinterface and creating functions which just map to command line tools? I am thinking of managing btrfs filesystem, maybe nfs/SMB config, some docker containers, something along those lines.I bet I am missing something. Maybe someone here can shine a little light into that.

February 10, 2022 at 12:50AM by ajfriesen
https://ift.tt/iTGejhd
New post on /r/flutterdev subreddit:

I Just release the isave 2.0 and introduce a new feature called Preview* where you can plan your Instagram profile and see how it look. I would love to hear your feedback about the app.
https://ift.tt/a6t5mGx

February 10, 2022 at 02:50AM by devyuji
https://ift.tt/kbhFYxp
New post on /r/flutterdev subreddit:

What is a good YouTube player for Flutter?
I feel like all the packages I've tried are always very inconsistent in enabling full screen and what not and I can't find any that don't give me random errors, or the screen expands all the way. Recently I was using better_player + youtube_explode_dart, but I was a little worried that my app my might not get approved. I've also tried youtube_player_flutter, but that seems to have issues with enabling full screen (Also has 200+ unanswered issues on GitHub). I'm not sure what to do.

February 10, 2022 at 03:41AM by 31Carlton7
https://ift.tt/sF5YlTX
New post on /r/flutterdev subreddit:

What you call a Microapp in a Super App ?
For Example inside the Gojek / Paytm, Grab ,Wechat application etc for example in GoJek there are Go-food, Go-Ride, Go-Car etcwhat you call each Microapp that does a particular Business task inside the super app​​

February 10, 2022 at 08:48AM by stevetech_s
https://ift.tt/EFuY3gX
New post on /r/flutterdev subreddit:

Should I use flutter_hooks?
Original Discussion: https://github.com/KRTirtho/spotube/discussions/27Thanks to all of your support, contribution & advises Spotube has become a huge project for The Flutter Community & an example displaying the capabilities of Flutter in the Desktop Platform/arena.From the very beginning, I was thinking about using flutter_hooks for the project. But at the time the project was super small (0 stars) & I never thought it'd grow as big as now. At that time, this package didn't feel relevant for the project. But everything has changed now. The project is big, has a lot of user & need better consistencyIt's becoming harder to manage bigger & logically complex components (e.g the Player component). Because of Flutter's nature of being a "bit" verbose about controllers & stuff (no offense, it's an universal truth), code reuse specifically "Logic Reuse" is hard to do. This is where Hooks shine. Encapsulating logic in smaller functions, increasing code re-usability & using them in all other hooks/components is the main purpose of hooks which can be enormously useful for the upcoming v2 RoadMap's Android supportBut let's be real guys, Flutter's not React/Vue & there must be some reason why The Flutter Team didn't choose Hooks over traditional mixins/Widget Builders/InheritedWidgetsAs this project is driven by the community for the community, I really want the suggestion/answer from the communityShould I use flutter_hooks or not?Please don't hesitate to comment the benefits/problems of using flutter_hooks

February 10, 2022 at 11:55AM by krtirtho
https://ift.tt/hO7cqjG
New post on /r/flutterdev subreddit:

New Package: ProAnimatedBlur
ProAnimatedBlur pub.dev PageProAnimatedBlur GIFHere is a package I’ve published on pubdev.ProAnimatedBlur is a simple but very useful widget that blurs the background of its child and it works similar to Flutter’s original animated widgets such as AnimatedContainer, AnimatedOpacity, etc.I hope the Flutter community benefits from it. So if you liked, please give a thumbs up to increase its visibility.Thanks.https://github.com/yasinarik

February 10, 2022 at 12:58PM by yasinarik
https://ift.tt/TwuJFqz
New post on /r/flutterdev subreddit:

How to implement voice over?.
Hi, I created a very simple Burmese blog app. Currently I use text-to-speech plugin to read the blog and it can read out loud since we(Burmese) use English alphabet but obviously it's not accurate and not sound good as I expected.Does anybody have previous expereince with how you handle this or maybe know a simple way to implement this feature?.Currently, we are thinking about asking somepeople to read the blog and record their voice as audio file. After that We'll upload it to database so that we can fetch it in the app.I have never done this before as you can see so I'm just wondering what do I need to know and is there other simple solution or process insteading of having to upload many audio files. If I upload too many audio file than I think it might cost me a lot for hosting (I'm using Hostinger).

February 10, 2022 at 05:09PM by aase_nomad
https://ift.tt/wnZKxu6
New tweet from FlutterDev:

@g0rdan 💙 It makes Dash happy to see happy developers!— Flutter (@FlutterDev) Feb 10, 2022

February 10, 2022 at 07:46PM
https://twitter.com/FlutterDev/status/1491845938477817876
New post on /r/flutterdev subreddit:

Flutter and desktop apps
Kind of a silly question as I'm pretty new to this sort of thing but:Is desktop app development truly dead ?If yes, why is the Flutter team really pushing Flutter's desktop capabilities; isn't it innovation in a "dead market" ?Thoughts ?.

February 11, 2022 at 03:13AM by Typical_Shopping_840
https://ift.tt/tnQBkLG
New post on /r/flutterdev subreddit:

Flutter States Management. Which one to choose ??
Hello guys, I'm new at Flutter. Recently, i heard about state management. I know there are many types of state management, and it makes me hesitant to choose which one. I did research, but I'm still not sure. I also know there have been votes like this last year, then I think I need to held a vote again because a lot of changes have happened. Anyway, i want to build ToDo List App. I know it sounds simple, but i give it lot of features. For now I'm just using setState, and that's not suitable :(View Poll

February 11, 2022 at 03:28AM by Overall-Pie-7852
https://ift.tt/3PAF16p
New post on /r/flutterdev subreddit:

Flutter backend
Hi guys. Im developing a mobile app that gives my users (approx 100k) users access to a members page with product benefits. So they may get discounts or just product promotion under the marketplace part of the app. Right now I have the data sitting in an air table where I connect to it via api to my flutter app. I have about 5-600 products. Im wondering whether I should switch to fire base or back4app. I have maybe about 40-50k daily api calls (minus cached items like the pictures). Any thoughts on some folks that have used it before?Before you ask why air table, I had the data in there for a while before I even built the mobile app. The reason I’m looking for pros and cons to back4app, Firestone and airtable. I’m a self taught dev so no formal dev ops background

February 11, 2022 at 05:05AM by Satsifaction
https://ift.tt/GTdzn7V
New post on /r/flutterdev subreddit:

map method doesn't work for list type
Hi dear community !I hope everybody feels great !As flutter has been upgraded recently, I get this error :
The method 'map' isn't defined for the type 'List'. Try correcting the name to the name of an existing method, or defining a method named 'map'. 
Well to tell more about my code, I have got a List of Strings as follows :
var items = [ 'Roboto', 'Lobster', ]; 
and simply use map method that were available in last versions of flutter, to map the items of this list to use as items parameter of DropdownButtonFormField widget :
items: items.map( (String? items) { return DropdownMenuItem( value: items, child: Text( items.toString(), style: const TextStyle( color: Colors.black, fontFamily: 'Roboto', ), ), ); }, ).toList(), 
I'm really thankful to people who could help me to solve this problem.I hope best regards and best wishes for everyone.

February 11, 2022 at 07:32AM by RedditRedditi
https://ift.tt/p2JuiN8
New post on /r/flutterdev subreddit:

Android Studio doesn't allow windows support altough my sdk is 2.10
What do I do?
I downloaded the newest sdk, as I was told I could have windows support, connected it to android studio and android studio does not allow me the option of windows development.
What should I do?

February 11, 2022 at 10:02AM by Warnixpm
https://ift.tt/yEjUPOw