netglade / auto_mappr

Code generation for mapping between different objects with ease.
https://pub.dev/packages/auto_mappr
MIT License
70 stars 7 forks source link

Anyone using auto_mappr in production? #153

Open tenhobi opened 10 months ago

tenhobi commented 10 months ago

Similar to: https://github.com/felangel/bloc/issues/139 https://github.com/reactiveui/ReactiveUI/issues/979 https://github.com/PrismLibrary/Prism/issues/1016 https://github.com/orientechnologies/orientdb/issues/4806

Use the following template:

If available on stores iOS: Android:

If open source Source Code:

Your opinion Version: ? Years of experience: ? Good: ? Bad: ?

Thank you very much!

petrnymsa commented 8 months ago

At Netglade, we specialize in developing and maintaining mobile applications for Bakaláři Online, a leading school system provider. With over 1 million active users monthly, it was crucial for us to employ the right tools and packages to ensure an excellent user experience. To meet this objective, we created AutoMappr, which is now integrated into both applications—Bakaláři Online and its "younger" counterpart, Škola Online.

The initial release of AutoMappr was tailored for internal use, but I'm pleased to acknowledge the community's valuable contributions. Their input has brought forth great ideas, and new features, and, of course, found some bugs (nothing is perfect!). I extend my gratitude and hope AutoMappr finds utility in various projects, whether large or small, helping you attain your objectives.

Bakaláři Online iOS: App Store Android: Google Play

Škola Online iOS: App Store Android: Google Play

S-ecki commented 8 months ago

We are using AutoMappr in a big consulting project for a leading automotive enterprise (cannot disclose company or app due to NDA).

Integrating AutoMappr into the project was key to the whole refactoring. We introduced it to map between auto-generated data classes from openapi generator and our own data classes, which reduced system coupling, made the system significantly more maintainable and streamlined our development process.

Given the opportunity, we would definitely employ AutoMappr again in projects that require robust mapping between data classes.