sonarr_flutter 3.0.3
sonarr_flutter: ^3.0.3 copied to clipboard
Facilitate the communication to and from Sonarr's API, a smart PVR for newsgroup and bittorrent users.
3.0.3 #
- Added
SonarrMonitorTypeenum to improve type safety for themonitorModeparameter inaddSeries - Updated
addSeriesmethod to acceptSonarrMonitorTypeinstead of a string for themonitorModeparameter
3.0.2 #
- Fixed error in
deleteSerieswhere response handling caused "Error: type 'String' is not a subtype of type 'Map<String, dynamic>'" - Changed
deleteSeriesreturn type toboolto indicate success or failure - Fixed error in
addSeries.dartas it was returning 404
3.0.1 #
- Fixed imports
3.0.0+1 #
- Fixed license in Readme
3.0.0 #
- Renamed Package Name
- Upgraded to Null Safety
- Fixed Api Base Url
2.0.1 #
- Added support for executing command:
RefreshMonitoredDownloads
2.0.0 #
- Add support for setting series type when POSTing/adding a new series
- Updated for null-safety/NNBD support
1.1.1+1 #
- Updated packages
1.1.1 #
- Updated packages
1.1.0+1 #
- Remove unneeded imports to improve compatability
1.1.0 #
- Removed the option to disable strictTLS when creating a new
Sonarrinstance -- if you want to disable strict TLS, you should configure the HTTPClient yourself
1.0.1+1 #
- Updated GitHub repository information
1.0.1 #
- Fixed bug in
getHistory()where sorting direction would not get set
1.0.0+1 #
- Updated LICENSE link for shield
1.0.0 #
- Updated pubspec.yaml to include new repository links
0.0.5 #
- Removed
languagefromSonarrReleaseto allow cross-compatibility with Sonarr v2 and v3
0.0.4 #
- Added
statusMessagestoSonarrQueueRecord - Added
SonarrQueueStatusMessagemodel
0.0.3 #
queue.getQueue()implemented to fetch items in queuequeue.deleteQueue(:id)implemented to delete item in queue with ID- Model for
SonarrQueueRecord
0.0.2 #
tag.addTag()now returns the newly returned tag- Implemented all
tagAPI calls - Model for
SonarrTag - Many additional commands implemented
- Many additional models created
0.0.1-pre.18 #
- Fix:
deleteFileswhen attempting to delete a series would have no effect
0.0.1-pre.17 #
- Implemented additional
/seriescommands (addSeries,updateSeries,deleteSeries)
0.0.1-pre.16 #
- Implemented additional
/commandcommands (SeasonSearch,EpisodeSearch)
0.0.1-pre.15 #
- Implemented
calendarto fetch calendar entries - Models for
SonarrCalendarand nested models - Implemented
episodefileto fetch episode file details - Models for
SonarrEpisodeFileand nested models
0.0.1-pre.14 #
- Implemented
system/statusto fetch system information - Models for
SonarrStatusand nested models - Renamed
SonarrCommandHandler_WantedMissingtoSonarrCommandHandler_Wanted
0.0.1-pre.13 #
- Implemented
/wanted/missingto fetch missing episodes - Models for
SonarrMissingand nested models - Added sort direction and wanted/missing sort key types
0.0.1-pre.12 #
- Removed
NULLfromSonarrSeriesType, instead return actual null value
0.0.1-pre.11 #
- Added
rootFolderPathstring toSonarrSeriesLookupfor easily setting root folder
0.0.1-pre.10 #
- Implemented
/rootfolderto fetch root folders - Models for
SonarrRootFolderand nested models
0.0.1-pre.9 #
- Implemented
/series/lookupto fetch series lookup results - Models for
SonarrSeriesLookupand nested models
0.0.1-pre.8 #
- Implemented additional
/commandcommands (Backup,MissingEpisodeSearch,RssSync) - Updated README.md
0.0.1-pre.7 #
- Implemented some
/commandcommands (RescanSeries,RefreshSeries) - Models for
SonarrCommandand nested models
0.0.1-pre.6 #
- Implemented
/v3/languageprofileto fetch all language profiles - Models for
SonarrLanguageProfileand nested models - Correctly export all model types
0.0.1-pre.5 #
- Implemented
/profileto fetch all quality profiles - Models for
SonarrQualityProfileand nested models
0.0.1-pre.4 #
- Fixed DateTime parsing when date is null
0.0.1-pre.3 #
- All dates in
/seriescalls now return DateTime objects
0.0.1-pre.2 #
- Implemented
/seriesto fetch all series - Implemented
/series/{id}to fetch single series - Models for
SonarrSeriesand nested models
0.0.1-pre.1 #
- Initial Release