bangla_fonts
A flutter package to load and use popular Bangla fonts dynamically from CDN without increasing app size.
1.1.1
oxfaysal/bangla_fonts
What this package is like to depend on
Last release 4 months ago
08 Apr 2026
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 5 of 5 stable releases
Nothing withdrawn
no release was ever pulled
5 months old
5 releases · first in 2026
5 releases in the last 12 months
see the full history below
Release timeline
5 releases · Mar 2026 to Apr 2026Releases
latest 5-
1.1.108 Apr 2026Release notes
Open source →-
Critical Bug Fix: Resolved a compilation error on Web and Native platforms caused by naming conflicts between dart:io and dart:html File classes.
-
Conflict Resolution: Introduced dart_io alias for internal file operations to ensure the compiler distinguishes between Mobile filesystem and Browser blobs.
-
Robust Universal Support: Fixed the "Too few positional arguments" error, ensuring a 100% stable build on all platforms (Android, iOS, Web, and Desktop).
-
Code Cleanup: Refined the _fetchFromStorageOrNetwork logic to safely bypass path_provider calls on Web, preventing potential runtime crashes.
-
Documentation Update: Updated internal comments to reflect the new conflict-handling architecture.
-
-
1.1.008 Apr 2026Release notes
Open source →-
Universal Web Support: Major update to support Flutter Web! The package now intelligently detects the platform and handles font loading without crashing on browsers.
-
Platform-Aware Logic: Added kIsWeb checks to bypass local file system calls (path_provider) when running on web.
-
Improved Stability: Refactored _fetchFromStorageOrNetwork with conditional logic and io prefixes to ensure 100% stability on Android, iOS, and Desktop.
-
Performance Boost: Optimized font registration using ByteData.view for faster memory handling.
-
Refined Documentation: Updated comments and credits to reflect LoomixDev branding and cross-platform capabilities.
-
-
1.0.222 Mar 2026Release notes
Open source →- API Documentation: Added comprehensive dartdoc comments for all public classes and members to reach 100% pub points.
- Code Quality: Added private constructor to
BanglaFontsto prevent unnecessary instantiation. - Improved Constants: Refined class constants for better developer experience and IDE autocomplete.
- Internal Optimizations: Minor bug fixes in the font loading logic to ensure smoother rendering on slow connections.
-
1.0.122 Mar 2026Release notes
Open source →- Major Font Library Expansion: Added 10 new popular Bangla fonts including Google Fonts (Mina, Hind Siliguri, Anek Bangla) and Lipighor favorites.
- Total Font Support: Now supports 20+ distinct Bangla fonts dynamically.
- Improved Constants: Refined
BanglaFontsclass constants for better developer experience and IDE autocomplete. - Enhanced Documentation: Updated README with a detailed supported fonts table and proper credits for font creators.
- Internal Optimizations: Minor bug fixes in the font loading logic to ensure smoother rendering on slow connections.
-
1.0.021 Mar 2026Release notes
Open source →- Initial Release of
bangla_fonts. - Support for dynamic loading of popular Bangla fonts (Kalpurush, Shadhinata, etc.).
- Automated font caching system to save data and improve performance.
- Run-time font registration using
FontLoader. - Minimalist and efficient CDN integration for fast delivery.
- Documentation and usage guide included.
- Initial Release of