Compare commits

...

2 Commits

Author SHA1 Message Date
f1e2e79edb fix fmb test 2025-02-16 22:36:30 +01:00
04c6a22cbc fix fmb test 2025-02-16 22:36:29 +01:00
3 changed files with 4 additions and 3 deletions

4
.gitignore vendored
View File

@ -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
View File

@ -43,3 +43,4 @@ app.*.map.json
/android/app/debug
/android/app/profile
/android/app/release
filc/android/app/.cxx/

View File

@ -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 {