Added Extra features like "Ghost Mode"
Added Logout Functionality
Chagned UA to latest version of iOS.
Added app icons.
Improved reels player and fixed bugs.
Discipline challenge is now compulsory for watching reels.
Now the UI doesnt feel like it is in a cheap browser.
This commit is contained in:
Ujwal
2026-02-23 10:53:38 +05:45
parent fe2d793b93
commit e23731d9e8
25 changed files with 822 additions and 351 deletions
-10
View File
@@ -1,10 +0,0 @@
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);
});
}