flutter95 0.0.3 copy "flutter95: ^0.0.3" to clipboard
flutter95: ^0.0.3 copied to clipboard

outdated

Windows95 UI components for Flutter apps

Flutter95 #

Windows95 UI components for Flutter apps.

UNDER CONSTRUCTION

Screenshots #

Screenshot

Components #

Scaffold95

Imitates Windows95 styled windows.

  • Provides title.
  • Provides a close button CloseButton95 which performs a Navigator.pop.
Scaffold95(
  title: 'Flutter95',
  body: Container(),
)

Button95

Windows95 styled button.

  • Provides default text style for child widgets.
  • Provides default padding for children.
Button95(
  onTap: () {},
  child: Text('Button95'),
)

Acknowledgments #

Heavily inspired by React95.

167
likes
0
points
31
downloads

Publisher

verified publisherbeltran.work

Weekly Downloads

Windows95 UI components for Flutter apps

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter95