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 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
Original file line number Diff line number Diff line change 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
78A Flutter package for secure encryption algorithms, providing efficient tools for data protection and encryption operations
89
You can’t perform that action at this time.
0 commit comments