forex_currency_conversion 0.7.1
forex_currency_conversion: ^0.7.1 copied to clipboard
A Flutter Package for real-time forex prices and conversions.
0.7.1 #
- Added
blockIfUpdateErrorparameter to functions to avoid refreshing currencies if there was a previous error. Default =false
0.7.0 #
- Improve docs
- Added
updateErrorgetter to help checking if there was an error when trying to get the currencies. - Added
initializeOnCreationto let the user initialize the class already searching for the updated prices.
0.6.5+1 #
- Readme update.
0.6.5 #
- Partial error handling to stop cors related problems on web.
- Package rename.
0.6.0 #
- Allow the user to initialize the class with default maximum value of decimal places for the currencies.
0.5.0 #
- Allow the user to initialize the class with default values for source and destination currencies.
0.4.0 #
- Allow the user to update the currencies.
0.3.0 #
- Added default conversion + mini improvements.
0.2.0 #
- Removed repetitive code and added sample app.
0.1.0 #
- Updated dependencies and removed repetitive code.
0.0.3 #
- Reformatted forex_conversion.dart.
0.0.2 #
- Fixed installing instructions in Readme.md.
- Added documentation for public methods.
- Formatted all Dart files.
0.0.1 #
- Released initial version with features for lisiting all currency prices and converting money between different currencies.