File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 21
21
with :
22
22
flutter-version : ' 3.19.6' # Specify the Flutter version, e.g., '2.10.0'
23
23
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
+
24
33
- name : Install dependencies
25
34
run : flutter pub get
26
35
Original file line number Diff line number Diff line change 1
1
# flutter_crypto_algorithm
2
2
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 )
6
7
7
8
A Flutter package for secure encryption algorithms, providing efficient tools for data protection and encryption operations
8
9
You can’t perform that action at this time.
0 commit comments