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
+17
View File
@@ -28,11 +28,28 @@ dependencies:
# URL launcher for About page links — latest stable
url_launcher: ^6.3.2
google_fonts: ^8.0.2
http: ^1.3.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter_launcher_icons: ^0.13.1
flutter:
uses-material-design: true
assets:
- assets/images/focusgram.png
- assets/images/focusgram.ico
flutter_launcher_icons:
android: true
ios: false
image_path: "assets/images/focusgram.png"
adaptive_icon_background: "#000000"
adaptive_icon_foreground: "assets/images/focusgram.png"
min_sdk_android: 21