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 1
1
name : Flutter CI
2
2
3
3
on :
4
- # push:
5
- # branches:
6
- # - master
7
- pull_request :
4
+ push :
8
5
branches :
9
6
- master
7
+ # pull_request:
8
+ # branches:
9
+ # - master
10
10
11
11
jobs :
12
12
build :
26
26
with :
27
27
path : |
28
28
~/.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') }}
30
32
restore-keys : |
31
- ${{ runner.os }}-pub-cache -
33
+ ${{ runner.os }}-flutter -
32
34
33
35
- name : Install dependencies
34
36
run : flutter pub get
Original file line number Diff line number Diff line change 1
1
name : flutter_crypto_algorithm
2
2
description : " 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
4
4
repository : https://github.com/LamNguyen17/flutter_crypto_algorithm
5
5
issue_tracker : https://github.com/LamNguyen17/flutter_crypto_algorithm/issues
6
6
homepage : https://github.com/LamNguyen17/flutter_crypto_algorithm
You can’t perform that action at this time.
0 commit comments