Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update doc
  • Loading branch information
Chris Yang committed Jan 21, 2021
commit 375164d096305979b18c5c13edbf515f1d67aa82
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ class Tile {

/// A byte array containing the image data.
///
/// The image data format must be one that's natively supported for decoding by the platform.
/// (e.g on Android it can only be one of the [supported image formats for decoding](https://developer.android.com/guide/topics/media/media-formats#image-formats)).
/// The image data format must be natively supported for decoding by the platform.
/// e.g on Android it can only be one of the [supported image formats for decoding](https://developer.android.com/guide/topics/media/media-formats#image-formats).
final Uint8List data;

/// Converts this object to JSON.
Expand Down