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

A web app to generate soft ui code build with flutter
Hey community 👋👋👋I’m Cold Stone, a front end developer.I’m super pumped to share my first product with this great community today! It's a web app to generate soft ui flutter code, super easy to use. inspired by neumorphism.io.Have a nice day and let me know what you think of it !!https://neumorphism.coldstone.fun

September 14, 2021 at 02:17PM by xrr2016
https://ift.tt/2VGzgLZ
New post on /r/flutterdev subreddit:

It's possible to write language independents code for dart/flutter?
I was working on my flutter package where I need to do some Iterable Operations without affecting the app performance so when I go deep dive in Flutter SDK to find the best solutions. so I figured there toUpperCase is written in language independents code and its also do Iterable operations that why it's so much fast. So is there any way to write language independents code for us?
/// Converts all characters in this string to upper case. /// /// If the string is already in all upper case, this method returns `this`. /// ```dart /// 'alphabet'.toUpperCase(); // 'ALPHABET' /// 'ABC'.toUpperCase(); // 'ABC' /// ``` /// This function uses the language independent Unicode mapping and thus only /// works in some languages. // TODO(floitsch): document better. (See EcmaScript for description). String toUpperCase(); 


September 14, 2021 at 06:05PM by Prashant_4200
https://ift.tt/3AaXXil
New post on /r/flutterdev subreddit:

How Do you version your Flutter Apps?
Do you version it manually? Do you do automatic semver using some tools in your CI system? what tools do you use and how do you use them?Personally, i'm trying to set up automatic semantic versioning but I'm struggling so wanted to know how the community works

September 14, 2021 at 08:31PM by ElongatedMuskett
https://ift.tt/3nvmBHd
New post on /r/flutterdev subreddit:

Flutter final year project ideas
I want to create an app using flutter for my final year project but I have not been able to find app ideas. Please suggest me some ideas.

September 14, 2021 at 09:14PM by tsujan11
https://ift.tt/3CcRdRP
New post on /r/flutterdev subreddit:

Recommendations for Flavoring our App
We are currently transitioning from native development to Flutter and need to have different configurations, assets, and localizations based on which customer (B2B) is using our product.I have seen a handful of packages for flavoring, our top choice so far being flutter_flavorizr.Those have flavored there apps, do you have alternative recommendations, or tips in general?We ideally need the ability to make a build for the following types: Release, QA, UAT, and Debug for each flavor.Aka: Apple App - Release Build - QA Build - UAT Build - DB BuildBanana App - Release Build - QA Build - UAT Build - DB BuildThis seems a bit cumbersome to achieve using our selected choice, flutter_flavorizr, leading me to discuss here!

September 14, 2021 at 11:14PM by Samdogg7
https://ift.tt/3nyJQQO
New post on /r/flutterdev subreddit:

Another more advanced flutter boilerplate project
Hey guys, I made a more "advanced" boilerplate app based on the new flutter 2.5 skeleton and Reso Coder's DDD course project and want to share it with the world.It uses flutter_bloc with freezed union clases for state management, auto_router for navigation, and injectable/getIt for dependency injection. Also the folder structure is layer based and I included a second language for the localization module.https://github.com/sergius-black/flutter-boilerpaltaI also included some life quality dependencies for generating launcher icons and changing package names.Give it some love... or hate. I just hope it helps someone start a project with the right foot!

September 15, 2021 at 01:24AM by extralargeburrito
https://ift.tt/3nzQPIT
New post on /r/flutterdev subreddit:

Is there any Google Current Place implementation for Flutter?
Google Current Place permits you to find what place the user is currently in. For example, it will tell you what is the probability of the user currently be in Place 1, Place 2 or Place 3, and then you can make a separate logic in your app depending on the type of place the user is.There are SDKs both for Android and iOS, but I can't find any libraries for Flutter. I'm not very used to integrating native code with Flutter, so, it would be nice if I could found some existing libraries.

September 15, 2021 at 04:36AM by HugoVS
https://ift.tt/2XiaQcx
New post on /r/flutterdev subreddit:

Is Flutter the right tool for me?
Hi there, developers, I am new to Flutter so this might be a really basic question but you know how they say Flutter gives you one codebase for all platforms? Is it really true?If I write a Flutter program for iOS and Android, can the exact same code be used to deploy a web app? What changes need to be made?Anything I should take note of before building my app in flutter? It's a project management tool by the way.Thanks in advance

September 15, 2021 at 04:14PM by SiD_Inc
https://ift.tt/3nB8hNq
New post on /r/flutterdev subreddit:

What to Consider before Deciding on a State Management Approach?
List of State Management Approaches by Flutter.DevProvidersetStateInheritedWidget & InheritedModelReduxFish-ReduxBLoC / RxGetItMobXFlutter CommandsBinderGetXRiverpodstates_rebuilderUnfortunately, I failed to choose an approach to State Management before building my application, and now I am stuck with a half-built application without a proper way to handle State Management.What should I consider before making a decision?Are some of these options better at certain things than others?My app also uses Firebase & Cloud Firestore, if that matters.Mostly a Flutter Web Application.

September 15, 2021 at 06:46PM by bronymtndew
https://ift.tt/3tLhxzj
New tweet from FlutterDev:

🇧🇷 Calling our Brazilian Flutter community → https://t.co/UrRaH7mrkF The Flutter Brasil Conference starts on September 16th, 2021, have you signed up? https://t.co/aVhF39bZk5— Flutter (@FlutterDev) Sep 15, 2021

September 15, 2021 at 07:00PM
http://twitter.com/FlutterDev/status/1438185858356613125