Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 ## 1.0.3 | |
| 2 | |
| 3 * Fix all strong-mode errors and warnings. | |
| 4 | |
| 1 ## 1.0.2 | 5 ## 1.0.2 |
| 2 | 6 |
| 3 * Properly use `BASE64` from `dart:convert` rather than `crypto`. | 7 * Properly use `BASE64` from `dart:convert` rather than `crypto`. |
| 4 | 8 |
| 5 ## 1.0.1 | 9 ## 1.0.1 |
| 6 | 10 |
| 7 * Add support for `crypto` 1.0.0. | 11 * Add support for `crypto` 1.0.0. |
| 8 | 12 |
| 9 ## 1.0.0 | 13 ## 1.0.0 |
| 10 | 14 |
| 11 * Initial version | 15 * Initial version |
| OLD | NEW |