Files
FocusGram-Android/pubspec.yaml
Ujwal 5232b8b0a9 UPDATES: updated UI from sidebar to topbar(again)
fixed external redirect on instagram m's settings.
fixed bug where it opened app session instead of reel session.
hided vertical scroll bar.
removed custom bottom bar.
fixed bug where it wasnt showing searchbar in /explore.

FIXED/ADDED/IMPROVED A LOT MORE THINGS.

Ready for Release
2026-02-24 00:04:23 +05:45

66 lines
1.5 KiB
YAML

name: focusgram
description: "FocusGram — Distraction-free Instagram WebView wrapper."
publish_to: 'none'
version: 0.9.8+1
environment:
sdk: ^3.10.7
dependencies:
flutter:
sdk: flutter
# WebView engine — latest stable
webview_flutter: ^4.13.1
# Android-specific WebView platform (explicit dep required for direct import)
webview_flutter_android: ^4.3.0
# 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
# Handling Instagram deep links — latest stable
app_links: ^6.3.2
# Open system settings — latest stable
app_settings: ^6.1.1
google_fonts: ^8.0.2
http: ^1.3.0
permission_handler: ^12.0.1
# Image/file picker for story uploads on Android
image_picker: ^1.1.2
flutter_windowmanager_plus: ^1.0.1
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