flutter_adaptive_cards_plus 1.0.3
flutter_adaptive_cards_plus: ^1.0.3 copied to clipboard
A Flutter implementation of Adaptive Cards, updated for Flutter 3.35.2.
1.0.3 #
- Update
resolveFontWeightto use an explicit numeric-to-FontWeightmapping with a safe fallback toFontWeight.normal
1.0.2 #
- Add
hostConfigMapsupport forAdaptiveCard.network,AdaptiveCard.asset, andAdaptiveCard.memory - Improve async adaptive card loading with clearer failure fallback/error visibility
- Fix adaptive image/media sizing issues that could cause gray or unbounded layouts in release builds
- Add host config usage guidance for asset paths vs in-memory map configuration
1.0.1 #
- Fix handling of broken image URLs causing infinite loading
- Improve media and markdown image error handling
1.0.0 – Initial Release #
- Updated codebase for Flutter 3.35.2
- Improved stability and structure
- Modernized library under MIT License