From dbea8a2dc72c6426c4911196e6aae37e79e26b13 Mon Sep 17 00:00:00 2001 From: Aravind Chowdary Date: Fri, 12 Jul 2024 15:12:13 +0530 Subject: [PATCH] updated version --- LICENSE | 2 +- README.md | 41 ++--------------------------------------- pubspec.yaml | 6 +++--- 3 files changed, 6 insertions(+), 43 deletions(-) diff --git a/LICENSE b/LICENSE index 261eeb9..f49a4e1 100644 --- a/LICENSE +++ b/LICENSE @@ -198,4 +198,4 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and - limitations under the License. + limitations under the License. \ No newline at end of file diff --git a/README.md b/README.md index 02fe8ec..3b25f54 100644 --- a/README.md +++ b/README.md @@ -1,39 +1,2 @@ - - -TODO: Put a short description of the package here that helps potential users -know whether this package might be useful for them. - -## Features - -TODO: List what your package can do. Maybe include images, gifs, or videos. - -## Getting started - -TODO: List prerequisites and provide or point to information on how to -start using the package. - -## Usage - -TODO: Include short and useful examples for package users. Add longer examples -to `/example` folder. - -```dart -const like = 'sample'; -``` - -## Additional information - -TODO: Tell users more about the package: where to find more information, how to -contribute to the package, how to file issues, what response they can expect -from the package authors, and more. +# Health Calculators +For body mass index and basal metabolic rate calculations \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 7857aac..00847f7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: health_calculators -description: "A new Flutter package project." -version: 0.0.1 -homepage: +description: "Calculate BMI and BMR" +version: 0.1.0 +repository: https://github.com/caloriekit/health_calculators_flutter.git environment: sdk: '>=3.2.4 <4.0.0'