Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/charlescyt/flutterdex
- Owner: charlescyt
- License: mit
- Created: 2023-11-10T23:42:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-10T23:44:03.000Z (about 1 year ago)
- Last Synced: 2024-05-03T19:19:44.818Z (6 months ago)
- Topics: flutter
- Language: Dart
- Homepage:
- Size: 9.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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).