degiro_api 0.6.4
degiro_api: ^0.6.4 copied to clipboard
Unofficial Degiro APIs. A Dart wrapper to use the Degiro APIs in a simple way.
0.6.4 #
Update latest dependencies
0.6.3 #
Update 'dio' dependency version to 5.0.3
0.6.2 #
Update 'multiple_result' dependency version to 4.0.0
0.6.1 #
Additional check of the sessionId validity during login
0.6.0 #
-
Add new properties to
PortfolioPositionmodel:plBasetodayPlBaselatestValuetodayPltotalPlunrealizedPl
-
Improve
PortfolioPositiondocumentation. -
Added new example './example/examples/get_balance_overview.dart'.
0.5.2 #
0.5.2 #
- Bugfix during portfolio positions processing for fields:
breakEvenPricerealizedProductPltodayRealizedProductPl
- Update .gitignore
0.5.1 #
- Internal fixes: auto generated files implementation
0.5.0 #
- Add 'freezed' package as model handler:
DegiroApi models now havefromJsonandtoJsonmethods.
0.4.0 #
- New
isOpengetter for PortfolioPosition class:
true if the portfolio position is currently open on the market otherwise false - New
includeCashnamed parameter for portfolioPosition method:
if true, the method adds the account cash position to the result. false as default. - Internal code improvements and update documentation
0.3.1 #
0.3.1 #
- Update APIs documentation
- Fix CHANGELOG file
- Rename 'showDegiroMovements' parameter of 'cashMovements' method in 'showFlatexMovements'
0.3.0 #
- New
isLoggedIngetter to know if the user has logged in - Rework of the
instancegetter to make it really null safety
0.2.0 #
- New features added:
- transactions
- search products
- account cash movements
0.0.1 #
- Initial version, features:
- login
- logout
- portfolio positions