Recommendations class

Trakt social recommendations use all the Recommendations lists from the users you follow. The more users you follow with similar tastes, the better your recommendations will be. We also use other factors for the algorithm to further personalize what gets recommended.

Inheritance

Constructors

Recommendations(TraktManager manager)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getMovieRecommendations({bool? ignoreCollected, bool extendedFull = false}) Future<List<Movie>>
Movie recommendations for a user.
getShowRecommendations({bool? ignoreCollected, bool extendedFull = false}) Future<List<Show>>
TV show recommendations for a user.
hideMovieRecommendation(String id) Future<void>
Hide a movie from getting recommended anymore.
hideShowRecommendation(String id) Future<void>
Hide a show from getting recommended anymore.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited