diff options
Diffstat (limited to 'pubspec.yaml')
| -rw-r--r-- | pubspec.yaml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/pubspec.yaml b/pubspec.yaml new file mode 100644 index 0000000..9c5995b --- /dev/null +++ b/pubspec.yaml @@ -0,0 +1,35 @@ +name: quicklog +description: "Quicklog - jot timestamped markdown notes." +publish_to: 'none' + +version: 0.1.2+65 + +environment: + sdk: ^3.11.5 + +dependencies: + flutter: + sdk: flutter + shared_preferences: ^2.3.2 + path_provider: ^2.1.4 + path: ^1.9.0 + intl: ^0.20.0 + +dev_dependencies: + flutter_test: + sdk: flutter + flutter_lints: ^6.0.0 + flutter_launcher_icons: ^0.14.1 + +flutter: + uses-material-design: true + assets: + - logo-small.png + +flutter_launcher_icons: + android: true + ios: false + image_path: "icon.png" + min_sdk_android: 21 + adaptive_icon_background: "#FFFFFF" + adaptive_icon_foreground: "icon.png" |
