Skip to content

Instantly share code, notes, and snippets.

View PattaFeuFeu's full-sized avatar
🏡
Working from home

Patrick Geselbracht PattaFeuFeu

🏡
Working from home
View GitHub Profile
@inidamleader
inidamleader / AutoSizeText.kt
Last active June 24, 2025 11:32
Composable function that automatically adjusts the text size to fit within given constraints with optimal performance by using a binary search algorithm. Compared to Google’s built-in solution, AutoSizeText offers greater precision, better multiline support, and improved control over layout behavior — all while remaining performance-friendly.
/*
MIT License
Copyright (c) 2024 Reda El Madini
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all