spacex_api 0.0.6
spacex_api: ^0.0.6 copied to clipboard
Dart wrapper for unofficial SpaceX API v4, providing information about everything related to SpaceX and its public data.
0.0.6 Added NullSafety & bumped sdk to > v3.0.0 #
- Bumped sdk versiont to sdk: '>=3.0.0 <4.0.0'
- Added Null Safety
0.0.5 Added Dartdoc support #
- Updated documentation
- Bumped version to 0.0.5
0.0.4 Added LaunchPads #
- Added Launchpads under lib/models.
- Added launchpads endpoint.
- Implemented getAllLaunchPads in SpaceXApi.
- Implemented getLaunchPadById in SpaceXApi.
- Implemented queryLaunchPad in SpaceXApi.
- Bumped version to 0.0.4
- Fixed Readme.md to correctly point to examples.
0.0.3 Updated Utils #
- Added Utils methods to help parse the responses better
- Updated README
- Updated examples.dart
0.0.2 Removed unnecessary new keyword #
0.0.1 Added the first working version #
- Models
- All the endpoints
- Examples