FlutterDocsClient class
Constructors
- FlutterDocsClient({required CacheManager cacheManager, HttpClientWrapper? httpClient})
- Creates a new Flutter docs client.
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
-
fetchBreakingChangeDetail(
String path) → Future< String?> - Fetch the full Markdown content for a specific breaking-change detail page.
-
fetchBreakingChanges(
) → Future< List< Map< >String, dynamic> > - Fetch all known Flutter breaking changes from the documentation index.
-
getBreakingChangesForVersionRange(
String fromVersion, String toVersion) → Future< List< Map< >String, dynamic> > -
Return breaking changes that apply when upgrading Flutter from
fromVersiontotoVersion(exclusive offrom, inclusive ofto). -
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