fortnite 1.1.5 fortnite: ^1.1.5 copied to clipboard
A fortnite api manager library in dart. This library allows you to easily communicate with fortnite api and manage your account.
1.0.0 #
- Initial version.
1.0.1 #
- Added more MCP operations.
- Added auth clients.
1.0.2 #
- Better documentation for library.
1.0.3 #
- HTTP library with send , get , post methods.
- Custom logger for client.
- Basic client and client options.
1.0.4 #
- Added device auth to client options.
- Added auth class.
- Added session manager.
- Epic api request send method.
1.0.5 #
- Added utils.
- parseAuthorizationCode method to parse any kind of authorization code string.
- getAuthorizationCodeURL method to generate a link to get authorization code from.
- authenticateWithAuthorizationCode method to create a device auth object by authentication using authorization code.
1.0.6 #
- Display name getter to client.
- FortniteApiIo manager.
- Get challenges method in FortniteApiIo class.
- Get items method in FortniteApiIo class.
1.0.7 #
- Get item data method to FortniteApiIo class.
- Get item sets method to FortniteApiIo class.
- Get rarities method to FortniteApiIo class.
- Get shop method to FortniteApiIo class.
1.0.8 #
- Create device auth method to auth library.
- Create exchange code method to auth library.
- Create specific fortnite auth client access token method to auth library.
- Kill multiple sessions method to auth library.
- Get external auths connections method to auth library.
- Unlink external auth method to auth library.
1.0.9 #
- More documentation on structures of FortniteApiIo class.
- MCP profile manager.
- Common core profile manager.
- VBucks method to common core profile manager.
- Purchased vbucks getter to common core profile manager.
- Get account receipts method to common core profile manager.
- Get supported creator method to common core profile manager.
1.1.0 #
- Updated example.
- Get vbucks purchase breakdown method to common core profile manager.
- Added campaign profile manager.
- Account resource object.
- STW Hero object.
- STW Worker class.
- STW Schematic object.
- Getters for heroes , workers , schematics , traps, weapons , different types of heroes in campaign profile.
1.1.1 #
- An important bug fix in README.md
- Made fortnite_api_io library a seperate package.
- Survivors squads getter in campaign profile.
- FORT Stats getter in campaign profile.
- Curve table reader.
- Power level calculator in campaign profile.
1.1.2 #
- Ability to check campaign profile of other players.
- More MCP endpoints.
- Set supported creator method to common core profile.
- onSessionUpdate event stream on main client.
- Added fromJson method to client options and device auth.
- Updated example.
- Added toJson method to device auth.
1.1.3 #
- fromJson method to external auths.
- save the world account resources dart class list.
- Avatar object.
- getAvatars method.
1.1.4 #
- Bug fix.
1.1.5 #
- Bug fix.