SciDart logo

SciDart is an experimental cross-platform scientific platform for Dart.

๐Ÿน Goals

The main goal of SciDart is run the main module where Dart can run, in other words, run on Flutter, Dart CLI, Dart web, etc. Beside, offer tools to help the data analysis.

๐Ÿƒ Motivation

Some time ago I tried make a guitar tuner (frequency estimator) with Flutter and, I faced with the problem: Dart didn't have a unified scientific library. So, I tried implement something to help me and the community with this problem.

๐Ÿ“ฆ SciDart modules

The SciDart are the combination of the following modules:

๐Ÿ”Œ Installation

Choose your package and following the instructions in the PUB website.

๐Ÿ“ Documentation

๐Ÿงฌ SciDart modules functions

๐Ÿงช SciDart

๐Ÿ“ก SciDart IO

๐Ÿ“ˆ SciDart Plot

๐Ÿ–ฅ Dart REPL for prototyping quickly

Dart don't have REPL by default, but I found this amazing post from Andreas Kirsch and He implemented an experimental Dart REPL but the current library don't support Dart SDK > 2.0.0. So, I decided to leave this work pending for now.

๐Ÿ™Œ How to contribute

I recommend check the Projects section and choose a task or choose and solve a problem with SciDart and implement the missing parts and read the file CONTRIBUTING.md.

The reference values for all functions came from with SciPy. The contributions need use SciPy as reference too.

Every contribution need to have tests, documentation and examples, otherwise, the pull request will be blocked.

โ˜• Supporters

SciDart is an open source project that runs on donations to pay the bills e.g. our domain name. If you want to support SciDart, you can โ˜• buy a coffee here.

๐Ÿ“š References

Below, the list of the main references of SciDart:

โš  License

Copyright (c) 2019-present Angelo Polotto and Contributors. Scidart is free and open-source software licensed under the Apache-2.0 License. The official logo was created by Juliano Polotto and distributed under Creative Commons license (CC BY-SA 4.0 International).