Skip to content

Commit

Permalink
MMKVFlutter -> mmkvflutter
Browse files Browse the repository at this point in the history
  • Loading branch information
lingol committed Nov 19, 2020
1 parent 8d17a74 commit 14be22e
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 17 deletions.
File renamed without changes.
10 changes: 5 additions & 5 deletions flutter/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ PODS:
- MMKV (1.2.5):
- MMKVCore (~> 1.2.5)
- MMKVCore (1.2.5)
- MMKVFlutter (1.2.5):
- mmkvflutter (1.2.5):
- Flutter
- MMKV (>= 1.2.5)
- path_provider (0.0.1):
- Flutter

DEPENDENCIES:
- Flutter (from `Flutter`)
- MMKVFlutter (from `.symlinks/plugins/MMKVFlutter/ios`)
- mmkvflutter (from `.symlinks/plugins/mmkvflutter/ios`)
- path_provider (from `.symlinks/plugins/path_provider/ios`)

SPEC REPOS:
Expand All @@ -22,16 +22,16 @@ SPEC REPOS:
EXTERNAL SOURCES:
Flutter:
:path: Flutter
MMKVFlutter:
:path: ".symlinks/plugins/MMKVFlutter/ios"
mmkvflutter:
:path: ".symlinks/plugins/mmkvflutter/ios"
path_provider:
:path: ".symlinks/plugins/path_provider/ios"

SPEC CHECKSUMS:
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
MMKV: 6c208ddcb4c197e564f72f3f73ef3b0c792e091c
MMKVCore: d9aa23fc6fb698c671c403ec593cdfe7d184e310
MMKVFlutter: 042d9a8849978b22db69d204ae84f8c87297671a
mmkvflutter: d4a166f8ab6b4586cca40948feec6c9f65a34ad8
path_provider: abfe2b5c733d04e238b0d8691db0cfd63a27a93c

PODFILE CHECKSUM: 004ec2c8f64c48818df891dd2d2ce417902bd270
Expand Down
2 changes: 1 addition & 1 deletion flutter/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import 'package:flutter/material.dart';
import 'dart:async';
import 'dart:convert';
import 'package:MMKVFlutter/mmkv.dart';
import 'package:mmkvflutter/mmkvflutter.dart';

void main() async {
// must wait for MMKV to finish initialization
Expand Down
14 changes: 7 additions & 7 deletions flutter/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:
MMKVFlutter:
dependency: "direct main"
description:
path: ".."
relative: true
source: path
version: "1.2.5"
async:
dependency: transitive
description:
Expand Down Expand Up @@ -109,6 +102,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0-nullsafety.3"
mmkvflutter:
dependency: "direct main"
description:
path: ".."
relative: true
source: path
version: "1.2.5"
path:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
sdk: flutter
path_provider: ">=1.6.0 <2.0.0"

MMKVFlutter:
mmkvflutter:
# When depending on this package from a real application you should use:
# MMKVFlutter: ^x.y.z
# See https://dart.dev/tools/pub/dependencies#version-constraints
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

Pod::Spec.new do |s|
s.name = 'MMKVFlutter'
s.name = 'mmkvflutter'
s.version = '1.2.5'
s.summary = 'MMKV is a cross-platform key-value storage framework developed by WeChat.'
s.description = <<-DESC
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion flutter/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ packages:
source: hosted
version: "1.2.0-nullsafety.1"
ffi:
dependency: transitive
dependency: "direct main"
description:
name: ffi
url: "https://pub.dartlang.org"
Expand Down
3 changes: 2 additions & 1 deletion flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: MMKVFlutter
name: mmkvflutter
description: An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX.
version: 1.2.5
homepage: https://github.com/Tencent/mmkv
Expand All @@ -11,6 +11,7 @@ dependencies:
flutter:
sdk: flutter
path_provider: ">=1.6.0 <2.0.0"
ffi: ^0.1.3

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 14be22e

Please sign in to comment.