alpha_fake_python_simulation 0.1.4
alpha_fake_python_simulation: ^0.1.4 copied to clipboard
A Flutter package for creating a customizable fake Python terminal coding experience in a UI container.
Changelog #
0.1.4 - 2025-05-31 #
Fixed #
- Fixed image display in README by using HTML for proper sizing on pub.flutter-io.cn
- Removed unsupported Markdown image sizing syntax
0.1.3 - 2025-05-31 #
Fixed #
- Fixed demo video and image display issues on pub.flutter-io.cn by converting HTML to pure Markdown
- Removed unsupported HTML tags from README.md for better compatibility with pub.flutter-io.cn
- Ensured all image URLs use the correct GitHub repository path
0.1.2 - 2025-05-30 #
Fixed #
- Fixed all GitHub repository links in README.md to point to the correct repository name 'alpha_fake_python_terminal'
- Updated image and demo GIF URLs to use the correct repository path
0.1.1 - 2025-05-30 #
Fixed #
- Fixed image and demo GIF paths in README to use absolute URLs for proper display on pub.flutter-io.cn
- Updated documentation and example links
0.1.0 - 2025-05-30 #
Added #
- Initial release of Alpha Fake Python Simulation package
- Interactive terminal interface with Python-like syntax support
- Support for basic Python operations (variable assignment, arithmetic, print, len, random.randint)
- Custom command support
- Theming system with dark/light mode support
- Built-in help system
- Scrollable command history
- Example application demonstrating package usage
- Comprehensive documentation
- Demo GIFs showing functionality
Fixed #
- Updated image and demo GIF paths in README to use absolute URLs for proper display on pub.flutter-io.cn
Changed #
- Updated README with improved documentation and usage examples
- Enhanced code organization and documentation
0.0.1 - 2025-05-30 #
- Initial development release