Updating conversion, creating readmes

This commit is contained in:
Jonas Zeunert
2024-04-19 23:37:46 +02:00
parent 3619ac710a
commit 08e75b0f0a
635 changed files with 30878 additions and 37344 deletions

View File

@@ -1,13 +1,12 @@
Awesome Dart !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
============
A curated list of awesome Dart frameworks, libraries, and software. Items on the list are actively maintained, well documented, and popular in the Dart community. Inspired by the awesome 
(https://github.com/sindresorhus/awesome) lists.
A curated list of awesome Dart frameworks, libraries, and software. Items on the list are actively maintained, well documented, and popular in the Dart community. Inspired by the awesome (https://github.com/sindresorhus/awesome) lists.
Contributing
Please take a quick look at the contribution guidelines (/CONTRIBUTING.md) first. If you see a package or project here that is no longer maintained or is not a good fit, please submit a pull request to improve 
this file. Thank you to all contributors (https://github.com/yissachar/awesome-dart/graphs/contributors); you rock!
Please take a quick look at the contribution guidelines (/CONTRIBUTING.md) first. If you see a package or project here that is no longer maintained or is not a good fit, please submit a pull request to improve this file. Thank you to 
all contributors (https://github.com/yissachar/awesome-dart/graphs/contributors); you rock!
Contents
@@ -34,7 +33,7 @@
⟡ Community (#community)
⟡ Everything Else (#everything-else)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Client Web App Frameworks
@@ -116,8 +115,8 @@
⟡ html (https://pub.dartlang.org/packages/html) - A library for working with HTML documents. Previously known as html5lib.
⟡ markdown (https://github.com/dart-lang/markdown) - Parse markdown into HTML on both the client and server.
⟡ PetitParser (https://github.com/petitparser/dart-petitparser) - PetitParser combines ideas from scannerless parsing, parser combinators, parsing expression grammars and packrat parsers to model grammars and 
parsers as objects that can be reconfigured dynamically.
⟡ PetitParser (https://github.com/petitparser/dart-petitparser) - PetitParser combines ideas from scannerless parsing, parser combinators, parsing expression grammars and packrat parsers to model grammars and parsers as objects that can
be reconfigured dynamically.
⟡ XML (https://pub.dartlang.org/packages/xml) - A lightweight library for parsing, traversing, querying and building XML documents.
⟡ xmlstream (https://pub.dartlang.org/packages/xml) - A streaming event-based XML Parser.
⟡ YAML (https://pub.dartlang.org/packages/yaml) - A parser for YAML.
@@ -135,8 +134,7 @@
Image
⟡ image (https://github.com/brendan-duncan/image) - Provides server and web apps the ability to load, manipulate, and save images with various image file formats including PNG, JPEG, GIF, WebP, TIFF, TGA, PSD, 
PVR, and OpenEXR.
⟡ image (https://github.com/brendan-duncan/image) - Provides server and web apps the ability to load, manipulate, and save images with various image file formats including PNG, JPEG, GIF, WebP, TIFF, TGA, PSD, PVR, and OpenEXR.
Testing
@@ -159,13 +157,13 @@
⟡ js2dart (https://github.com/vojtajina/js2dart) - compiles Javascript code to Dart.
⟡ Stagehand (https://github.com/dart-lang/stagehand) - A project scaffolding generator, inspired by tools like Web Starter Kit and Yeoman.
⟡ Crossdart (https://crossdart.info) - Cross-referenced source code of the packages from Pub.
⟡ Crossdart Github Chrome Extension (https://chrome.google.com/webstore/detail/crossdart-chrome-extensio/jmdjoliiaibifkklhipgmnciiealomhd) - Adds "Go to declaration" and "Find Usages" functionality to your Dart 
projects on Github (both in tree views and pull requests).
⟡ Crossdart Github Chrome Extension
 (https://chrome.google.com/webstore/detail/crossdart-chrome-extensio/jmdjoliiaibifkklhipgmnciiealomhd) - Adds "Go to declaration" and "Find Usages" functionality to your Dart projects on Github (both in tree views and pull requests).
⟡ gulp-dart (https://github.com/agudulin/gulp-dart) - A gulp plugin for compiling Dart code to JavaScript using dart2js.
⟡ dev_compiler (https://github.com/dart-lang/dev_compiler) - Dart to JavaScript compiler designed to create idiomatic, readable JavaScript output.
⟡ json2dart (https://javiercbk.github.io/json_to_dart) - Given a json, it generates the dart classes to parse and generate json with given structure.
⟡ webdev_proxy (https://github.com/Workiva/webdev_proxy) - A proxy wrapper around webdev (https://github.com/dart-lang/webdev) which adds support for rerouting 404s to the index, allowing for HTML push-based 
routing while running locally.
⟡ webdev_proxy (https://github.com/Workiva/webdev_proxy) - A proxy wrapper around webdev (https://github.com/dart-lang/webdev) which adds support for rerouting 404s to the index, allowing for HTML push-based routing while running 
locally.
⟡ Dart Code Metrics (https://github.com/dart-code-checker/dart-code-metrics) - Additional linter which reports code metrics, checks for anti-patterns and provides additional rules for Analyzer.
⟡ m2cgen (https://github.com/BayesWitnesses/m2cgen) - A CLI tool to transpile trained classic ML models into a native Dart code with zero dependencies.
⟡ Lakos (https://pub.dev/packages/lakos) - Visualize internal library dependencies in Graphviz and detect dependency cycles.
@@ -207,9 +205,8 @@
Everything Else
There are lots of awesome libraries being added to Pub (https://pub.dartlang.org/) all the time. If you can't find a library on this list that meets your needs, go ahead and search for it on Pub. And if you end 
up finding an awesome library, we would love a pull request with the info so that everyone else can discover it as well. Just make sure to read the contributing guidelines 
(https://github.com/yissachar/awesome-dart/blob/master/CONTRIBUTING.md) first.
There are lots of awesome libraries being added to Pub (https://pub.dartlang.org/) all the time. If you can't find a library on this list that meets your needs, go ahead and search for it on Pub. And if you end up finding an awesome 
library, we would love a pull request with the info so that everyone else can discover it as well. Just make sure to read the contributing guidelines (https://github.com/yissachar/awesome-dart/blob/master/CONTRIBUTING.md) first.
License