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

Plugin to calculate a file checksum as MD5 hash, using a platform native implementation
Hey everyone 👋I've created a new Flutter plugin to calculate a file checksum as MD5 hash, using a platform native implementation ==> https://pub.dev/packages/md5_file_checksumIt's very fast, it has a score of 120, test coverage, and I'm using it in production in one of my apps.It's a small package, but I hope someone will find it useful!

November 04, 2021 at 09:49PM by albemala
https://ift.tt/2Yi9xut
New post on /r/flutterdev subreddit:

ListTile ThemeData Update, Date when its in Stable!
I thought would share something I found.​ListTile ThemeData will drop into stable on Dec 21st this year per:​List Tile ThemeData Issue​That means that we can set it via ThemeData, yeah!

November 04, 2021 at 11:15PM by fredgrott
https://ift.tt/3CRnj6n
New post on /r/flutterdev subreddit:

My first Flutter App released on IOS and Android
I would like to share my article that talks about my app for hospitals workers and maybe it can be useful for someone here.https://vincenzopalazzo.medium.com/shift-you-an-app-for-hospital-workers-9591d986b639​Source: https://github.com/shiftyou-opensource/shiftyou.appThanks to make Flutter great.

November 05, 2021 at 01:04PM by crazyjoker96
https://ift.tt/3wg12Na
New post on /r/flutterdev subreddit:

How do I get really hard Flutter project code to clone
It's been quite some time since I've been studying Flutter. All the toy projects on GitHub are understandable for me now. I'd love to get some really hard Flutter code. A complex, difficult and sophisticated structure that can be really used in the field.How do I search? It doesn't matter if it's paid. I wish it is a large-scale project (at least middle).

November 05, 2021 at 02:06PM by aammgggg
https://ift.tt/3k91vMg
New post on /r/flutterdev subreddit:

NPM has another hacked lib. How does Flutter pub's system compare?
https://ift.tt/3D0BQfW

November 05, 2021 at 01:49PM by itsastickup
https://ift.tt/3CJC773
New post on /r/flutterdev subreddit:

App Feedback Thread - November 05, 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

November 05, 2021 at 03:00PM by AutoModerator
https://ift.tt/3bHUZYj
New tweet from FlutterDev:

B. Declarative / Reactive is the correct answer! 🥳— Flutter (@FlutterDev) Nov 5, 2021

November 05, 2021 at 06:02PM
https://twitter.com/FlutterDev/status/1456668216902623232
New post on /r/flutterdev subreddit:

Newbie in flutter, have some queries.
I have few questions regarding my undergoing Flutter Project.
1. Do we have to do some special thing after using packages in app before publishing it on playstore? 2. Do we have to pay to package creators after publishing app on playstore?Do we have give credit to package creators.Do we have to licence page in app.

November 05, 2021 at 07:39PM by stg_reigns
https://ift.tt/3GWIGpq
New post on /r/flutterdev subreddit:

Flutter install problem...
Hey guys, i am on macos el capitan and I tried to install flutter and I am getting this error.​dyld: lazy symbol binding failed: Symbol not found: _getentropyReferenced from: /Users/ozturkmedia/flutter/bin/cache/dart-sdk/bin/dart (which was built for Mac OS X 10.13)Expected in: /usr/lib/libSystem.B.dylib​dyld: Symbol not found: _getentropyReferenced from: /Users/ozturkmedia/flutter/bin/cache/dart-sdk/bin/dart (which was built for Mac OS X 10.13)Expected in: /usr/lib/libSystem.B.dylib[00:29]help me please​#install-and-setup kanalına mesaj gönder

November 05, 2021 at 10:43PM by ozturkmedia
https://ift.tt/3q8831u
New post on /r/flutterdev subreddit:

Login with Phone starter pack using Riverpod
https://github.com/bettdouglas/riverpod_firebase_phone_authI've open sourced an example template that uses freezed union types to handle the various states that could happen during registration/login with phone.The example basically handles registration with Firebase using Riverpod and then depending on the state of the union type, render some specific widget to the screen.The video below shows how the starter pack works.https://youtu.be/WiQuKw91Kb4

November 06, 2021 at 05:25AM by bettdoug
https://ift.tt/3nW7pBi
New post on /r/flutterdev subreddit:

