-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
28 lines (21 loc) · 856 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: flavor_banner
description: A Flutter package that Provides a widget to display a tappable banner in the top left part of your app to show a dialog with the device information.
version: 0.1.1
author: Sebastien Decoux
homepage: https://github.com/muldec/flavor_banner
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
device_info: ^0.4.1+4 # https://pub.dartlang.org/packages/device_info
platform: ^2.2.1 # https://pub.dartlang.org/packages/platform
dev_dependencies:
flutter_test:
sdk: flutter
pedantic: '>=1.8.0 <3.0.0' # https://pub.dartlang.org/packages/pedantic
mockito: ^4.1.1 # https://pub.dartlang.org/packages/mockito
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter: