Skip to content

Commit c251274

Browse files
authored
Merge branch 'master' into master
2 parents b0581f1 + 4cb6d23 commit c251274

7 files changed

Lines changed: 57 additions & 43 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.2.0] - 21/04/2020
2+
* Create, Update and Delete Comments
3+
* Create, Update and Delete Posts
4+
* Update and Delete Users
5+
16
## [0.1.4] - 27/02/2019
27
* Updated homepage URL
38

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,7 @@ Future<void> deleteComment({@required int id}) async {
277277
1. Implementing OAuth 2.0 authentication.
278278

279279
## Contributors
280-
281-
- [Sachin Ganesh](https://github.com/SachinGanesh)
282-
- [Yahya Makarim](https://github.com/ymakarim)
283280
- [Suraj Shettigar](https://github.com/SurajShettigar)
281+
- [Sachin Ganesh](https://github.com/SachinGanesh)
284282
- [Harm-Jan Roskam](https://github.com/harmjanr)
283+
- [Yahya Makarim](https://github.com/ymakarim)
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
#
2+
# NOTE: This podspec is NOT to be published. It is only used as a local source!
3+
#
4+
5+
Pod::Spec.new do |s|
6+
s.name = 'Flutter'
7+
s.version = '1.0.0'
8+
s.summary = 'High-performance, high-fidelity mobile apps.'
9+
s.description = <<-DESC
10+
Flutter provides an easy and productive way to build and deploy high-performance mobile apps for Android and iOS.
11+
DESC
12+
s.homepage = 'https://flutter.io'
13+
s.license = { :type => 'MIT' }
14+
s.author = { 'Flutter Dev Team' => 'flutter-dev@googlegroups.com' }
15+
s.source = { :git => 'https://github.com/flutter/engine', :tag => s.version.to_s }
16+
s.ios.deployment_target = '8.0'
17+
s.vendored_frameworks = 'Flutter.framework'
18+
end
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/sh
2+
# This is a generated file; do not edit or check into version control.
3+
export "FLUTTER_ROOT=/Users/sachin/Documents/devtools/flutter"
4+
export "FLUTTER_APPLICATION_PATH=/Users/sachin/Projects/2019/Flutter/Plugins/flutter_wordpress/example"
5+
export "FLUTTER_TARGET=/Users/sachin/Projects/2019/Flutter/Plugins/flutter_wordpress/example/lib/main.dart"
6+
export "FLUTTER_BUILD_DIR=build"
7+
export "SYMROOT=${SOURCE_ROOT}/../build/ios"
8+
export "OTHER_LDFLAGS=$(inherited) -framework Flutter"
9+
export "FLUTTER_FRAMEWORK_DIR=/Users/sachin/Documents/devtools/flutter/bin/cache/artifacts/engine/ios"
10+
export "FLUTTER_BUILD_NAME=1.0.0"
11+
export "FLUTTER_BUILD_NUMBER=1"
12+
export "TRACK_WIDGET_CREATION=true"

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,7 @@
88

99
/* Begin PBXBuildFile section */
1010
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
11-
2D5378261FAA1A9400D5DBA9 /* flutter_assets in Resources */ = {isa = PBXBuildFile; fileRef = 2D5378251FAA1A9400D5DBA9 /* flutter_assets */; };
1211
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
13-
3B80C3941E831B6300D905FE /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; };
14-
3B80C3951E831B6300D905FE /* App.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
15-
9705A1C61CF904A100538489 /* Flutter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; };
16-
9705A1C71CF904A300538489 /* Flutter.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1712
9740EEB41CF90195004384FC /* Debug.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 9740EEB21CF90195004384FC /* Debug.xcconfig */; };
1813
978B8F6F1D3862AE00F588F7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */; };
1914
97C146F31CF9000F007C117D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 97C146F21CF9000F007C117D /* main.m */; };
@@ -29,8 +24,6 @@
2924
dstPath = "";
3025
dstSubfolderSpec = 10;
3126
files = (
32-
3B80C3951E831B6300D905FE /* App.framework in Embed Frameworks */,
33-
9705A1C71CF904A300538489 /* Flutter.framework in Embed Frameworks */,
3427
);
3528
name = "Embed Frameworks";
3629
runOnlyForDeploymentPostprocessing = 0;
@@ -40,15 +33,12 @@
4033
/* Begin PBXFileReference section */
4134
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
4235
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
43-
2D5378251FAA1A9400D5DBA9 /* flutter_assets */ = {isa = PBXFileReference; lastKnownFileType = folder; name = flutter_assets; path = Flutter/flutter_assets; sourceTree = SOURCE_ROOT; };
4436
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
45-
3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = "<group>"; };
4637
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
4738
7AFFD8ED1D35381100E5BB4D /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
4839
7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
4940
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
5041
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
51-
9740EEBA1CF902C7004384FC /* Flutter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Flutter.framework; path = Flutter/Flutter.framework; sourceTree = "<group>"; };
5242
97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
5343
97C146F21CF9000F007C117D /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
5444
97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
@@ -62,8 +52,6 @@
6252
isa = PBXFrameworksBuildPhase;
6353
buildActionMask = 2147483647;
6454
files = (
65-
9705A1C61CF904A100538489 /* Flutter.framework in Frameworks */,
66-
3B80C3941E831B6300D905FE /* App.framework in Frameworks */,
6755
);
6856
runOnlyForDeploymentPostprocessing = 0;
6957
};
@@ -73,10 +61,7 @@
7361
9740EEB11CF90186004384FC /* Flutter */ = {
7462
isa = PBXGroup;
7563
children = (
76-
2D5378251FAA1A9400D5DBA9 /* flutter_assets */,
77-
3B80C3931E831B6300D905FE /* App.framework */,
7864
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
79-
9740EEBA1CF902C7004384FC /* Flutter.framework */,
8065
9740EEB21CF90195004384FC /* Debug.xcconfig */,
8166
7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
8267
9740EEB31CF90195004384FC /* Generated.xcconfig */,
@@ -190,7 +175,6 @@
190175
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
191176
9740EEB41CF90195004384FC /* Debug.xcconfig in Resources */,
192177
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
193-
2D5378261FAA1A9400D5DBA9 /* flutter_assets in Resources */,
194178
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
195179
);
196180
runOnlyForDeploymentPostprocessing = 0;
@@ -210,7 +194,7 @@
210194
);
211195
runOnlyForDeploymentPostprocessing = 0;
212196
shellPath = /bin/sh;
213-
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" thin";
197+
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
214198
};
215199
9740EEB61CF901F6004384FC /* Run Script */ = {
216200
isa = PBXShellScriptBuildPhase;

pubspec.lock

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,42 +7,42 @@ packages:
77
name: archive
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.0.11"
10+
version: "2.0.13"
1111
args:
1212
dependency: transitive
1313
description:
1414
name: args
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "1.5.2"
17+
version: "1.6.0"
1818
async:
1919
dependency: transitive
2020
description:
2121
name: async
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "2.4.0"
24+
version: "2.4.1"
2525
boolean_selector:
2626
dependency: transitive
2727
description:
2828
name: boolean_selector
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "1.0.5"
31+
version: "2.0.0"
3232
charcode:
3333
dependency: transitive
3434
description:
3535
name: charcode
3636
url: "https://pub.dartlang.org"
3737
source: hosted
38-
version: "1.1.2"
38+
version: "1.1.3"
3939
collection:
4040
dependency: transitive
4141
description:
4242
name: collection
4343
url: "https://pub.dartlang.org"
4444
source: hosted
45-
version: "1.14.11"
45+
version: "1.14.12"
4646
convert:
4747
dependency: transitive
4848
description:
@@ -56,7 +56,7 @@ packages:
5656
name: crypto
5757
url: "https://pub.dartlang.org"
5858
source: hosted
59-
version: "2.1.3"
59+
version: "2.1.4"
6060
flutter:
6161
dependency: "direct main"
6262
description: flutter
@@ -87,7 +87,7 @@ packages:
8787
name: image
8888
url: "https://pub.dartlang.org"
8989
source: hosted
90-
version: "2.1.4"
90+
version: "2.1.12"
9191
matcher:
9292
dependency: transitive
9393
description:
@@ -96,7 +96,7 @@ packages:
9696
source: hosted
9797
version: "0.12.6"
9898
meta:
99-
dependency: transitive
99+
dependency: "direct main"
100100
description:
101101
name: meta
102102
url: "https://pub.dartlang.org"
@@ -109,13 +109,6 @@ packages:
109109
url: "https://pub.dartlang.org"
110110
source: hosted
111111
version: "1.6.4"
112-
pedantic:
113-
dependency: transitive
114-
description:
115-
name: pedantic
116-
url: "https://pub.dartlang.org"
117-
source: hosted
118-
version: "1.8.0+1"
119112
petitparser:
120113
dependency: transitive
121114
description:
@@ -129,7 +122,7 @@ packages:
129122
name: quiver
130123
url: "https://pub.dartlang.org"
131124
source: hosted
132-
version: "2.0.5"
125+
version: "2.1.3"
133126
sky_engine:
134127
dependency: transitive
135128
description: flutter
@@ -141,7 +134,7 @@ packages:
141134
name: source_span
142135
url: "https://pub.dartlang.org"
143136
source: hosted
144-
version: "1.5.5"
137+
version: "1.7.0"
145138
stack_trace:
146139
dependency: transitive
147140
description:
@@ -176,7 +169,7 @@ packages:
176169
name: test_api
177170
url: "https://pub.dartlang.org"
178171
source: hosted
179-
version: "0.2.11"
172+
version: "0.2.15"
180173
typed_data:
181174
dependency: transitive
182175
description:
@@ -197,6 +190,6 @@ packages:
197190
name: xml
198191
url: "https://pub.dartlang.org"
199192
source: hosted
200-
version: "3.5.0"
193+
version: "3.6.1"
201194
sdks:
202-
dart: ">=2.4.0 <3.0.0"
195+
dart: ">=2.6.0 <3.0.0"

pubspec.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
name: flutter_wordpress
22
description: This library uses WordPress REST-API-V2 to provide a way for your application to
33
interact with your WordPress website.
4-
version: 0.1.4
4+
version: 0.2.0
55
authors:
66
- Sachin Ganesh <sachin@dreamsoftin.com>
77
- Suraj Shettigar <suraj@dreamsoftin.com>
8+
- Harm-Jan Roskam <harmjanroskam@gmail.com>
9+
- Yahya Makarim <ymakarim@gmail.com>
810
homepage: https://github.com/dreamsoftin/flutter_wordpress
911

1012
environment:
11-
sdk: ">=2.0.0-dev.68.0 <3.0.0"
13+
sdk: ">=2.0.0 <3.0.0"
1214

1315
dependencies:
1416
flutter:
1517
sdk: flutter
1618
http: ^0.12.0+1
19+
meta: ^1.1.8
1720

1821
dev_dependencies:
1922
flutter_test:

0 commit comments

Comments
 (0)