Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parlough/thisweekindart
Learn about what's happening in the Dart community each week!
https://github.com/parlough/thisweekindart
dart dartlang
Last synced: about 1 hour ago
JSON representation
Learn about what's happening in the Dart community each week!
- Host: GitHub
- URL: https://github.com/parlough/thisweekindart
- Owner: parlough
- License: other
- Created: 2021-04-24T03:46:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-01T21:30:14.000Z (over 1 year ago)
- Last Synced: 2024-10-18T19:30:33.318Z (21 days ago)
- Topics: dart, dartlang
- Language: HTML
- Homepage: https://thisweekindart.dev
- Size: 137 KB
- Stars: 28
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [This Week in Dart](https://thisweekindart.dev)
**This Week in Dart** is the go-to destination
for weekly news on Dart, its package ecosystem, and the surrounding community.We aim to increase awareness of ongoing changes and news surrounding Dart
while fostering a strong sense of community for those interested.To contribute this website and future issues,
feel free to contribute on [GitHub](https://github.com/parlough/thisweekindart)
or suggest content for the next week
on [GitHub discussions](https://github.com/parlough/thisweekindart/discussions).To discuss Dart or This Week in Dart,
feel free to join us
on the [Unofficial Dart Community Discord](https://discord.gg/Qt6DgfAWWx).## Running the site
To run a development version of the site locally, run:
```shell
dart run build_runner serve --live-reload
```## Building the site
To build a production version of the site, simply run:
```shell
dart run build_runner build --release --output web:_site
```Or, just run `dart run tool/build.dart` which takes care of this for you and
also includes the current time in the atom feed.## License and disclaimers
Except as otherwise noted, the textual contents of this project are licensed
under the [Creative Commons Attribution 4.0 License][],
and code and code samples are licensed under the MIT License.
See more in the [LICENSE][] file._Dart and the related logo are trademarks of Google LLC.
This Week in Dart is not endorsed by or affiliated with Google LLC._[Creative Commons Attribution 4.0 License]: https://creativecommons.org/licenses/by/4.0/
[LICENSE]: https://github.com/parlough/thisweekindart/blob/main/LICENSE