Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
liamkuan committed Apr 28, 2019
1 parent 245f2f6 commit de2c765
Show file tree
Hide file tree
Showing 15 changed files with 22 additions and 23 deletions.
45 changes: 22 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,37 @@ Flutter_Calculate

A Flutter matrix calculate application.<br>

Function:<br>
###
Matrix conventional operation<br>
####
Trigonometric operation<br>
####
self-defining function<br>
####
Definite integral calculation<br>
####
Polynomial calculation<br>
####
linear equations calculation<br>
####
Radian Angle conversion<br>
####
Matrix inverse, upper triangle, eigenvalues<br>
####
## Function:<br>

![image](https://github.com/spadekmit/Flutter_Calculate/raw/master/image/home_page.jpg)
### Matrix conventional operation<br>

### Trigonometric operation<br>

![image](https://github.com/spadekmit/Flutter_Calculate/raw/master/image/definite_integral_view.jpg)
### self-defining function<br>

### Definite integral calculation<br>

![image](https://github.com/spadekmit/Flutter_Calculate/raw/master/image/method_view.jpg)
### Polynomial calculation<br>

### linear equations calculation<br>

![image](https://github.com/spadekmit/Flutter_Calculate/raw/master/image/setting_view.jpg)
### Radian Angle conversion<br>

### Matrix inverse, upper triangle, eigenvalues<br>

## Screenshot


<img src="https://github.com/spadekmit/Flutter_Calculate/raw/master/screenshot/HomeRoute.jpg" width="300"/><img src="https://github.com/spadekmit/Flutter_Calculate/raw/master/screenshot/input_view.jpg" width="300"/>

<img src="https://github.com/spadekmit/Flutter_Calculate/raw/master/screenshot/AndroidSetting.jpg" width="300"/><img src="https://github.com/spadekmit/Flutter_Calculate/raw/master/screenshot/IosSetting.jpg" width="300"/>

<img src="https://github.com/spadekmit/Flutter_Calculate/raw/master/screenshot/IosData.jpg" width="300"/><img src="https://github.com/spadekmit/Flutter_Calculate/raw/master/screenshot/IosFunction.jpg" width="300"/>

<img src="https://github.com/spadekmit/Flutter_Calculate/raw/master/screenshot/integralRoute.jpg" width="300"/><img src="https://github.com/spadekmit/Flutter_Calculate/raw/master/screenshot/MethodRoute.jpg" width="300"/>

<img src="https://github.com/spadekmit/Flutter_Calculate/raw/master/screenshot/MethodRoute2.jpg" width="300"/>

![image](https://github.com/spadekmit/Flutter_Calculate/raw/master/image/input_view.jpg)
## Getting Started

For help getting started with Flutter, view our online
Expand Down
Binary file removed image/definite_integral_view.jpg
Binary file not shown.
Binary file removed image/equation_view.jpg
Binary file not shown.
Binary file removed image/home_page.jpg
Binary file not shown.
Binary file removed image/method_view.jpg
Binary file not shown.
Binary file removed image/setting_view.jpg
Binary file not shown.
Binary file added screenshot/AndroidSetting.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/HomeRoute.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/IntegralRoute.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/IosData.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/IosFunction.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/IosSetting.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/MethodRoute.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/MethodRoute2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes

0 comments on commit de2c765

Please sign in to comment.