Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tvolkert/chicago
The Chicago widget set for Flutter
https://github.com/tvolkert/chicago
Last synced: 6 days ago
JSON representation
The Chicago widget set for Flutter
- Host: GitHub
- URL: https://github.com/tvolkert/chicago
- Owner: tvolkert
- License: apache-2.0
- Created: 2021-03-28T00:02:21.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-25T16:46:56.000Z (7 months ago)
- Last Synced: 2024-12-20T23:11:34.339Z (13 days ago)
- Language: Dart
- Size: 765 KB
- Stars: 454
- Watchers: 13
- Forks: 52
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-flutter-desktop - chicago - The Chicago widget set is an alternate design language for Flutter designed for desktop (keyboard and mouse) form factors. It is based on Apache Pivot. (Packages)
README
# Chicago widget library
The Chicago widget set is a retro 32-bit desktop design language for Flutter.
It was discussed in the [Building a desktop design language with Flutter][]
session in Google I/O 2021.[Building a desktop design language with Flutter]: https://www.youtube.com/watch?v=z6PpxO7R0gM
## Disclaimer
This library is still under very active development. It also relies on very new
features of Flutter and is likely to only work against Flutter on the master
channel.Specifically, **this library is known to NOT work against Flutter 2.2**, as it
relies on commits that have not yet made it to the stable channel.## Example
The example directory contains a "kitchen sink" demo of the widgets contained in
the package.![Demo screenshot][]
There's also an interactive demo built for the web available at
[tvolkert.github.io](https://tvolkert.github.io/#/)[Demo screenshot]: https://raw.githubusercontent.com/tvolkert/assets/master/chicago/screenshot.png