Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on /r/flutterdev subreddit:

Job Post - Senior Flutter Engineer for a well-funded healthcare startup
Shoot me an email at adam@ betaacid .co if you are interested​Our agency has partnered with one of the worlds top design agencies to create a modern healthcare app for a well funded US-based startup. The project is underway and we're looking to bring on one more senior Flutter engineer.The project is scheduled to run through May 2022 and may extend. We need someone who can commit to being a full time team member throughout the duration.Required- Overall strong knowledge of the Flutter platform- MVVM and clean coding best practices- Provider for state management- Mockito for unit testingPreferred- Android and Kotlin experience- Security best practicesWe have a daily team meeting at 11am Eastern that is required. Its a fun and exciting project with great team members, but will require 100% time commitment.

September 15, 2021 at 08:25PM by BeneficialAd3800
https://ift.tt/2XvAPx9
New post on /r/flutterdev subreddit:

freelancing without mac ?
hello , I am new at programming career and I have no mac , i would like to work as a freelancer but my worry is that , after investing on flutter if I couldn't find any job because of not having a mac,so should I go for flutter, can I make any money until I buy mac , or this plan is not realistic , should I go another path like django/flask freelancing, experienced opinions appreciated thanks

September 15, 2021 at 10:13PM by kcbgsd747
https://ift.tt/3keL6q1
New post on /r/flutterdev subreddit:

Announcing Stage - design tool for developers. Design mobile apps 10x faster than in Figma. No design skills required.
https://ift.tt/3lrdViu

September 15, 2021 at 09:33PM by serjobas
https://ift.tt/3kbtCeb
New post on /r/flutterdev subreddit:

Is there someone out there that also hates firebase?
To be honest I feel like I’m the only one who actually hates firebase I think Firebase is way too overrated.If a person is talking about flutter they will also start talking about Firebase and how they seem to love it. Me myself I think it’s the worst package you can use for your flutter project, because it always asks to update it and it brings many bugs and also stress.So my question is what are some real thoughts behind Firebase?

September 15, 2021 at 09:10PM by Turboteun2
https://ift.tt/3lt1PoX
New post on /r/flutterdev subreddit:

A/B testing flutter apps
I am building a SaaS app for a/b testing flutter apps. The product works like this:you can create two versions(a and b) of a widget(for instance: with different colors or copy text) and upload the widgets to the SaaS tool using a flutter library.now you can use the flutter library to show version_a or version_b to the user with just a one liner (without having the code for the widgets a and b on the app)you also get a SaaS dashboard where you can also control the weights for versions a and b and you can also see other stats that includes, impressions, conversions and conversion rate.If you are interested in trying out the closed beta please sign up here:
https://nanx6niagut.typeform.com/to/lZ2rW0SC

September 16, 2021 at 02:57AM by cryptokaykay
https://ift.tt/2XmQa3a
New post on /r/flutterdev subreddit:

Which Mac for iOS build?
Hey everyone - looking for some advice, I am building a small Flutter app and looking to deploy on both Android and iOS.I have been using an 11th gen intel PC for development but understand a Mac / Xcode is required to test deploy for iOS? Should I go for an M1 mini mac or look at an older MacBook Air? The used prices for Mac seem VERY high...

September 16, 2021 at 02:50AM by Phileus_Fogg
https://ift.tt/3nGGj2H