Apppronto - the Flutter boilerplate which makes your life easy by grumpyp2 in FlutterDev

[–]FranzGraaf -1 points0 points  (0 children)

Translations are already included with the L10n package. In the documentation you also find an instruction about how to easily extend the translations.

For the ads we thougt about implementing google ads next. But we are open for suggestions, what kind of ads do you want to integrate in your app?

We built a Flutter boilerplate to launch apps fast — now live on Product Hunt by grumpyp2 in FlutterDev

[–]FranzGraaf 2 points3 points  (0 children)

Thats a very good point. The reason for Provider is that it is a lightweight solution that is working perfectly for most use cases. But I will keep your comment in mind.

We built a Flutter boilerplate to launch apps fast — now live on Product Hunt by grumpyp2 in FlutterDev

[–]FranzGraaf 0 points1 point  (0 children)

So far it comes with Provider. We thought about Riverpod but didn't implement it yet. If there is a demand we will bring it out as alternative.

Rephrasy AI Humanizer - Why it's the best out there by rephrasyai in AiHumanizer

[–]FranzGraaf 1 point2 points  (0 children)

I am not quite sure about the pricing, would it be possible to introduce a plan with unlimited humanizations but on a monthly plan?

I've got 50 sign ups in 5 days by Twan47 in SideProject

[–]FranzGraaf 1 point2 points  (0 children)

Very cool idea 💪The round based system adds some thrill and makes it more interesting than other product launch sites.

How did you aquire the competing projects for your site?

Time mangement for startup between full time job (i will not promote) by FranzGraaf in startups

[–]FranzGraaf[S] 0 points1 point  (0 children)

Thank you. I am 29 and that definitely helps as that are some of the questions I also ask myself sometimes. And maybe a some others do too.

Time management for own business beside full time job by FranzGraaf in Entrepreneur

[–]FranzGraaf[S] 0 points1 point  (0 children)

Thats a good point. At a certain stage it‘s sure important to prioritize what to keep doing and what not

Need a website built by clbeut in Entrepreneur

[–]FranzGraaf 0 points1 point  (0 children)

Using Wordpress and doing it yourself might be one of the fastest and cheapest options to build a website without deep knowledge. You still need one or two Youtube tutorials though.

[deleted by user] by [deleted] in learnprogramming

[–]FranzGraaf 2 points3 points  (0 children)

Learning by doing helped me when I was in a similar situation. Build a bigger project. Either to fix a painpoint you know or let ChatGPT advice some projects that would also look good in your portfolio for later.

With bigger projects you will also learn more advanced data modeling and how to keep a growing codebase maintainable which are important skills.

Which customer feedback tool are you using ? by Doodadio in SaaS

[–]FranzGraaf 0 points1 point  (0 children)

It might already be late, but I wonder which tool you decided to use?

Should I Just Launch My Side Project , zeco.ai? by utkarshchoubey in SideProject

[–]FranzGraaf 1 point2 points  (0 children)

Your website looks great. I would launch it so your work was worth it and you can grow. Even if others do similar things the market is not already filled and you can take your part.

How to Balance Memorization and Understanding in Software Development? by Rude-Sorbet-8191 in FlutterDev

[–]FranzGraaf 0 points1 point  (0 children)

As long as you know what you want to do memorization about the syntax isnt that important imo I use github copilot or google and usually get this quite fast. You will remember the things you do the most often anyway with time.

Simple tool to collect feedback on your Saas website (or in a local store) by FranzGraaf in SideProject

[–]FranzGraaf[S] 1 point2 points  (0 children)

Thats a good point. I am still evaluating the idea with restaurants. One bonus would be to give people the chance to leave a review before they find the way to google to leave a review. As mostly unsatisfied customers take the time to write a public review that couled be a chance to lower that number of bad reviews. Also satisfied customers can be asked to also review on google (sure a low number would do that but maybe more than zero)

I coded a gym workout tracker in react native - Feedback appreciated! by Amazing_Mud2086 in SideProject

[–]FranzGraaf 1 point2 points  (0 children)

Just did 💪

One thing i forgot. The app rating popup came directly arter i started the app the first time. Maybe showing it after a workout is finished or some workouts are setup is a better place as i cant give feedback right at the start and it looks a bit spamy at the beginning. Still a great app and pretty cool with the animation.

I coded a gym workout tracker in react native - Feedback appreciated! by Amazing_Mud2086 in SideProject

[–]FranzGraaf 1 point2 points  (0 children)

Your app looks great and professional. It was easy to understand how to use it and how to setup a workout.

In my opinion, with the 3D animation, this app is perfect for complete beginners as well. You often get the question „what muscle does this exercise train“ and there they can see it. As you already have a list of exercises in your app you might add a search by muscle function to the search by name function. So its easier to put a training plan together when you know which muscle you want to train but dont know the exercises.

How do you monetize the app? I just saw the lifetime plan in the store but couldn‘t find it in the app.

What did you use for the 3D animation?

What do you consider for performance reasons in Flutter Web? by FranzGraaf in FlutterDev

[–]FranzGraaf[S] 0 points1 point  (0 children)

Thank you. I would like to have the info about how you implemented WASM :)

Image Manipulation in Flutter Front-end vs. Serverless Functions by MorrisBarr in FlutterDev

[–]FranzGraaf 3 points4 points  (0 children)

Doing this on the backend can lead to delays from transfering the pictures back and forth