Fix grammar error in the readme
This commit is contained in:
@@ -34,11 +34,11 @@ The upper 4 screenshots show the main screen of the app on an android phone. The
|
||||
|
||||
Few years ago I noticed that most of the unit converters on the digital stores were ugly, not immediate to be used, with tons of useless tools. I tought it would be a good idea to develope a unit converter app that solve all this problems.
|
||||
|
||||
That year (2018) I first heard of Flutter, it still was in beta, but I decided to build it with this modern framework anyway, just to learn more. My friend Giovanni made the app logo for me and I launch it on the Play Store.
|
||||
That year (2018) I first heard of Flutter, it still was in beta, but I decided to build it with this modern framework anyway, just to learn more. My friend Giovanni made the app logo for me and I launched it on the Play Store.
|
||||
|
||||
The project is not well structured. I made it to learn more on programming. **It is not perfect but I hope that with your help we can improve it!**
|
||||
|
||||
How could you improve it? Open issues (or feature requests) , send pull requests, fork, star, share, donate to this project. Or you can just tell me this app is useful for you.
|
||||
How can you improve it? Open issues (or feature requests), send pull requests, fork, star, share, donate to this project. Or you can just tell me this app is useful for you.
|
||||
|
||||
If you belive in this project you can donate to this [PayPal donation link](https://www.paypal.me/DemApps).
|
||||
|
||||
@@ -76,6 +76,6 @@ $`y=\frac{a}{x}+b`$
|
||||
|
||||
The first one is the most common linear conversion (the costant help with faraday-celsius conversion). The second one is used in fuel conversion like $`\frac{km}{l}`$ to $`\frac{l}{100 km}`$.
|
||||
|
||||
It can also be defined other types of custom conversion such between different numeral system (bynary octal decimal exadecimal).
|
||||
It can also be defined other types of custom conversion such between different numeral system (bynary-octal-decimal-exadecimal).
|
||||
|
||||
Once a *textFormField* is selected the unit node in the graph has the property *selectedNode* equals to true (and all other *selectedNode* in every other node are marked as false). When the user changes the value of the *textFormField* the conversion propagates from the node which the user has interact with to all other nodes. Once a node is converted the *convertedNode* property of the node is setted to true.
|
||||
|
||||
Reference in New Issue
Block a user