fintoc 2.0.2
fintoc: ^2.0.2 copied to clipboard
Use the Fintoc widget within your Flutter application as a View
2.0.2 #
- Fix: remove KGP (
kotlin-androidplugin) from Androidbuild.gradle— Flutter built-in Kotlin handles compilation. - Fix: update Android namespace and package to
dev.faqcodes.fintoc.
2.0.1 #
- Fix: add
namespace 'com.faqcodes.fintoc'to Androidbuild.gradlefor AGP 8+ compatibility. - Bump
compileSdkVersionto 33.
2.0.0 #
- BREAKING CHANGE: Replaced
FintocConfigdefault constructor with product-specific factory constructors (.payments(),.movements(),.subscriptions(),.invoices()). - Upgraded
webview_flutterto^4.13.1leveraging Android hybrid composition. - Added
url_launcherto correctly handle external links (like vouchers) using the native browser.
1.0.0 #
- Documentation: add budgets stats
0.0.1 #
- Initial version