Machine Code Translator is a Flutter application that allows fast and easy conversion between text, binary, and hexadecimal formats. It features a modern UI, professional animations, and supports both English and Serbian languages.
- Conversion modes:
- Text → Binary
- Binary → Text
- Text → Hex
- Hex → Text
- Multi-line input support
- Copy output to clipboard
- Animated UI elements and buttons
- Smooth animated background gradient
- Real-time output with professional animations
- Language toggle (English / Serbian)
- Last conversion timestamp display
- Clone the repository:
git clone https://github.com/Luka12-dev/Machine-Code-Translator.git
cd Machine-Code-Translator
flutter pub get
flutter run
flutter build apk --release
flutter build ios --release
-
Select the conversion mode using the “Mode” option.
-
Enter text, binary code, or hex in the input field.
-
Tap Convert to perform the translation.
-
The output will appear in the result card.
-
Tap Copy to copy the result to the clipboard.
Flutter Dart
- Animations with AnimationController, AnimatedBuilder, FadeTransition, and AnimatedSwitcher
Supported languages:
-
English
-
Serbian
-
Toggle languages by clicking the EN/SR button in the top-right corner.
Luka
This project is open-source and free to use or modify.