Tornike Kurdadze
Tornike Kurdadze
### What does this change? Many developers use json based translations, this PR adds strings.dart class generator from json files. pubspec.yaml ``` flutter_gen: output: lib/gen/ line_length: 80 strings: enabled: true...
Hi, thanks for the package. I'm using Json file to store translation strings: ``` { "appTitle": "Title", "continueButton": "Continue" } ``` And I want to generate `Strings` class from it...
When I run `dart doc .` in my [project](https://pub.dev/packages/pinput) it works fine but `flutter pub global run dartdoc:dartdoc` is failing on my local machine and on top of that [pub.dev](https://pub.dev/packages/pinput/score)...
Hey guys, I'm wondering if this package is still maintained, From the commits and PRs I would say "no" but I'd like to make sure Thanks :)
**Is your feature request related to a problem? Please describe.** The ability to generate icon asset paths is fabulous but it would be great to also generate `app_string.dart` file from...
## Bug report ### Describe the bug I'm trying to run [Next.js Commerce](https://vercel.com/templates/next.js/nextjs-commerce) project with [Medusa](https://github.com/medusajs/vercel-commerce) locally but the installation command: npx create-medusa-app@nextjs-commerce throws an error: ``` npx create-medusa-app@nextjs-commerce ✔...
### next-on-pages environment related information System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 23.4.0: Wed Feb 21 21:44:43 PST 2024; root:xnu-10063.101.15~2/RELEASE_ARM64_T6000 CPU: (8) arm64 Apple M1 Pro Memory: 16...