steam_ui 1.0.0
steam_ui: ^1.0.0 copied to clipboard
UI library inspired by the classic Steam interface from the early 2000s
Steam Ui #
UI library inspired by the classic Steam interface from the early 2000s (Work in progress)
Demos #
Installation #
To use Steam UI, you must have the Flutter SDK installed on your machine.
Option A: Install via pub.dev (Recommended) #
Run this command:
flutter pub add steam_ui
Option B: Install via GitHub #
Add this to your pubspec.yaml:
dependencies:
steam_ui:
git:
url: https://github.com/solismatias/steam_ui.git
Set up #
import 'package:steam_ui/steam_ui.dart';
MaterialApp(
theme: flutterSteamTheme(),
);
Widgets #
- SteamContainer
- SteamButton
- SteamIconButton
- SteamTextField
- SteamDropdown
- SteamSingleChildScrollview
- SteamMeter
- SteamProgressBar
- SteamCheckbox
- SteamCheckboxTile
- SteamRadio
- SteamRadioTile
- SteamSlider
- SteamScrollbar
- SteamPressable
