smartnsoft / FlappyTranslator

A tool which automatically generates Flutter localization resources from CSV and Excel files.
MIT License
58 stars 19 forks source link

Migrate to Null Safety #42

Closed defuncart closed 1 year ago

defuncart commented 3 years ago

Once the dependencies dart_style and excel are migrated to null safety, then flappy_translator will also be migrated.

Related issues: excel - Null safety migration dart_style - Migrate to null safety

Bildschirmfoto 2021-03-04 um 16 00 00

justkawal commented 3 years ago

@defuncart Hey there,

We have started migration to null-safety and soon an update will be available: Null-safety

~ Best ~ Kawaljeet Singh ~ Long Live 🔥pen Source

ivatar39 commented 3 years ago

@defuncart Hey there,

We have started migration to null-safety and soon an update will be available: Null-safety

~ Best ~ Kawaljeet Singh ~ Long Live 🔥pen Source

Are there any updates on this issue?

justkawal commented 3 years ago

@ivatar39 Expected migration by last week of march.

Thanks

defuncart commented 3 years ago

As dart_style has been ported to null safety, and there is a work in progress on excel, I have began to migrate flappy_translator on the branch feature/null_safety.

Once excel has an official null safety release, and flappy_translator has been thoroughly tested, a new version will be published. In the meantime, if anyone urgently needs to use flappy_translator with null safety, you can depend on this repo in pubspec.yaml:

flappy_translator:
    git:
      url: https://github.com/smartnsoft/FlappyTranslator.git
      version: 2.0.0-nullsafety.0
justkawal commented 3 years ago

@defuncart Null-safe version of Excel is available on excel null-safe

Found issues !! , you are welcome to re-open the issue on: https://github.com/justkawal/excel/issues/79

~ Best ~ Kawal

lukaskurz commented 3 years ago

As dart_style has been ported to null safety, and there is a work in progress on excel, I have began to migrate flappy_translator on the branch feature/null_safety.

Once excel has an official null safety release, and flappy_translator has been thoroughly tested, a new version will be published. In the meantime, if anyone urgently needs to use flappy_translator with null safety, you can depend on this branch in pubspec.yaml:

flappy_translator:
  git:
    url: https://github.com/smartnsoft/FlappyTranslator.git
    ref: feature/null-safety

This branch is no longer usable, since the null-safety branch on the excel repo has been removed. Can you update the dependency to use the new 2.0.0-prerelease of excel ?

defuncart commented 3 years ago

This branch is no longer usable, since the null-safety branch on the excel repo has been removed. Can you update the dependency to use the new 2.0.0-prerelease of excel ?

Just updated, please pull latest changes :)

defuncart commented 3 years ago

Note that the branch feature/null-safety has been removed. Please use the version 2.0.0-nullsafety.0 until an official 2.0.0 version is release to pub.dev.

flappy_translator:
    git:
      url: https://github.com/smartnsoft/FlappyTranslator.git
      version: 2.0.0-nullsafety.0
defuncart commented 3 years ago

A pre-release version has been updated to pub.dev.

dev_dependencies:
  flappy_translator: 2.0.0-nullsafety.1

If you incur any issues, please file issues :) Once Excel has an official release, and after more testing on flappy_translator, 2.0.0 will be released.

defuncart commented 3 years ago

An updated pre-release has been pushed

dev_dependencies:
  flappy_translator: 2.0.0-nullsafety.2

Please file issues if you occur any problems :)

FauconSpartiate commented 1 year ago

excel is null safe on the stable track since 2.0.1, so if the version gets upgraded to this minimum, flappy_translator will also be null safe on stable.

defuncart commented 1 year ago

Resolving this issue as flappy_translator officially now has a 2.0.0 release 🥳