We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d5ea3 commit 8ad885dCopy full SHA for 8ad885d
.env.example
@@ -1,4 +1,4 @@
1
BUX_API_KEY=api_key
2
BUX_CLIENT_ID=0000000001
3
BUX_API_SECRET=secret
4
-BUX_SANDBOX=true
+BUX_SANDBOX=true
.gitignore
@@ -29,4 +29,4 @@ doc/api/
29
**/example/**
30
!**/example/main.dart
31
!**/example/README.md
32
-*.bak
+*.bak
analysis_options.yaml
@@ -30,4 +30,4 @@ linter:
await_only_futures: true
always_specify_types: true
constant_identifier_names: false
33
- non_constant_identifier_names: false
+ non_constant_identifier_names: false
0 commit comments