Skip to content

Commit a3b1615

Browse files
committedOct 18, 2022
GH pages added
1 parent 210be90 commit a3b1615

File tree

4 files changed

+29
-19
lines changed

4 files changed

+29
-19
lines changed
 

‎.github/workflows/run_web.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@ name: Gh-Pages
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [ master ]
66

77
jobs:
88
build:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v2 # Only works with v2
1313
- uses: subosito/flutter-action@v1
14-
- uses: erickzanardo/flutter-gh-pages@v3
14+
- uses: bluefireteam/flutter-gh-pages@v7
15+
with:
16+
baseHref: /Flutter-Responsive-Admin-Panel-or-Dashboard/

‎pubspec.lock

+15-15
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.8.2"
10+
version: "2.9.0"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -21,7 +21,7 @@ packages:
2121
name: characters
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.2.0"
24+
version: "1.2.1"
2525
charcode:
2626
dependency: transitive
2727
description:
@@ -35,14 +35,14 @@ packages:
3535
name: clock
3636
url: "https://pub.dartlang.org"
3737
source: hosted
38-
version: "1.1.0"
38+
version: "1.1.1"
3939
collection:
4040
dependency: transitive
4141
description:
4242
name: collection
4343
url: "https://pub.dartlang.org"
4444
source: hosted
45-
version: "1.15.0"
45+
version: "1.16.0"
4646
crypto:
4747
dependency: transitive
4848
description:
@@ -77,7 +77,7 @@ packages:
7777
name: fake_async
7878
url: "https://pub.dartlang.org"
7979
source: hosted
80-
version: "1.2.0"
80+
version: "1.3.1"
8181
ffi:
8282
dependency: transitive
8383
description:
@@ -143,21 +143,21 @@ packages:
143143
name: matcher
144144
url: "https://pub.dartlang.org"
145145
source: hosted
146-
version: "0.12.11"
146+
version: "0.12.12"
147147
material_color_utilities:
148148
dependency: transitive
149149
description:
150150
name: material_color_utilities
151151
url: "https://pub.dartlang.org"
152152
source: hosted
153-
version: "0.1.3"
153+
version: "0.1.5"
154154
meta:
155155
dependency: transitive
156156
description:
157157
name: meta
158158
url: "https://pub.dartlang.org"
159159
source: hosted
160-
version: "1.7.0"
160+
version: "1.8.0"
161161
nested:
162162
dependency: transitive
163163
description:
@@ -171,7 +171,7 @@ packages:
171171
name: path
172172
url: "https://pub.dartlang.org"
173173
source: hosted
174-
version: "1.8.0"
174+
version: "1.8.2"
175175
path_drawing:
176176
dependency: transitive
177177
description:
@@ -274,7 +274,7 @@ packages:
274274
name: source_span
275275
url: "https://pub.dartlang.org"
276276
source: hosted
277-
version: "1.8.1"
277+
version: "1.9.0"
278278
stack_trace:
279279
dependency: transitive
280280
description:
@@ -295,21 +295,21 @@ packages:
295295
name: string_scanner
296296
url: "https://pub.dartlang.org"
297297
source: hosted
298-
version: "1.1.0"
298+
version: "1.1.1"
299299
term_glyph:
300300
dependency: transitive
301301
description:
302302
name: term_glyph
303303
url: "https://pub.dartlang.org"
304304
source: hosted
305-
version: "1.2.0"
305+
version: "1.2.1"
306306
test_api:
307307
dependency: transitive
308308
description:
309309
name: test_api
310310
url: "https://pub.dartlang.org"
311311
source: hosted
312-
version: "0.4.8"
312+
version: "0.4.12"
313313
typed_data:
314314
dependency: transitive
315315
description:
@@ -323,7 +323,7 @@ packages:
323323
name: vector_math
324324
url: "https://pub.dartlang.org"
325325
source: hosted
326-
version: "2.1.1"
326+
version: "2.1.2"
327327
win32:
328328
dependency: transitive
329329
description:
@@ -346,5 +346,5 @@ packages:
346346
source: hosted
347347
version: "5.1.1"
348348
sdks:
349-
dart: ">=2.14.0 <3.0.0"
349+
dart: ">=2.17.0-0 <3.0.0"
350350
flutter: ">=1.24.0-7.0"

‎pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1818
version: 1.0.0+1
1919

2020
environment:
21-
sdk: '>=2.12.0 <3.0.0'
21+
sdk: ">=2.12.0 <3.0.0"
2222

2323
dependencies:
2424
flutter:

‎windows/flutter/generated_plugins.cmake

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
list(APPEND FLUTTER_PLUGIN_LIST
66
)
77

8+
list(APPEND FLUTTER_FFI_PLUGIN_LIST
9+
)
10+
811
set(PLUGIN_BUNDLED_LIBRARIES)
912

1013
foreach(plugin ${FLUTTER_PLUGIN_LIST})
@@ -13,3 +16,8 @@ foreach(plugin ${FLUTTER_PLUGIN_LIST})
1316
list(APPEND PLUGIN_BUNDLED_LIBRARIES $<TARGET_FILE:${plugin}_plugin>)
1417
list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries})
1518
endforeach(plugin)
19+
20+
foreach(ffi_plugin ${FLUTTER_FFI_PLUGIN_LIST})
21+
add_subdirectory(flutter/ephemeral/.plugin_symlinks/${ffi_plugin}/windows plugins/${ffi_plugin})
22+
list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin}_bundled_libraries})
23+
endforeach(ffi_plugin)

0 commit comments

Comments
 (0)