Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/charlescyt/flutterdex

An application to demonstrate widgets available in Flutter.
https://github.com/charlescyt/flutterdex

flutter

Last synced: 7 days ago
JSON representation

An application to demonstrate widgets available in Flutter.

Awesome Lists containing this project

README

        

# Flutterdex

Flutterdex is an application to demonstrate widgets available in Flutter. The web version of the app is available [here](https://charlescyt.github.io/flutterdex/).

## Screenshots

| Home Page | Widget Info |
| ------------------------------------------- | ----------------------------- |
| ![homepage_page](screenshots/home_page.png) | ![info](screenshots/info.png) |

| Widget Demo | Demo Code View |
| ----------------------------- | ----------------------------- |
| ![demo](screenshots/demo.png) | ![code](screenshots/code.png) |

| macOS |
| ----------------------------- |
| ![demo](screenshots/macos.png)|

| Web |
| ----------------------------- |
| ![code](screenshots/web.png) |

## Features

- Widgets information
- Interactive demos
- View demo source code

## Motivation

There are so many widgets that come with Flutter, and it can be difficult to remember them all and understand how to use them effectively. I created this project to learn and discover new widgets and I hope others find this project a useful reference as they start their Flutter journey.

## Contributing

Contributions are appreciated! You can contribute by:

- Creating an issue to report a bug or suggest a new feature.
- Submitting a pull request to fix a bug or implement a new feature.

## License

Flutterdex is licensed under the [MIT License](LICENSE).