Skip to content

Commit d883e00

Browse files
committed
Update README.md
1 parent 687c206 commit d883e00

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ A fully functional calculator app made using Flutter
1616

1717
There is also a free Figma project for this app.
1818

19-
You can check it out from here: <a href="https://www.figma.com/community/file/1139564128546110522" target="_blank">https://www.figma.com/community/file/1139564128546110522</a>
19+
You can check it out from here: https://www.figma.com/community/file/1139564128546110522
2020

2121
# 🔨 Used packages
2222

23-
- <a href="https://pub.dev/packages/provider" target="_blank">provider</a>: for state management.
24-
- <a href="https://pub.dev/packages/eval_ex" target="_blank">eval_ex</a>: for mathematical equation evaluation.
25-
- <a href="https://pub.dev/packages/flutter_svg" target="_blank">flutter_svg</a>: for SVG icons.
26-
- <a href="https://pub.dev/packages/shared_preferences" target="_blank">shared_preferences</a>: to save history and theme mode loacaly.
23+
- [provider](https://pub.dev/packages/provider): for state management.
24+
- [eval_ex](https://pub.dev/packages/eval_ex): for mathematical equation evaluation.
25+
- [flutter_svg](https://pub.dev/packages/flutter_svg): for SVG icons.
26+
- [shared_preferences](https://pub.dev/packages/shared_preferences): to save history and theme mode loacaly.
2727

2828
# 🤝 Contribution
2929

3030
This project is open for any kind of contribution.
3131

32-
If you have noticed any bad practices or using things in the wrong way, please notify me via my email: <a href="mailto:[email protected]?subject=Flutter%20calculator%20app" target="_blank">[email protected]</a>.
32+
If you have noticed any bad practices or using things in the wrong way, please notify me via my email: [[email protected]](mailto:[email protected]?subject=Flutter%20calculator%20app)

0 commit comments

Comments
 (0)