Files
FocusGram-Android/pubspec.yaml
Ujwal 878e625f0e Added Notification Bridge.
Added an onboarding screen.
Fixed problem wherebottom bar blocked sending message.
added a option to go to instagram's settings page in our settings page.
added a notifications icon in bottombar.
Other few Improvements and Bug fixes.
2026-02-23 11:37:15 +05:45

57 lines
1.2 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
permission_handler: ^12.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