translator 0.1.5 translator: ^0.1.5 copied to clipboard
A free and unlimited Google Translate API for Dart. You can use it for translate strings and text for educational purpose.
Releases #
0.1.5 #
- Added Translation features
- Added Language features
- Added more understandable exceptions
- Fixed some bugs
- Cleaned up code
0.1.4 #
- Added extension method
- Fixed url encoding bug
- Upgraded mininum required Dart version (2.6)
0.1.3 #
- Fixed 'Pujanbi' language code typo
0.1.2 #
- Fixed bug with Google API changes
0.1.1 #
- Fixed newline bug
0.1.0+5 #
- Support http ^0.12.0
0.1.0+4 #
- Support < 2.0.0
- Wrapped files
0.1.0+3 #
- Initial open source release.
- Usage and example updated.