James Leahy

Results 22 comments of James Leahy

I experienced this issue with wav files on both Android and iOS. Although mp3 files concatenated perfectly, concatenation of wav files would only contain the first audio file while the...

@ueman Thanks for creating this package :) Please review API and let me know what you think. Once API is approved, appropriate tests can be added.

This looks like an issue due to dependency `excel` and thus transitive dependency `xml`. You could try overriding `xml` dependency in pubspec: ```yaml dependency_overrides: xml: ^5.0.2 ```

Hi @lukaskurz, thanks for the suggestion! Automatic translation is a little out of scope of this package, however I do think that flappy_translator could optionally make use of such functionality....

As [`dart_style`](https://pub.dev/packages/dart_style) has been ported to null safety, and there is a work in progress on [`excel`](https://github.com/justkawal/excel/tree/null-safety), I have began to migrate `flappy_translator` on the branch [`feature/null_safety`](https://github.com/smartnsoft/FlappyTranslator/tree/feature/null-safety). Once `excel` has...

> 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...

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](https://pub.dev/packages/flappy_translator/versions/2.0.0-nullsafety.1). ``` 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...

An updated pre-release has been pushed ```yaml dev_dependencies: flappy_translator: 2.0.0-nullsafety.2 ``` Please file issues if you occur any problems :)

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