Skip to content

Commit fdee207

Browse files
authored
Merge pull request #48 from yringler/remove-flutter-dependency
remove flutter dependency
2 parents bea820a + a984978 commit fdee207

4 files changed

Lines changed: 5 additions & 170 deletions

File tree

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
#!/bin/sh
22
# 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"
3+
export "FLUTTER_ROOT=/home/yehuda/opt/flutter"
4+
export "FLUTTER_APPLICATION_PATH=/home/yehuda/dev/flutter_wordpress/example"
5+
export "FLUTTER_TARGET=lib/main.dart"
66
export "FLUTTER_BUILD_DIR=build"
77
export "SYMROOT=${SOURCE_ROOT}/../build/ios"
88
export "OTHER_LDFLAGS=$(inherited) -framework Flutter"
9-
export "FLUTTER_FRAMEWORK_DIR=/Users/sachin/Documents/devtools/flutter/bin/cache/artifacts/engine/ios"
9+
export "FLUTTER_FRAMEWORK_DIR=/home/yehuda/opt/flutter/bin/cache/artifacts/engine/ios"
1010
export "FLUTTER_BUILD_NAME=1.0.0"
1111
export "FLUTTER_BUILD_NUMBER=1"
12-
export "TRACK_WIDGET_CREATION=true"

pubspec.lock

Lines changed: 0 additions & 113 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,13 @@
11
# Generated by pub
22
# See https://dart.dev/tools/pub/glossary#lockfile
33
packages:
4-
archive:
5-
dependency: transitive
6-
description:
7-
name: archive
8-
url: "https://pub.dartlang.org"
9-
source: hosted
10-
version: "2.0.13"
11-
args:
12-
dependency: transitive
13-
description:
14-
name: args
15-
url: "https://pub.dartlang.org"
16-
source: hosted
17-
version: "1.6.0"
184
async:
195
dependency: transitive
206
description:
217
name: async
228
url: "https://pub.dartlang.org"
239
source: hosted
2410
version: "2.4.1"
25-
boolean_selector:
26-
dependency: transitive
27-
description:
28-
name: boolean_selector
29-
url: "https://pub.dartlang.org"
30-
source: hosted
31-
version: "2.0.0"
3211
charcode:
3312
dependency: transitive
3413
description:
@@ -43,30 +22,6 @@ packages:
4322
url: "https://pub.dartlang.org"
4423
source: hosted
4524
version: "1.14.12"
46-
convert:
47-
dependency: transitive
48-
description:
49-
name: convert
50-
url: "https://pub.dartlang.org"
51-
source: hosted
52-
version: "2.1.1"
53-
crypto:
54-
dependency: transitive
55-
description:
56-
name: crypto
57-
url: "https://pub.dartlang.org"
58-
source: hosted
59-
version: "2.1.4"
60-
flutter:
61-
dependency: "direct main"
62-
description: flutter
63-
source: sdk
64-
version: "0.0.0"
65-
flutter_test:
66-
dependency: "direct dev"
67-
description: flutter
68-
source: sdk
69-
version: "0.0.0"
7025
http:
7126
dependency: "direct main"
7227
description:
@@ -81,20 +36,6 @@ packages:
8136
url: "https://pub.dartlang.org"
8237
source: hosted
8338
version: "3.1.3"
84-
image:
85-
dependency: transitive
86-
description:
87-
name: image
88-
url: "https://pub.dartlang.org"
89-
source: hosted
90-
version: "2.1.12"
91-
matcher:
92-
dependency: transitive
93-
description:
94-
name: matcher
95-
url: "https://pub.dartlang.org"
96-
source: hosted
97-
version: "0.12.6"
9839
meta:
9940
dependency: "direct main"
10041
description:
@@ -109,46 +50,13 @@ packages:
10950
url: "https://pub.dartlang.org"
11051
source: hosted
11152
version: "1.6.4"
112-
petitparser:
113-
dependency: transitive
114-
description:
115-
name: petitparser
116-
url: "https://pub.dartlang.org"
117-
source: hosted
118-
version: "2.4.0"
119-
quiver:
120-
dependency: transitive
121-
description:
122-
name: quiver
123-
url: "https://pub.dartlang.org"
124-
source: hosted
125-
version: "2.1.3"
126-
sky_engine:
127-
dependency: transitive
128-
description: flutter
129-
source: sdk
130-
version: "0.0.99"
13153
source_span:
13254
dependency: transitive
13355
description:
13456
name: source_span
13557
url: "https://pub.dartlang.org"
13658
source: hosted
13759
version: "1.7.0"
138-
stack_trace:
139-
dependency: transitive
140-
description:
141-
name: stack_trace
142-
url: "https://pub.dartlang.org"
143-
source: hosted
144-
version: "1.9.3"
145-
stream_channel:
146-
dependency: transitive
147-
description:
148-
name: stream_channel
149-
url: "https://pub.dartlang.org"
150-
source: hosted
151-
version: "2.0.0"
15260
string_scanner:
15361
dependency: transitive
15462
description:
@@ -163,33 +71,12 @@ packages:
16371
url: "https://pub.dartlang.org"
16472
source: hosted
16573
version: "1.1.0"
166-
test_api:
167-
dependency: transitive
168-
description:
169-
name: test_api
170-
url: "https://pub.dartlang.org"
171-
source: hosted
172-
version: "0.2.15"
17374
typed_data:
17475
dependency: transitive
17576
description:
17677
name: typed_data
17778
url: "https://pub.dartlang.org"
17879
source: hosted
17980
version: "1.1.6"
180-
vector_math:
181-
dependency: transitive
182-
description:
183-
name: vector_math
184-
url: "https://pub.dartlang.org"
185-
source: hosted
186-
version: "2.0.8"
187-
xml:
188-
dependency: transitive
189-
description:
190-
name: xml
191-
url: "https://pub.dartlang.org"
192-
source: hosted
193-
version: "3.6.1"
19481
sdks:
19582
dart: ">=2.6.0 <3.0.0"