Just a quick question
Is it just me who's gone kinda gaga over flutter or y'all also recommend flutter to your peers and encourage them to learn flutter.I've been using flutter for just more than a year and I'm in love with the SDK/Tool so much that I've recommended flutter to almost everyone among my peers. I'm just kinda curious is it just me who does this or do we share the same vibe

November 06, 2021 at 08:59AM by Vdx__
https://ift.tt/3qcNIrR
New post on /r/flutterdev subreddit:

Have you guys seen this new flappy bird reskin apparently you can earn some real good money just by getting top 10
https://ift.tt/3q8WF5u

November 06, 2021 at 08:53AM by Leather-Definition-2
https://ift.tt/3mOXy0O
New post on /r/flutterdev subreddit:

how to solve the error
Error: 'project' isn't a type.<project version="4">^^^^^^^../../flutter/packages/flutter/lib/src/services/system_channels.dart:3:4: Error: 'component' isn't a type.​nobody helped me in flutter dev reddit so i have to post here please dont remove it mods

November 06, 2021 at 10:13AM by cum_splitter
https://ift.tt/3BOroH1
New post on /r/flutterdev subreddit:

What's the physical size of 1 DP/dip/ logical pixel?
according to this, 25.4mm=160DP, so 1mm=6.3DP.I've created a container with 300 width, and loaded the app on my Samsung A8, so it's visual width should be 300/6.3=47.6mm, but measuring the actual visual size of this Container widget with a ruler showed a physical size of about 51/52 mm.So what's going on here? Does DP/mm differ between devices or am I using the wrong figures?

November 06, 2021 at 10:43AM by generalamitt
https://ift.tt/3BOyOKv
New post on /r/flutterdev subreddit:

I made a package that can easily handle simple 3D.
Hello everyone,​I recently released a new 3D object format for handling in Flutter and a package for rendering it.https://pub.dev/packages/simple_3dhttps://pub.dev/packages/simple_3d_renderer​There aren't many types of objects that can be created yet, but I'm also making utilities, so I think it's easy to understand how to create them.https://pub.dev/packages/util_simple_3d​By using these, anyone can create and run a simple 3D model on Flutter. Of course, on the web.The reason I made this is that today's 3D objects are so complex that it's difficult for someone like me who isn't a 3DCG expert to understand and manipulate. (I specialize in science)​I hope this helps someone.​Thank you.

November 06, 2021 at 01:13PM by Masahide_Mori
https://ift.tt/3mLsD5D
New post on /r/flutterdev subreddit:

Best Practices for Storing Text
For an application where a display text is expected to change quite often (a couple of times a month), would you recommend storing text in the mobile app code or pull it from an API server? If there's localization involved, would pulling text from an API server complicate things or simplify the translation?

November 06, 2021 at 07:15PM by noobygopher
https://ift.tt/3bMZ2T3
New post on /r/flutterdev subreddit:

Simple Integration for Plausible Analytics in Flutter
https://ift.tt/31s9mxQ

November 06, 2021 at 11:17PM by bostrot
https://ift.tt/3qarGWI
New post on /r/flutterdev subreddit:

M1 Macbook air base variant enough?
Hi. I have a Windows laptop right now and I'm planning to buy m1 macbook air next month. Just wanted to know if the base model with 8/256gb would be sufficient for mainly Android studio, xcode and iOS simulator. I don't use VSCode and I don't need an emulator as I use my device to test the apps.FYI, Would be helpful if someone uses the same programs I use everyday at work which are most of the time running on my Windows laptop; Slack, AS, postman, chrome with 6-7 tabs open at a time, Skype.

November 07, 2021 at 03:22PM by dank_khan
https://ift.tt/3CSZjQ9
New post on /r/flutterdev subreddit:

Tool for feature wishes, bug reports or any feedback from Flutter apps.
This WIP service seems to help with internal testing and user feedback handling.https://bluehand.unicornplatform.page/​You guys need this kind of tool?

November 07, 2021 at 05:58PM by Big-Camp2696
https://ift.tt/3CTxoQp
New post on /r/flutterdev subreddit:

looking for offline map navigation package for linux
looking for offline map navigation package. want to try to use it on linux on my pi 2 zero.

November 07, 2021 at 05:57PM by hungcarl
https://ift.tt/3bQ2RqA