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 7bc7a1f commit 7872a00Copy full SHA for 7872a00
CONTRIBUTING.md
@@ -11,4 +11,22 @@ Bump version in:
11
Bump `serious_python` dependency version with `flutter pub get` in example lock files:
12
13
* `example/flet_example/pubspec.lock`
14
-* `example/flask_example/pubspec.lock`
+* `example/flask_example/pubspec.lock`
15
+
16
+Update `CHANGELOG.md`.
17
18
+## Getting token for automatic publishing to pub.dev
19
20
+Token locations on different OSes: https://stackoverflow.com/a/70487480/1435891
21
22
+Login to pub.dev:
23
24
+```
25
+flutter pub login
26
27
28
+Encode token to base64:
29
30
31
+cat $HOME/Library/Application\ Support/dart/pub-credentials.json | base64
32
0 commit comments