Skip to content

Commit

Permalink
update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
X-SLAYER committed Dec 2, 2021
1 parent 6c7ddbe commit 5e7f5fc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Add App Version Checker to your pubspec:

```yaml
dependencies:
app_version_checker: any # or the latest version on Pub
flutter_app_version_checker: any # or the latest version on Pub
```
### Usage
Expand Down
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'dart:developer';

import 'package:app_version_checker/app_version_checker.dart';
import 'package:flutter_app_version_checker/app_version_checker.dart';
import 'package:flutter/material.dart';

void main() {
Expand Down
14 changes: 7 additions & 7 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
# Generated by pub
# See https://dart.dev/tools/pub/glossary#lockfile
packages:
app_version_checker:
dependency: "direct main"
description:
path: ".."
relative: true
source: path
version: "0.0.1"
async:
dependency: transitive
description:
Expand Down Expand Up @@ -76,6 +69,13 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
flutter_app_version_checker:
dependency: "direct main"
description:
path: ".."
relative: true
source: path
version: "0.0.1"
flutter_lints:
dependency: "direct dev"
description:
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ dependencies:
flutter:
sdk: flutter

app_version_checker:
flutter_app_version_checker:
# When depending on this package from a real application you should use:
# app_version_checker: ^x.y.z
# flutter_app_version_checker: ^x.y.z
# See https://dart.dev/tools/pub/dependencies#version-constraints
# The example app is bundled with the plugin so we use a path dependency on
# the parent directory to use the current plugin's version.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: app_version_checker
name: flutter_app_version_checker
description: A lightweight flutter plugin to check if your app is up-to-date on Google Play Store or Apple App Store
version: 0.0.1
homepage: https://github.com/X-SLAYER/app_version_checker
Expand Down

0 comments on commit 5e7f5fc

Please sign in to comment.