localize_and_translate icon indicating copy to clipboard operation
localize_and_translate copied to clipboard

Package is not working as Expected

Open AbdallahAwd opened this issue 7 months ago • 0 comments

Describe the bug There is an Analysis Issue on Pub.dev and it's not working for example this line in main func is not defined

 await LocalizeAndTranslate.init(
    assetLoader: const AssetLoaderRootBundleJson(
        'assets/lang/'), // <-- change the path of the translation files
    supportedLanguageCodes: <String>[
      'ar',
      'en',
    ],

To Reproduce Steps to reproduce the behavior: It's a syntax Error not a logical one

Screenshots image image

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: Android
  • OS: 13
  • package version "any"

AbdallahAwd avatar Jul 14 '24 22:07 AbdallahAwd