Skip to content

chore(deps-example): bump flutter_notchpay from 0.1.0 to 0.2.0 in /example - #8

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pub/example/dev/flutter_notchpay-0.2.0
Open

chore(deps-example): bump flutter_notchpay from 0.1.0 to 0.2.0 in /example#8
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pub/example/dev/flutter_notchpay-0.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown

Bumps flutter_notchpay from 0.1.0 to 0.2.0.

Changelog

Sourced from flutter_notchpay's changelog.

[0.2.0] - 2026-07-28

Added

  • Checkout callbacksNotchPay.checkout() now accepts three optional callback parameters (onSuccess, onCancelled, onError) as a convenient alternative to await-ing the returned Future and switching on the result status. The Future is still returned and both styles can be used together. No breaking change.
  • Ready-made theme presets — four named factory constructors on NotchPayThemeData: darkMode() (dark surface, NotchPay violet), emerald() (green accent, white surface), purple() (deep-purple on near-black), and ocean() (sky-blue on dark-navy). All presets are compatible with copyWith() for further customization.
  • NotchPayEnvironment (sandbox/live), detected automatically from the public key. NotchPay.instance.environment / .isSandbox / .isLive expose it, and checkout() shows a "Sandbox mode" banner automatically when a test key is detected.
  • The checkout sheet now caps its own width and stays centered on tablets, desktop, and web instead of stretching edge-to-edge.
  • .github/labels.yml + a sync workflow: repository labels are now defined as code.
  • .github/SETUP.md: one-time repository admin checklist (branch protection, pub.dev automated publishing, Codecov, labels).
  • doc/USAGE.md: an exhaustive, section-by-section usage guide covering every service, model, and utility this package exposes.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [flutter_notchpay](https://github.com/BorisGautier/flutter_notchpay) from 0.1.0 to 0.2.0.
- [Changelog](https://github.com/BorisGautier/flutter_notchpay/blob/main/CHANGELOG.md)
- [Commits](https://github.com/BorisGautier/flutter_notchpay/commits/v0.2.0)

---
updated-dependencies:
- dependency-name: flutter_notchpay
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Dependency updates (including Dependabot PRs) example About the example app labels Aug 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates (including Dependabot PRs) example About the example app

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants