first commit

This commit is contained in:
Ujwal
2026-02-22 22:00:52 +05:45
commit a848b9222d
40 changed files with 3730 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
import 'package:flutter_test/flutter_test.dart';
import 'package:focusgram/main.dart';
void main() {
// Widget tests for FocusGram are not yet implemented.
// The app requires SharedPreferences and WebView which need mocking.
test('placeholder', () {
expect(FocusGramApp, isNotNull);
});
}