Closed murali-shris closed 1 year ago
@cpswan I will create a example for unformatted code and attach further details here
https://github.com/atsign-foundation/at_client_sdk/tree/unformatted_code_sample commit for unformatted code: https://github.com/atsign-foundation/at_client_sdk/commit/85ca7f5d837331d898aa064218259ccc3faf715a murali@murali-Latitude-3460:~/git/at_protocol/at_client_sdk/packages/at_client$ dart format . Formatted lib/src/client/at_client_impl.dart Formatted 146 files (1 changed) in 1.79 seconds.
check pub score through pana. This one is nice to have but not a pressing requirement. Compare actual pub score with latest version of published package vs final output of below command.
murali@murali-Latitude-3460:~/tmp/at_client$ dart pub global run pana .
INFO Running /usr/lib/dart/bin/dart --no-analytics --version
...
INFO Running flutter --suppress-analytics --no-version-check --version --machine
...
WARNING pana might update or modify files in .
.
Analysis will begin in 15 seconds, hit CTRL+C to abort it.
To remove this message, use --no-warning
.
INFO Running git rev-parse --show-toplevel
...
INFO Running /usr/lib/dart/bin/dart --no-analytics pub get --no-example
...
INFO Running /usr/lib/dart/bin/dart --no-analytics pub outdated --json --up-to-date --no-dev-dependencies --no-dependency-overrides
...
INFO Analyzing package...
INFO Running /usr/lib/dart/bin/dart --no-analytics analyze --format machine lib
...
INFO Running git init
...
INFO Running git remote add origin https://github.com/atsign-foundation/at_client_sdk
...
INFO Running git remote show origin
...
INFO Running git fetch --depth 1 --no-recurse-submodules origin trunk
...
INFO Running git ls-tree -r --name-only --full-tree origin/trunk
...
INFO Running git show origin/trunk:packages/at_client/example/pubspec.yaml
...
INFO Running git show origin/trunk:packages/at_client/pubspec.yaml
...
INFO Running git show origin/trunk:packages/at_client_mobile/example/pubspec.yaml
...
INFO Running git show origin/trunk:packages/at_client_mobile/pubspec.yaml
...
INFO Running git show origin/trunk:tests/at_end2end_test/pubspec.yaml
...
INFO Running git show origin/trunk:tests/at_functional_test/pubspec.yaml
...
INFO Running /usr/lib/dart/bin/dart --no-analytics format --output=none --set-exit-if-changed /tmp/pana_MSLWBW/./lib
...
pubspec.yaml
README.md
CHANGELOG.md
Detected license: BSD-3-Clause
.
These platforms are not supported:
Package | Constraint | Compatible | Latest |
---|---|---|---|
archive |
^3.3.5 |
3.3.5 | 3.3.5 |
async |
^2.9.0 |
2.10.0 | 2.10.0 |
at_base2e15 |
^1.0.0 |
1.0.0 | 1.0.0 |
at_chops |
^1.0.0 |
1.0.0 | 1.0.0 |
at_commons |
^3.0.34 |
3.0.34 | 3.0.34 |
at_lookup |
^3.0.35 |
3.0.35 | 3.0.35 |
at_persistence_secondary_server |
^3.0.44 |
3.0.44 | 3.0.44 |
at_persistence_spec |
^2.0.10 |
2.0.10 | 2.0.10 |
at_utf7 |
^1.0.0 |
1.0.0 | 1.0.0 |
at_utils |
^3.0.11 |
3.0.11 | 3.0.11 |
collection |
^1.16.0 |
1.17.0 | 1.17.0 |
convert |
^3.0.2 |
3.1.1 | 3.1.1 |
cron |
^0.5.1 |
0.5.1 | 0.5.1 |
crypto |
^3.0.1 |
3.0.2 | 3.0.2 |
crypton |
^2.1.0 |
2.1.0 | 2.1.0 |
encrypt |
^5.0.1 |
5.0.1 | 5.0.1 |
hive |
^2.2.3 |
2.2.3 | 2.2.3 |
http |
^0.13.5 |
0.13.5 | 0.13.5 |
internet_connection_checker |
^1.0.0+1 |
1.0.0+1 | 1.0.0+1 |
meta |
^1.8.0 |
1.8.0 | 1.8.0 |
path |
^1.8.2 |
1.8.3 | 1.8.3 |
uuid |
^3.0.7 |
3.0.7 | 3.0.7 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Points: 120/130.
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
No response