flutter_device_emulator 0.0.3
flutter_device_emulator: ^0.0.3 copied to clipboard
Preview your Flutter widgets across multiple device screens in real-time.
0.0.3-beta-2 #
Added #
- Comprehensive Dartdoc documentation for all public API elements
- Added detailed documentation for
DeviceEmulatorclass and constructor - Documented all public properties (
builder,enableThemeToggle,enableOrientationToggle,enableLanguageToggle) - Added library-level documentation with usage examples
- Documentation coverage now exceeds 20% requirement
- Added detailed documentation for
Fixed #
- Fixed undefined method error in screenshot functionality
- Corrected function call from
saveScreenshottosaveScreenshotPlatform - Fixed conditional import structure for platform-specific screenshot saving
- Corrected function call from
- Removed unused
screenshotdependency from pubspec.yaml - Fixed linter warnings and analyzer issues
- Removed unnecessary null-aware operator in web screenshot saver
- Fixed dead code warnings
Improved #
- Enhanced code quality and maintainability
- Better platform compatibility with proper conditional imports
- Cleaner dependency management
0.0.3-beta-1 #
- Update and remove deprecated dependaed package
0.0.1 #
- TODO: Describe initial release.