Skip to content

The Geez SDK enables seamless conversion between numeric values and Geez script representations, facilitating localization and cultural relevance in applications for Geez-speaking communities.

License

Notifications You must be signed in to change notification settings

mrnpro/geez-sdk

Repository files navigation

Geez SDK

The Geez SDK is a powerful software development kit that simplifies the conversion between numeric values and their corresponding Geez script representations. It provides developers with a seamless way to incorporate Geez numeral conversion into their applications, enabling localization and cultural relevance for Geez-speaking communities.

Features

  • Convert numeric values to Geez script representations.
  • Convert Geez script representations to numeric values.

Installation

To use the Geez SDK in your Flutter project, follow these steps:

  1. Add the following dependency to your pubspec.yaml file:
dependencies:
  geez: ^0.0.2
  1. Run the following command to fetch the package:
flutter pub get
  1. Import the Geez package in your Dart code:
import 'package:geez/geez.dart';

Usage

Convert a Number to Geez

String geezRepresentation = 134.toGeez();
print(geezRepresentation); // Outputs: ፻፴፬

Convert Geez to a Number

num number = '፻፴፬'.toArabic();
print(number); // Outputs: 134

Contributions

Contributions to the Geez SDK are welcomed and encouraged! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.

Contributors

Thanks to the following people who have contributed to this project:

About

The Geez SDK enables seamless conversion between numeric values and Geez script representations, facilitating localization and cultural relevance in applications for Geez-speaking communities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published