Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated readme,pubspec #167

Merged
merged 1 commit into from
Mar 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 15 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 1.0.0

- Support for Vertical Orientation
- Support for `RulerPosition`
- Support for `Custom Labels`
- Support for Inverse Rulers
- Support for Extended LinearGauge
- Support for multiple `ValueBars`
- Support for ValueBar position
- Support for ValueBar Thickness
- Support for multiple `Pointers`
- Support for `Pointer Alignment`
- Support for `Pointer Position`
- Support for `RangeLinearGauge`

## 0.0.6+1

Expand All @@ -12,7 +26,4 @@

## 0.0.5

* Initial Release



- Initial Release
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ and the Flutter guide for

A gauge, in science and engineering, is a device used to make measurements or in order to display certain dimensional information. A wide variety of tools exist which serve such functions, ranging from simple pieces of material against which sizes can be measured to complex pieces of machinery.Here in Flutter you can use this package to plot a machinery information effortlessly.

## Demo Application

To fully explore the capabilities of our Linear Gauge, we recommend checking out our Demo Application which consists of Use Cases and Playgrounds for Linear Gauge
[DEMO APPLICATION](https://gauges-showcase.vercel.app/#/)

## Table of contents

- [Getting Started](#getting-started)
Expand Down Expand Up @@ -101,15 +106,16 @@ The `ValueBar` in the LinearGauge is the component that displays the actual valu
The `RangeLinearGauge` class enables you to customize the ruler appearance in the `LinearGauge`. You can display multiple ranges by providing a list of `RangeLinearGauge` values, and customize the color, start, and end values to match your requirements.
<img src="https://raw.githubusercontent.com/GeekyAnts/GaugesFlutter/main/example/screens/rangelineargauge.png" alt="accessibility text">

## Demo Application
## License

To fully explore the capabilities of our Linear Gauge, we recommend checking out our Demo Application which consists of Use Cases and Playgrounds for Linear Gauge
[DEMO APPLICATION](https://gauges-showcase.vercel.app/#/)
[MIT License](https://raw.githubusercontent.com/GeekyAnts/GaugesFlutter/main/LICENSE) , Copyright © 2023 GeekyAnts. See LICENSE for more information.

## Credits
## Contributors

This package was created by [@GeekyAnts](https://github.com/GeekyAnts).
<a href="https://github.com/GeekyAnts/GaugesFlutter/graphs/contributors">
<img src="https://contrib.rocks/image?repo=GeekyAnts/GaugesFlutter" />
</a>

## License
## Credits

This package is available under the MIT license.
Made with ❤️ by <a href="https://geekyants.com/" ><img src="https://s3.ap-southeast-1.amazonaws.com/cdn.elitmus.com/sy0zfezmfdovlb4vaz6siv1l7g30" height="17"/></a>
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.6+1"
version: "1.0.0"
js:
dependency: transitive
description:
Expand Down
5 changes: 3 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: geekyants_flutter_gauges
description: Here in Flutter you can use this package to plot a machinery information effortlessly.
version: 0.0.6+1
description: A linear gauge package for Flutter that displays progress
and can be customized for appearance and behavior.
version: 1.0.0
homepage: https://github.com/GeekyAnts/GaugesFlutter

environment:
Expand Down