ccextractorfluttergui
ccextractorfluttergui copied to clipboard
feat: MacOS conflicts fixed and release distribution
This PR fixes the following issues:
- Fail to run and build due to hive_generator version constraint #59
- Fail to run on MacOS due to deprecation of certain methods in the latest version of Flutter (the affecting package was navigation_rail)
- Replaces navigation_rail package with the built-in Navigation Rail widget provided by Flutter
Since there are no release distributables available for MacOS, I've prepared and built the release. I am attaching the .dmg file in this PR.
ccextractor-macos-installer.zip
I am also attaching a demo video of installation
https://github.com/CCExtractor/ccextractorfluttergui/assets/59914433/a0610593-3855-4363-a6ab-99481bc6709a
@techno-disaster Can you test and merge this PR?