Skip to content

Commit 32f0426

Browse files
author
LamNguyen176
committed
add cache pub-cache
1 parent de15fe2 commit 32f0426

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

.github/workflows/flutter.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ jobs:
2121
with:
2222
flutter-version: '3.19.6' # Specify the Flutter version, e.g., '2.10.0'
2323

24+
- name: Cache Flutter dependencies
25+
uses: actions/cache@v3
26+
with:
27+
path: |
28+
~/.pub-cache
29+
key: ${{ runner.os }}-pub-cache-${{ hashFiles('pubspec.yaml') }}
30+
restore-keys: |
31+
${{ runner.os }}-pub-cache-
32+
2433
- name: Install dependencies
2534
run: flutter pub get
2635

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# flutter_crypto_algorithm
22

3-
[![](https://img.shields.io/badge/native_language-Kotlin_&_Swift-green)](https://pub.dev/packages/flutter_crypto_algorithm)
4-
[![](https://img.shields.io/badge/license-MIT-8A2BE2)](https://github.com/LamNguyen17/flutter_crypto_algorithm/blob/master/LICENSE)
5-
[![](https://img.shields.io/badge/author-Forest_Nguyen-f59642)](https://github.com/LamNguyen17)
3+
[![Native language](https://img.shields.io/badge/native_language-Kotlin_&_Swift-green)](https://pub.dev/packages/flutter_crypto_algorithm)
4+
[![Code cov](https://codecov.io/gh/LamNguyen17/flutter_crypto_algorithm/branch/master/graph/badge.svg)](https://app.codecov.io/github/LamNguyen17/flutter_crypto_algorithm/blob/master/lib)
5+
[![License](https://img.shields.io/badge/license-MIT-8A2BE2)](https://github.com/LamNguyen17/flutter_crypto_algorithm/blob/master/LICENSE)
6+
[![Author](https://img.shields.io/badge/author-Forest_Nguyen-f59642)](https://github.com/LamNguyen17)
67

78
A Flutter package for secure encryption algorithms, providing efficient tools for data protection and encryption operations
89

0 commit comments

Comments
 (0)