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

Which state management should i learn? Riverpod or Bloc.
Hey guys, I want to use/learn different State management other than GetX. I was planning to learn Riverpod but i found that its maintenance is lower during this year. So i m confused here. Please give me suggestions, i want to learn. Thank you

September 22, 2021 at 07:54PM by azajit
https://ift.tt/3lPi8N1
New post on /r/flutterdev subreddit:

What's a Reasonable Hourly Rate to Charge a Customer?
I have someone who wants me to build an app for them. I am considering doing an hourly contract. Here are some relevant details:Bachelor's in Computer ScienceTwo years of professional software developmentBuilt 4 apps with flutterReleased 1 app to iOS and Android with 25k+ downloads (called Writer's Companion)Based in the USAWhat's a reasonable rate for me to charge? Maybe two numbers would be helpful, a high end and low end (in your opinion).

September 23, 2021 at 01:14AM by TheRedPanda17
https://ift.tt/3zJDxwd
New post on /r/flutterdev subreddit:

Integrating Facebook Audience Network With Mediation as AdMob
Hello Guys,I have one question.Right now, in my Android application, I have integrated Facebook Audience Network with a bidding setup. As per your instructions, we need to add a mediation ad partner in order to run advertisements correctly.Right now, my placement id in my application is Facebook Audience Network IDs(Banner Ads and Interstitial Ads). Let's say I am integrating AdMob as mediation then do I need to add Facebook Audience Ids or Google AdMob ids in my android application or do I need to add both networks (Facebook and Google AdMob) ids in my Android application?

September 23, 2021 at 11:29AM by cr77_77
https://ift.tt/3CC6njM
New post on /r/flutterdev subreddit:

Flexible widgets in Flutter
https://nivedita.tech/flutter-basics-flexible-widgetsHere's my article which explains flexible, expanded and spacer with visual representation.Looking forward to feedback/comments. Cheers 🍻

September 23, 2021 at 02:25PM by nivid1988
https://ift.tt/39u2pxd
New post on /r/flutterdev subreddit:

flutter_local_notification example with daily, weekly, monthly notification
https://github.com/nivdatta/local_notification_exampleI followed the tutorial by Johannes Milke on Youtube and uploaded the above working code for local notifications.This is the first time I am sharing my code on github, feedback is appreciated 🙌Find me on Twitter https://twitter.com/nivdatta88

September 23, 2021 at 02:16PM by nivid1988
https://ift.tt/3nY1cqn
New post on /r/flutterdev subreddit:

What pain points did you experience with i18n and flutter?
Hi everyone,I developed a flutter app which I had to i18n (translate). I used the excellent package from Glasberg. But I observed quickly that managing translations as Jsons (or Map's in Dart's case) is error-prone and tedious. I had the same problems when I developed a web app (aka it's not Flutter specific). Fast forward some weeks and some fellow students and I want to streamline the internationalization of apps experience as part of a course for uni. We need your feedback to know what we should build.1. Which pain points do you, or did you, experience with i18n and flutter?The current proof of concept tackles (definitely needs refinement): 1. missing translations 2. managing translations. But there are surely more pain points.2. We have a proof of concept which commits translations from a dashboard to the source code. The video shows NextJS (React) but could easily be adapted to Flutter. Would that be interesting for the Flutter community?If yes, why? If no, why not?Here is a 3-minute demo video of the proof of concept:https://www.youtube.com/watch?v=mivXTx-cpcMThe corresponding GitHub repository for the project https://github.com/samuelstroschein/inlang

September 23, 2021 at 03:24PM by samuelstroschein
https://ift.tt/3hZUQD6
New post on /r/flutterdev subreddit:

coding buddy
Hi i am looking a coding buddy someone i can study flutter together i want to start flutter as soon as possible so if there is anyone who wants to be programming buddy with me dm please

September 23, 2021 at 05:31PM by Intelligent-Formal90
https://ift.tt/3zw5aIJ
New post on /r/flutterdev subreddit:

Testing Best Practices Missing In Skeleton App
Just making sure I have your feedback to inject into the weekend testing Best Practices Article I am writing. What I have thus far is:How To Do a App Test Fixture to inject deps like services for example theme services like in the skeleton app template.Proper AppRoot widget wrapping for powerful Goldens full device on widget testingFeature Support Harness writingMaking Tests read Like English sentences using eBay's test utilities.How To use Page Object Model testing, we need this to test apps with multiple screens.​Am I missing anything? Something you ran into that is not listed?

September 23, 2021 at 08:27PM by fredgrott
https://ift.tt/39zsQBq
New post on /r/flutterdev subreddit:

airport | My first Package
I just uploaded my first package.Basically, you put the Icao of some airport (ex: "SBGR", Guarulhos Airport), and it returns the main information about it. If you can test and give me feedback on how to improve, I would appreciate it.https://pub.dev/packages/airport/

September 24, 2021 at 12:01AM by Zitske
https://ift.tt/3zDvUHx
New post on /r/flutterdev subreddit:

The Provider 6.0.0 upgrade is kinda like null-safety migration and it's frustrating...
A lot of widget package uses package:provider. Due to this a lot of plugins are having this error
Because no versions of chewie match >1.2.2 <2.0.0 and chewie 1.2.2 depends on provider ^5.0.0, chewie ^1.2.2 requires provider ^5.0.0. And because flutter_bloc >=7.2.0 depends on provider ^6.0.0, chewie ^1.2.2 is incompatible with flutter_bloc >=7.2.0. 
A lot of plugins have this error and it's very frustrating to wait for the plugin author to upgrade to 6.0.0. It's really very frustrating, we just had the null-safety migration and now this.I know it's not the same level because the null-safety migration was a real hell.

September 24, 2021 at 02:56AM by yurabe
https://ift.tt/3zzCX3P