ielts_package 0.0.1 copy "ielts_package: ^0.0.1" to clipboard
ielts_package: ^0.0.1 copied to clipboard

It helps ypu to find your Ielts score.

Overview #

The IELTS Score Package is a simple Dart class that returns a formatted string containing a user's name and IELTS score.

Features #

Takes an IELTS score and a name as input.

Returns a formatted string with the provided details.

Installation #

To use this package, add it to your Dart or Flutter project:

import 'package:your_package_name/ielts.dart';

Usage #

Here’s how you can use the Ielts class:

void main() { Ielts ielts = Ielts(); String result = ielts.ielatsScore('7.5', 'Alice'); print(result); // Output: Your name: Alice and score: 7.5 }

Class Details

Ielts Class

Method: ielatsScore(String score, String name) → String

Parameters: #

score: The IELTS score as a string.

name: The name of the person.

Returns: #

A formatted string with the name and score.

Contribution #

Feel free to contribute by submitting issues or pull requests.

License #

This package is available under the MIT License.

1
likes
140
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

It helps ypu to find your Ielts score.

Documentation

API reference

License

MIT (license)

More

Packages that depend on ielts_package