slang-i18n / slang

Type-safe i18n for Dart and Flutter
https://pub.dev/packages/slang
MIT License
459 stars 39 forks source link

Slang without Flutter #244

Open mjablecnik opened 2 weeks ago

mjablecnik commented 2 weeks ago

Hello, can I use slang also without Flutter? I am experimenting with use slang in my Jaspr project but I have this issue: Screenshot 2024-09-11 at 10 21 04

Because I didn't add slang_flutter package..

mjablecnik commented 2 weeks ago

I have found out that the configuration contains the flutter_integration option. After setting it to false, it works now. It might be good to mention this configuration in Step 1 of the setup as well. :)