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

How Major Frontend Libraries Handle i18n
https://ift.tt/2Y1E5QK

October 01, 2021 at 12:08PM by ShadaWehbe
https://ift.tt/3D5le6K
New post on /r/flutterdev subreddit:

App Feedback Thread - October 01, 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

October 01, 2021 at 03:00PM by AutoModerator
https://ift.tt/3ioY4QG
New post on /r/flutterdev subreddit:

Media Library Upload – similar to Wordpress [Plugin search]
Hey, I am looking for a ready-to-use pack to list media files, view its details, as well as upload new files, similar to this Wordpress upload file screen. I am searching over the web for something like this, even if paid. I welcome any suggestions to get closer to this result.For context, I am no developer, but a designer. I created a screen similar to Wordpress for a web tool, but its complexity to implement is high and costly.And sorry if this is against the rule2 (To request help). As it's not really related to Flutter development support.

October 01, 2021 at 05:00PM by dinobikerider
https://ift.tt/3FcY406
New post on /r/flutterdev subreddit:

Complexity of cross platform styling
I am looking to build an application, and I’ve noticed that even if i use material app on an iPhone, I get some native styles, such as the placement of text in the app bar, and page transitions.That said, do you guys prefer to deal with the duplication of code for a native feel, or just stick to material and throw in a Cupertino widget here and there?

October 01, 2021 at 04:51PM by Accelerator213
https://ift.tt/3FcY6Fg
New post on /r/flutterdev subreddit:

Writing server side Dart code - is it worth it?
https://ift.tt/3zUY8O4

October 01, 2021 at 06:45PM by enyovelcora
https://ift.tt/3l19fAK
New tweet from FlutterDev:

💙🚀 Introducing the Flutter Meetup Network! The Flutter team will now provide resources to Flutter Meetup organizers around the world, so they can keep hosting awesome and engaging events. Learn more and join 👉 https://t.co/bhCMJPWblk https://t.co/KsUUcTBP1e— Flutter (@FlutterDev) Oct 1, 2021

October 01, 2021 at 07:00PM
https://twitter.com/FlutterDev/status/1443984065942757407
New post on /r/flutterdev subreddit:

Connecting Flutter Mobile Apps to churro ETL on Kubernetes
Here is a blog I wrote on some new churro features, namely creating pipelines that accept http POST messages from IoT or Mobile apps. https://medium.com/@churromechanic/churro-flutter-to-etl-example-a5913d5d801 I'm a total newbie at writing Flutter apps, but after a couple of days of hacking using flutter, I was able to create an app that would invoke http POSTS, sending data/GPS coordinates from a phone app to a Kubernetes based ETL app like churro.

October 01, 2021 at 08:10PM by churromechanic
https://ift.tt/3zYBMLp
New post on /r/flutterdev subreddit:

Flutter Developer Weekly Newsletter - Issue #28 is LIVE! This issue covers lots of Flutter tips and tricks! :-)
https://ift.tt/3uwqNrs

October 01, 2021 at 09:10PM by FlutterDevWeekly
https://ift.tt/3A5ZNAd
New post on /r/flutterdev subreddit:

Adaptive NAvigation the SliverAppBAr version
Most of you know of the adaptive scaffold and adaptive bar in the web dashboard experimental sample in the flutter samples.And some of you know the update of that in the Material.io team did.​But there is no version where the SliverAppBar Is used. I would think that would be the ideal use case of when to use the slim Rail Nav left side menu in tablet apps.​Who would like a version of that?

October 01, 2021 at 09:02PM by fredgrott
https://ift.tt/3kYCPGV
New tweet from FlutterDev:

RT @googledevs: 💙🚀 We are so excited to announce the launch of the @FlutterDev Meetup Network! The Flutter team will now provide resources to #FlutterDev Meetup organizers around the world so they can keep hosting awesome events. Learn more about meetups near you 👉 https://t.co/mziHPV3oPe https://t.co/LLLA7JX7fg— Flutter (@FlutterDev) Oct 1, 2021

October 01, 2021 at 09:00PM
https://twitter.com/FlutterDev/status/1444014250633138179
New post on /r/flutterdev subreddit:

Anyone here watch the Dark Novice to Expert youtube playlist?
edit: DART*** Novice to Expert youtube playlist (ohmygosh)It is with Tiberiu Potec (Flutterly):https://www.youtube.com/watch?v=uZvoTCSsfjo&list=PLptHs0ZDJKt_fLp8ImPQVc1obUJKDSQL7&index=1I like how he started making it in April so it is better updated than a lot of other Dart tutorials. I'm watching it in conjunction with the App Brewery videos because I know they are a little outdated (and I think the Dart Novice to Expert playlist is less focused on Flutter so it's a little more focused on the nitty gritty of the dart language).

October 01, 2021 at 11:07PM by refreshman1
https://ift.tt/3uJVbPz
New post on /r/flutterdev subreddit:

Are these specs sufficient enough?
Apple MacBook Pro Retina MF843LL/A 13” Laptop, 3.1GHz Intel Core i7, 16GB Memory, 512GB SSD, macOS 10.14 MojaveI know it’s not a M1 but do you guys think it’s okay?

October 01, 2021 at 11:47PM by CalitaWyatt4
https://ift.tt/2Ya9TDD
New post on /r/flutterdev subreddit:

Layouts: Make a container as big as another widget
I'm trying to create a widget in flutter that highlights its contents when mouse is hovered over it. It takes a child widget in constructor, and renders it with a translucent screen on top:``` import 'package:flutter/material.dart';class HoverHighlight extends StatefulWidget { final Widget child;const HoverHighlight({Key? key, required this.child}) : super(key: key);@override _HoverHighlightState createState() => _HoverHighlightState(); }class _HoverHighlightState extends State<HoverHighlight> { bool isHovering = false;@override Widget build(BuildContext context) { return MouseRegion( onEnter: () => setHovering(true), onExit: () => setHovering(false), cursor: SystemMouseCursors.click, child: Stack( children: [ widget.child, AnimatedOpacity( duration: Duration(milliseconds: 150), opacity: isHovering ? 0.1 : 0, child: Container( constraints: , decoration: BoxDecoration( color: Colors.red, ), ), ), ], ), ); }void setHovering(bool isHovered) { print(isHovered); setState(() { this.isHovering = isHovered; }); } } ```This widget does not work because the size of the translucent container is zero, and I can't figure out how to size it correctly. How do I create a widget that does what I want?You can use this app to test the widget:``` class TestPage extends StatelessWidget { @override Widget build(BuildContext context) { return Column( children: [ HoverHighlight( child: Container( width: 100, height: 100, decoration: BoxDecoration( color: Colors.blue, ), ), ) ], ); } }void main() { runApp(MaterialApp(home: TestPage())); } ```

October 01, 2021 at 11:34PM by canbweave
https://ift.tt/3uyU9Ww
New post on /r/flutterdev subreddit:

Will android/iOS native development be here for ever ?
I am working as a flutter developer. Should I become a master at flutter or will I have to learn kotlin/swift/android dev one day?So far I am loving flutter and not sure if I would enjoy programming in any other language/framework

October 02, 2021 at 12:15AM by mryoloo
https://ift.tt/3ipd7Km
New post on /r/flutterdev subreddit:

Can I also showcase some of my flutter package in hacktoberfest?
I have a some flutter package where few things are just like difficult for me. So it's possible for a normal users they could also added their projects on hacktoberfest and make those features as a issues so other will work on it.

October 02, 2021 at 06:03AM by Prashant_4200
https://ift.tt/3mcmga2