Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# CHANGELOG
## 2.0.1
* Add Android namespace

## 2.0.0
* Fix iPad bug
Expand Down
4 changes: 4 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {

if (project.android.hasProperty("namespace")) {
namespace 'com.example.fluttershare'
}
compileSdkVersion 29

defaultConfig {
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_share
description: Simple way to share message, links or files from your flutter app for Android and IOS (Enter to see some gifs).
version: 2.0.0
version: 2.0.1
homepage: https://github.com/lubritto/flutter_share

dependencies:
Expand All @@ -23,4 +23,4 @@ dev_dependencies:

environment:
sdk: '>=2.12.0 <3.0.0'
flutter: '>=1.10.0'
flutter: '>=1.10.0'