Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angulardart-community/angular_components
High-quality Material Design components for AngularDart.
https://github.com/angulardart-community/angular_components
angulardart dart-web dartlang hacktoberfest material-design web
Last synced: about 2 months ago
JSON representation
High-quality Material Design components for AngularDart.
- Host: GitHub
- URL: https://github.com/angulardart-community/angular_components
- Owner: angulardart-community
- Fork: true (angulardart/angular_components)
- Created: 2021-08-27T16:58:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-07T08:54:44.000Z (10 months ago)
- Last Synced: 2024-09-26T01:07:25.669Z (about 2 months ago)
- Topics: angulardart, dart-web, dartlang, hacktoberfest, material-design, web
- Language: Dart
- Homepage: https://gallery.angulardart.xyz
- Size: 38.2 MB
- Stars: 20
- Watchers: 6
- Forks: 15
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![AngularDart Chat](https://img.shields.io/gitter/room/angulardart/community?color=blue&label=angulardart%2Fcommunity&logo=matrix)](https://gitter.im/angulardart/community)
Please refer to the [wiki](https://github.com/angulardart-community/angular_components/wiki) on how we plan to migrate `angular_components` to null safety, or pick a random [issue](https://github.com/angulardart-community/angular_components/issues) and start contributing!
> I attempt to migrate it to null-safety little by little, perhaps one `dart`
file every day. ~~As the saying goes: a commit a day, keeps the doctor away.~~[Material design] components for [AngularDart]. Originally written by Google, it
has powered some of Google's most sophisticated and mission-critical applications.The [AngularDart Components Gallery] contains live examples and documentation.
This productive and stable set of widgets, originally contributed to by hundreds of
Googlers, make debugging and deploying your app easier. Strict latency and
testing policies make these widgets an excellent fit for projects using
[AngularDart].**Disclaimer**: This project is currently maintained by the community. This is
not a Google product in any way, official or unofficial.[Material design]: https://material.io/guidelines
[AngularDart]: https://angulardart.xyz
[applications]: https://news.dartlang.org/2016/03/the-new-adwords-ui-uses-dart-we-asked.html
[AngularDart Components Gallery]: https://gallery.angulardart.xyzThe following packages provide the components as well as code generation for the
AngularDart Components gallery.## [ngcomponents] [![Pub Package](https://img.shields.io/pub/v/ngcomponents.svg)](https://pub.dev/packages/ngcomponents)
The actual components package that is published to pub. Obviously, the name
`angular_components` is currently taken by the original package, so we had to
publish it under the name `ngcomponents`, but in general we still call it
`angular_components` ^^## [angular_gallery]
Code generators that create the gallery containing pages generated by the
`angular_gallery_section` package.## [angular_gallery_section]
**Disclaimer**: This project is currently maintained by the community. This is not a GoogleCode generators that create a gallery page containing documentation and examples
from a `@GallerySectionConfig` annotation.## [examples]
Example packages for each of the components. Additionally, the
[examples/angular_components_example] subdirectory contains the base package
for building the AngularDart gallery.[angular_components]: (https://github.com/angulardart-community/angular_components/tree/master/ngcomponents)
[angular_gallery]: (https://github.com/angulardart-community/angular_components/tree/master/angular_gallery)
[angular_gallery_section]: (https://github.com/angulardart-community/angular_components/tree/master/angular_gallery_section)
[examples]: (https://github.com/angulardart-community/angular_components/tree/master/examples)
[examples/angular_components_example]: (https://github.com/angulardart-community/angular_components/tree/master/examples/angular_components_example)