FlappyTranslator
FlappyTranslator copied to clipboard
Migrate to Null Safety
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

@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
@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?
@ivatar39 Expected migration by last week of march.
Thanks
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
@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
As
dart_stylehas been ported to null safety, and there is a work in progress onexcel, I have began to migrateflappy_translatoron the branchfeature/null_safety.Once
excelhas an official null safety release, andflappy_translatorhas been thoroughly tested, a new version will be published. In the meantime, if anyone urgently needs to useflappy_translatorwith null safety, you can depend on this branch inpubspec.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 ?
This branch is no longer usable, since the
null-safetybranch 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 :)
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
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.
An updated pre-release has been pushed
dev_dependencies:
flappy_translator: 2.0.0-nullsafety.2
Please file issues if you occur any problems :)
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.
Resolving this issue as flappy_translator officially now has a 2.0.0 release 🥳