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.
- Convert numeric values to Geez script representations.
- Convert Geez script representations to numeric values.
To use the Geez SDK in your Flutter project, follow these steps:
- Add the following dependency to your
pubspec.yaml
file:
dependencies:
geez: ^0.0.2
- Run the following command to fetch the package:
flutter pub get
- Import the Geez package in your Dart code:
import 'package:geez/geez.dart';
String geezRepresentation = 134.toGeez();
print(geezRepresentation); // Outputs: ፻፴፬
num number = '፻፴፬'.toArabic();
print(number); // Outputs: 134
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.
Thanks to the following people who have contributed to this project: