formula1_data 1.2.1
formula1_data: ^1.2.1 copied to clipboard
A Flutter plugin for retrieving and graphing Formula1™ data.
CHANGELOG #
1.2.1 #
- Fix getRace method to handle datetime fields correctly
1.2.0 #
- Fix datetime handling by combining separate date and time fields into a single datetime field
- Fix various datetime related bugs and inconsistencies
1.1.0 #
- Rename Formula1Api class to Formula1Data
1.0.0 #
- Add sprint race related methods (getSprint, getDriverSprint, getConstructorSprint, getSprintByRound)
- Add qualifying related method (getQualifying)
- Add race detail methods (getPitStops, getLapTimes, getStatus)
0.2.0 #
- Create getDriverStanding method.
- Create getConstructorsStanding method.
0.1.8 #
- Fixed export files.
0.1.7 #
- Create getCircuit method.
0.1.6 #
- Delete widget folder.
0.1.5 #
- Fixed export files.
0.1.4 #
- Update refactoring.
- Create getSchedule method.
0.1.3 #
- Update example.
- Create ResultTable widget.
0.1.2 #
- Linked GitHub.
- Linked Homepage.
- Add comments.
0.1.1 #
- Update LICENSE.
0.1.0 #
- Initial release.