flutter_telegram_miniapp 0.0.11
flutter_telegram_miniapp: ^0.0.11 copied to clipboard
A Flutter package providing easy access to the Telegram Mini Apps API, enabling you to build interactive experiences within Telegram.
Changelog #
0.0.11 #
- Fixed error with SafeAreaInset and ContentSafeAreaInset
0.0.10 #
- Implemented support for Bot API 9.1
- Added the method hideKeyboard to the class WebApp.
- Fixed an error during static analysis
0.0.9 #
- Fixed an error in exporting enums
0.0.8 #
- Implemented support for Bot API 9.0
- Implemented DeviceStorage and SecureStorage
- Fixed error with authDate in initDataUnsafe
0.0.7 #
- Fixed a critical error with number conversion
0.0.6 #
- Fixed a critical error in the event handler
- Added documentation for BackButton, BottomButton, CloudStorage, ContentSafeAreaInset, HapticFeedback, LocationData, LocationManager, MainButton.
- Fixed other minor bugs
0.0.5 #
- Fixed little problem
0.0.4 #
- Removed package 'async' from pubspec.yaml
- Fixed some problems
0.0.3 #
- Fixed some problems
0.0.2 #
- Added example project
0.0.1 #
- Repository inited