mirror of
https://github.com/Ujwal223/FocusGram.git
synced 2026-08-13 01:40:19 +02:00
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.
56 lines
1.1 KiB
YAML
56 lines
1.1 KiB
YAML
name: focusgram
|
|
description: "FocusGram — Distraction-free Instagram WebView wrapper."
|
|
publish_to: 'none'
|
|
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ^3.10.7
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
# WebView engine — latest stable
|
|
webview_flutter: ^4.13.1
|
|
|
|
# Local key-value persistence — latest stable
|
|
shared_preferences: ^2.5.4
|
|
|
|
# Date/time formatting for daily resets — latest stable
|
|
intl: ^0.20.2
|
|
|
|
# Reactive state management — latest stable
|
|
provider: ^6.1.5
|
|
|
|
# Local notifications for session reminders — latest stable
|
|
flutter_local_notifications: ^20.1.0
|
|
|
|
# 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
|
|
|
|
|