legendary 0.1.2 legendary: ^0.1.2 copied to clipboard
A client for interacting with Legendary Epic Games Launcher type-safely.
0.1.2 #
- BREAKING: made methods
move
,uninstall
,setLogin
,deleteLogin
,cleanup
,import
,status
,info
,list
andlistInstalled
useResult
. Now, to to use them, you mustinfo = await client.info()
and thenawait info.data
, orawait (await client.info()).data
0.1.1 #
- BREAKING: renamed
LegendaryProcessClient
toLegendaryClient
- Implemented methods
launch
,verify
,install
,import
. - Published docs to https://aitor-gomila.github.io/legendary-dart
0.1.0 #
First public version published to pub.dev
- Added support for methods
list
,listInstalled
,info
, andstatus
ofLegendaryProcessClient
. - Added unit testing for types
Game
,InstalledGame
,Status
. - Added support for methods
setLogin
anddeleteLogin
ofLegendaryProcessClient
. - Added unit testing for methods
status
, andinfo
usingLegendaryStreamClient
.