pubspec.yaml

Lines changed: 1 addition & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -13,48 +13,5 @@ environment:
1313
sdk: ">=2.0.0 <3.0.0"
1414

1515
dependencies:
16-
flutter:
17-
sdk: flutter
1816
http: ^0.12.0+1
19-
meta: ^1.1.8
20-
21-
dev_dependencies:
22-
flutter_test:
23-
sdk: flutter
24-
25-
# For information on the generic Dart part of this file, see the
26-
# following page: https://www.dartlang.org/tools/pub/pubspec
27-
28-
# The following section is specific to Flutter.
29-
flutter:
30-
31-
# To add assets to your package, add an assets section, like this:
32-
# assets:
33-
# - images/a_dot_burr.jpeg
34-
# - images/a_dot_ham.jpeg
35-
#
36-
# For details regarding assets in packages, see
37-
# https://flutter.io/assets-and-images/#from-packages
38-
#
39-
# An image asset can refer to one or more resolution-specific "variants", see
40-
# https://flutter.io/assets-and-images/#resolution-aware.
41-
42-
# To add custom fonts to your package, add a fonts section here,
43-
# in this "flutter" section. Each entry in this list should have a
44-
# "family" key with the font family name, and a "fonts" key with a
45-
# list giving the asset and other descriptors for the font. For
46-
# example:
47-
# fonts:
48-
# - family: Schyler
49-
# fonts:
50-
# - asset: fonts/Schyler-Regular.ttf
51-
# - asset: fonts/Schyler-Italic.ttf
52-
# style: italic
53-
# - family: Trajan Pro
54-
# fonts:
55-
# - asset: fonts/TrajanPro.ttf
56-
# - asset: fonts/TrajanPro_Bold.ttf
57-
# weight: 700
58-
#
59-
# For details regarding fonts in packages, see
60-
# https://flutter.io/custom-fonts/#from-packages
17+
meta: ^1.1.8

test/flutter_wordpress_test.dart

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)