steam_ui 1.0.0 copy "steam_ui: ^1.0.0" to clipboard
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)

saitam dev_steam_ui_example

Demos #

Installation #

To use Steam UI, you must have the Flutter SDK installed on your machine.

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
6
likes
160
points
85
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

UI library inspired by the classic Steam interface from the early 2000s

Homepage
Repository (GitHub)
View/report issues

Topics

#ui #theme #retro #steam #widget

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on steam_ui