Skip to content

Commit 7b12581

Browse files
committed
Versionar para 0.2.0
1 parent 6b9ab2c commit 7b12581

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.2.0
2+
* Implement auto-reorientation when using `Cube.from` and `Cube.of`.
3+
* Support to generate SVG image of the cube.
4+
* Add more predefined patterns.
5+
16
# 0.1.1
27
* Drop `dart:isolate` dependency to support Flutter Web.
38
* Minor bug fix.

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
</p>
44
<h1 align="center">Cuber</h1>
55

6+
<p align="center">
7+
<a href="https://github.com/tiagohm/cuber"><img alt="Star on GitHub" src="https://img.shields.io/github/stars/tiagohm/cuber.svg?style=flat-square&logo=github&colorB=deeppink&label=stars"></img></a>
8+
<a href="https://github.com/dart-lang/pedantic/#enabled-lints"><img alt="style: pedantic" src="https://dart-lang.github.io/linter/lints/style-pedantic.svg"></img></a>
9+
<a href="https://opensource.org/licenses/MIT"><img alt="License: MIT" src="https://img.shields.io/badge/license-MIT-purple.svg?style=flat-square"></img></a>
10+
</p>
11+
612
This is a Dart implementation of Herbert Kociemba's two-phase algorithm for solving Rubik's Cube. This was inspired by C implementation of [muodov/kociemba](https://github.com/muodov/kociemba) and [tremwil/TwoPhaseSolver](https://github.com/tremwil/TwoPhaseSolver) projects.
713

814
## Installing
@@ -13,7 +19,7 @@ Add this to your package's pubspec.yaml file:
1319

1420
```yaml
1521
dependencies:
16-
cuber: ^0.1.1
22+
cuber: ^0.2.0
1723
```
1824
1925
## Usage

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: cuber
22
description: Dart implementation of Herbert Kociemba's two-phase algorithm for solving Rubik's Cube.
33
homepage: https://github.com/tiagohm/cuber
4-
version: 0.1.1
4+
version: 0.2.0
55

66
environment:
77
sdk: ">=2.8.0 <3.0.0"

0 commit comments

Comments
 (0)