Skip to content

Commit

Permalink
invalid android configuration issue resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-muhammad-adil committed Sep 3, 2021
1 parent 72eb7c2 commit 87a034d
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 95 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## [2.0.4] - 03 September 2021
## [2.0.5] - 03 September 2021
Web support, Added boxFit property, improved border stroke and fixed extra padding issue.

## [2.0.1-nullsafety] - 17 March 2021
Expand Down
2 changes: 1 addition & 1 deletion example/.flutter-plugins-dependencies
@@ -1 +1 @@
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"path_provider","path":"/Users/adil/fvm/1.22.6/.pub-cache/hosted/pub.dartlang.org/path_provider-2.0.1/","dependencies":[]},{"name":"sqflite","path":"/Users/adil/fvm/1.22.6/.pub-cache/hosted/pub.dartlang.org/sqflite-2.0.0+3/","dependencies":[]}],"android":[{"name":"path_provider","path":"/Users/adil/fvm/1.22.6/.pub-cache/hosted/pub.dartlang.org/path_provider-2.0.1/","dependencies":[]},{"name":"sqflite","path":"/Users/adil/fvm/1.22.6/.pub-cache/hosted/pub.dartlang.org/sqflite-2.0.0+3/","dependencies":[]}],"macos":[{"name":"path_provider_macos","path":"/Users/adil/fvm/1.22.6/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-2.0.0/","dependencies":[]},{"name":"sqflite","path":"/Users/adil/fvm/1.22.6/.pub-cache/hosted/pub.dartlang.org/sqflite-2.0.0+3/","dependencies":[]}],"linux":[{"name":"path_provider_linux","path":"/Users/adil/fvm/1.22.6/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-2.0.0/","dependencies":[]}],"windows":[{"name":"path_provider_windows","path":"/Users/adil/fvm/1.22.6/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-2.0.0/","dependencies":[]}],"web":[{"name":"circular_profile_avatar","path":"/Users/adil/Development/Mob/cross-platform/my_flutter_packages/circular_profile_avatar/","dependencies":[]}]},"dependencyGraph":[{"name":"circular_profile_avatar","dependencies":[]},{"name":"path_provider","dependencies":["path_provider_macos","path_provider_linux","path_provider_windows"]},{"name":"path_provider_linux","dependencies":[]},{"name":"path_provider_macos","dependencies":[]},{"name":"path_provider_windows","dependencies":[]},{"name":"sqflite","dependencies":[]}],"date_created":"2021-09-03 22:01:58.921411","version":"2.2.3"}
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"path_provider","path":"/Users/adil/fvm/1.22.6/.pub-cache/hosted/pub.dartlang.org/path_provider-2.0.1/","dependencies":[]},{"name":"sqflite","path":"/Users/adil/fvm/1.22.6/.pub-cache/hosted/pub.dartlang.org/sqflite-2.0.0+3/","dependencies":[]}],"android":[{"name":"path_provider","path":"/Users/adil/fvm/1.22.6/.pub-cache/hosted/pub.dartlang.org/path_provider-2.0.1/","dependencies":[]},{"name":"sqflite","path":"/Users/adil/fvm/1.22.6/.pub-cache/hosted/pub.dartlang.org/sqflite-2.0.0+3/","dependencies":[]}],"macos":[{"name":"path_provider_macos","path":"/Users/adil/fvm/1.22.6/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-2.0.0/","dependencies":[]},{"name":"sqflite","path":"/Users/adil/fvm/1.22.6/.pub-cache/hosted/pub.dartlang.org/sqflite-2.0.0+3/","dependencies":[]}],"linux":[{"name":"path_provider_linux","path":"/Users/adil/fvm/1.22.6/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-2.0.0/","dependencies":[]}],"windows":[{"name":"path_provider_windows","path":"/Users/adil/fvm/1.22.6/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-2.0.0/","dependencies":[]}],"web":[]},"dependencyGraph":[{"name":"path_provider","dependencies":["path_provider_macos","path_provider_linux","path_provider_windows"]},{"name":"path_provider_linux","dependencies":[]},{"name":"path_provider_macos","dependencies":[]},{"name":"path_provider_windows","dependencies":[]},{"name":"sqflite","dependencies":[]}],"date_created":"2021-09-03 23:30:09.574504","version":"2.2.3"}
15 changes: 0 additions & 15 deletions example/lib/generated_plugin_registrant.dart

This file was deleted.

44 changes: 0 additions & 44 deletions lib/circular_profile_avatar_web.dart

This file was deleted.

12 changes: 0 additions & 12 deletions pubspec.lock
Expand Up @@ -116,11 +116,6 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
flutter_web_plugins:
dependency: "direct main"
description: flutter
source: sdk
version: "0.0.0"
http:
dependency: transitive
description:
Expand All @@ -135,13 +130,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.0"
js:
dependency: transitive
description:
name: js
url: "https://pub.dartlang.org"
source: hosted
version: "0.6.3"
matcher:
dependency: transitive
description:
Expand Down
24 changes: 2 additions & 22 deletions pubspec.yaml
@@ -1,35 +1,15 @@
name: circular_profile_avatar
description: CircularProfileAvatar allows developers to implement circular profile avatar with border, overlay, initialsText and many other features which simplifies developer's job.
version: 2.0.4
version: 2.0.5
homepage: https://github.com/ch-muhammad-adil/flutter-circular_profile_avatar


flutter:
plugin:
platforms:
ios:
pluginClass: CircularProfileAvatar
fileName: circular_profile_avatar.dart
macos:
pluginClass: CircularProfileAvatar
fileName: circular_profile_avatar.dart
android:
pluginClass: CircularProfileAvatar
fileName: circular_profile_avatar.dart
web:
pluginClass: CircularProfileAvatarWeb
fileName: circular_profile_avatar_web.dart


environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"
flutter: ">=1.17.0"

dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter

cached_network_image: ^3.1.0

Expand Down

0 comments on commit 87a034d

Please sign in to comment.