You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -16,17 +16,17 @@ A fully functional calculator app made using Flutter
16
16
17
17
There is also a free Figma project for this app.
18
18
19
-
You can check it out from here: <ahref="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
20
20
21
21
# 🔨 Used packages
22
22
23
-
-<ahref="https://pub.dev/packages/provider"target="_blank">provider</a>: for state management.
24
-
-<ahref="https://pub.dev/packages/eval_ex"target="_blank">eval_ex</a>: for mathematical equation evaluation.
25
-
-<ahref="https://pub.dev/packages/flutter_svg"target="_blank">flutter_svg</a>: for SVG icons.
26
-
-<ahref="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.
27
27
28
28
# 🤝 Contribution
29
29
30
30
This project is open for any kind of contribution.
31
31
32
-
If you have noticed any bad practices or using things in the wrong way, please notify me via my email: <ahref="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