flutter_stone_payment 1.1.8
flutter_stone_payment: ^1.1.8 copied to clipboard
Plugin flutter que faz a integração com o SDK da stone, para pagamento com maquininhas POS
1.0.0 #
-
First release of the plugin.
-
Features: Payment screen opening.
1.0.2 #
-
Added functionalities: Cancellation, printing, and reprinting.
-
Error handling and success responses.
-
Documentation and README updates.
-
Bug fixes.
1.0.3 #
- Fix cancel method returning non-existent
- update README
1.0.4 #
- update config
1.1.0 #
- rename files and class
1.1.1 #
- fixed bugs
1.1.2 #
- Adjusted custom printing with improved text visibility
1.1.3 #
- alignment correction in custom prints
1.1.5 #
- fixed bugs
1.1.6 #
-
Printing Improvement
-
Replaced the line-by-line printing process with bitmap generation.
-
Printing is now performed directly from the bitmap, ensuring better performance, consistent layout, and reduced errors.
-
1.1.7 #
- Added printing processing on a separate thread from the main thread.
1.1.8 #
- Reduced
compileSdkrequirement to improve compatibility with older projects.