authorize_net_plugin 0.2.0
authorize_net_plugin: ^0.2.0 copied to clipboard
A plugin that wraps the andriod and ios AuthorizeNet SDKs. This is not an offical plugin, however I will maintain this and will accept PR's
0.2.0 #
- Fixed the Android build: migrated the plugin and the example app off the imperative Flutter Gradle apply (removed in current Flutter) to the declarative plugins block, moved to AGP 9 / Gradle 9, replaced dead
jcenter()withmavenCentral(), and moved the namespace out of the manifests intobuild.gradle - The AuthorizeNet Android SDK is now exposed as an
apidependency, so apps no longer need to declare it themselves — only the jitpack repository is required cardCvv,zipCodeandcardHolderNameare now optional, matching the underlying Android and iOS SDKs where only the card number and expiration date are required. Empty strings are treated as omitted so the SDKs don't reject them during validation- Annotated the
authorizeNetTokenparameters asStringinstead of leaving themdynamic - Fixed the example app's sandbox
apiLoginId, which had two stray characters and made every request fail with a genericE00001
0.1.5 #
- Fixed build error on Flutter 3.x: removed unused
PluginRegistry.Registrarimport that no longer exists in the v2 embedding API
0.1.4 #
- Updated Dart SDK constraints to support latest versions
- Updated Android compileSdkVersion and added namespace for compatibility with newer Android Gradle plugin
- Modernized test suite with improved coverage and updated to use
TestDefaultBinaryMessengerBindingAPI
0.1.3 #
0.1.2 #
Fixed error handling
0.1.1 #
Up pub score
0.1.0 #
Migrate to null saftey
0.0.3 #
Update readme
0.0.2 #
This time it works...
0.0.1 #
- TODO: Describe initial release.