Untitled

 avatar
unknown
plain_text
a year ago
655 B
14
Indexable
name: licastelli_app
description: Ricevi le news di villa castelli.

publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 1.0.0+1

environment:
  sdk: '>=3.1.2 <4.0.0'
  flutter: '>=3.3.0'

dependencies:
  firebase_core: ^2.16.0
  firebase_messaging: ^14.6.8
  flutter:
    sdk: flutter
  flutter_local_notifications: ^ 15.1.1
  cupertino_icons: ^1.0.2
  http: ^1.1.0
  provider: ^6.0.5
  html: ^0.15.0


dev_dependencies:
  flutter_test:
    sdk: flutter
  flutter_lints: ^2.0.0

dependency_overrides:
  # Override for `flutter_local_notifications`:
  plugin_platform_interface: ^2.1.3

flutter:
  uses-material-design: true
Editor is loading...