File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 11name : Flutter CI
22
33on :
4- # push:
5- # branches:
6- # - master
7- pull_request :
4+ push :
85 branches :
96 - master
7+ # pull_request:
8+ # branches:
9+ # - master
1010
1111jobs :
1212 build :
2626 with :
2727 path : |
2828 ~/.pub-cache
29- key : ${{ runner.os }}-pub-cache-${{ hashFiles('pubspec.yaml') }}
29+ flutter/bin/cache
30+ # key: ${{ runner.os }}-pub-cache-${{ hashFiles('pubspec.yaml') }}
31+ key : ${{ runner.os }}-flutter-${{ hashFiles('pubspec.yaml', 'pubspec.lock') }}
3032 restore-keys : |
31- ${{ runner.os }}-pub-cache -
33+ ${{ runner.os }}-flutter -
3234
3335 - name : Install dependencies
3436 run : flutter pub get
Original file line number Diff line number Diff line change 11name : flutter_crypto_algorithm
22description : " A Flutter package for secure encryption algorithms, providing efficient tools for data protection and encryption operations"
3- version : 0.0.1
3+ version : 0.1.0
44repository : https://github.com/LamNguyen17/flutter_crypto_algorithm
55issue_tracker : https://github.com/LamNguyen17/flutter_crypto_algorithm/issues
66homepage : https://github.com/LamNguyen17/flutter_crypto_algorithm
You can’t perform that action at this time.
0 commit comments