Wikidart class

Allows you to search and query wikipedia pages.

Constructors

Wikidart()

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

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

Static Methods

random() Future<WikiResponse?>
Retrieve a random Wikipedia page
searchQuery(String query, {int limit = 10, int offset = 0, SearchType searchType = SearchType.text, Map<String, dynamic>? params}) Future<SearchResponse?>
Start a search query from the provided query.
summary(int pageId, {int thumbnailWidth = 50, int thumbnailLimit = 1, Map<String, dynamic>? params}) Future<WikiResponse?>
Returns the summary of a wiki page