tiles library
Classes
- AppIcon
- ArcAdapter
- ArcLayout
- ArcLine
- ArcLineStyle
- ArcProgressLine
- ArcProgressLineStyle
- ArcSpacer
- ArcText
- ArcWidget
- AssetTileResourceProvider
- Provider for asset tile resources.
- Border
- BoxDecoration
- Button
- ButtonStyle
- Chip
- CircularProgressIndicator
- Clickable
- ClickableAction
- ClickableActions
- Colors
- Color and ColorSwatch constants which represent Material design's color palette.
- Column
- DebugRainbow
- DecoratedBox
- DemoContext
- EdgeInsets
- FlutterTileEngine
- Represents a tile engine for Flutter.
- FractionallySizedBox
- Image
- ImageTileResourceProvider
- Provider for image tile resources.
- MultiButtonLayout
- NetworkTileResourceProvider
- Padding
- PrimaryLayout
- RootTile
- Row
- SizedBox
- Stack
- Text
- TextStyle
-
Tile<
TState> - Represents a single tile.
- TileContext
- TileFreshness
- TileResource
- Represents a resource for a tile.
- TileResourceProvider
- Represents a resource provider for a tile.
- TileResources
- Tiles
- TileService
- Represents a tile service.
- TileTheme
- TileWidget
- The base class for all tile widgets TileWidgets can be nested and be build by the build method.
- TitleChip
- WatchDeviceAppearance
- Appearance of a watch device
- WearTilePreview
- Preview of a tile
Enums
- ArcEdgesFitAlignment
- ArcProgressDirection
- BoxFit
- CrossAxisAlignment
- MainAxisAlignment
- MainAxisSize
- TextAlign
- Whether and how to align text horizontally.
- TextOverflow
- How overflowing text should be handled.
- TextStyleType
Constants
- kActive5Device → const WatchDeviceAppearance
- kDefaultWatchDevice → const WatchDeviceAppearance
- Default watch device
Functions
-
runTiles(
List< TileService> tiles) → void - Accessing the plugin subsystem and giving tile information.
Typedefs
- TileBuilder = Tile Function()
- Signature for a function that creates a tile.