Compare commits
2 Commits
a1fa6ed117
...
f1e2e79edb
Author | SHA1 | Date | |
---|---|---|---|
f1e2e79edb | |||
04c6a22cbc |
4
.gitignore
vendored
4
.gitignore
vendored
@ -30,9 +30,9 @@ doc/api/
|
||||
#Custom files to ignore
|
||||
secrets/upload-keystore.jks
|
||||
secrets/keystore.properties
|
||||
|
||||
filc/android/app/.cxx/
|
||||
#VSCode
|
||||
.vscode/
|
||||
|
||||
#IntelliJ
|
||||
.idea/
|
||||
.idea/
|
||||
|
1
filc/.gitignore
vendored
1
filc/.gitignore
vendored
@ -43,3 +43,4 @@ app.*.map.json
|
||||
/android/app/debug
|
||||
/android/app/profile
|
||||
/android/app/release
|
||||
filc/android/app/.cxx/
|
@ -8,7 +8,7 @@
|
||||
import 'package:flutter/foundation.dart';
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
|
||||
import 'package:filc/fmb_crypt.dart';
|
||||
import 'package:firka/fmb_crypt.dart';
|
||||
|
||||
void main() {
|
||||
test('encryption and decryption test', () async {
|
||||
|
Loading…
x
Reference in New Issue
Block a user