Commit 8c53c2f4 by Nayan

- Upgrade flutter version in pubspec.yaml

parent 4d31171b
......@@ -5,3 +5,9 @@
## 0.0.2
- Update description
## 0.0.3
- Upgrade platform related files.
- Upgrade kotlin version to "1.9.10"
- Upgrade iOS deployment target to "12"
\ No newline at end of file
MIT License
Copyright (c) 2022 Aubergine
Copyright (c) 2022 Aubergine Solutions Pvt. Ltd.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
......
......@@ -113,7 +113,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.2"
version: "0.0.3"
path:
dependency: transitive
description:
......@@ -201,4 +201,4 @@ packages:
version: "0.1.4-beta"
sdks:
dart: ">=3.1.0-185.0.dev <4.0.0"
flutter: ">=2.5.0"
flutter: ">=2.10.0"
name: open_file_manager
description: A flutter plugin to open default file manager app. on an Android, it opens Download folder on selected file manager app. on iOS, it opens app folder in default Files app.
version: 0.0.2
homepage: https://github.com/nayanAubie/open_file_manager
version: 0.0.3
homepage: https://auberginesolutions.com
repository: https://github.com/nayanAubie/open_file_manager
environment:
sdk: '>=2.18.2 <3.0.0'
flutter: ">=2.5.0"
sdk: '>=3.0.0 <4.0.0'
flutter: ">=2.10.0"
dependencies:
flutter:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment