Skip to content

Commit

Permalink
Adjust to improve for conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
sjhorn committed Apr 14, 2024
1 parent a57879e commit 483b825
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.1

- Tweaks to address conventions


## 1.0.0

- Initial version.
- First version to release to pub.dev
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

This package implements a clone of the VisiCalc spreadsheet engine in a dart library that works by parsing the strings of cells (Map<A1,String>) and calculating the result considering references to other cells.

The screenshot below shows the original user interface of Visicalc made by [Dan Bricklin and Bob Frankston](http://danbricklin.com/visicalc.htm).
The screenshot below shows the original user interface of Visicalc made by [Dan Bricklin and Bob Frankston](https://danbricklin.com/visicalc.htm).
![VisiCalc Logo from Wikipedia](https://upload.wikimedia.org/wikipedia/commons/thumb/8/8f/Visicalc_logo.svg/320px-Visicalc_logo.svg.png)
![VisiCalc Spreadsheet User Interface](https://upload.wikimedia.org/wikipedia/commons/7/7a/Visicalc.png)

Expand All @@ -20,7 +20,7 @@ From [wikipedia](https://en.wikipedia.org/wiki/VisiCalc)

## Features

- Supports the calculation and reference language from VisiCalc explained in the [reference card](http://www.bricklin.com/history/refcard1.htm)
- Supports the calculation and reference language from VisiCalc explained in the [reference card](https://www.bricklin.com/history/refcard1.htm)

![Reference Card](https://raw.github.com/sjhorn/visicalc_engine/main/assets/refcard.png)

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: visicalc_engine
version: 1.0.0
version: 1.0.1

homepage: https://pub.dev/packages/visicalc_engine
repository: https://github.com/sjhorn/visicalc_engine
description: A clone of the visicalc spreadsheet engine in dart
description: A clone of the visicalc spreadsheet engine in dart library for education use and UI foundation
screenshots:
- description: 'A1 logo for A1 Notation'
path: assets/visicalc_engine.png
Expand Down

0 comments on commit 483b825

Please sign in to comment.