Skip to content

Commit 0876d63

Browse files
committed
feat: update web
1 parent b336e28 commit 0876d63

9 files changed

+67
-151
lines changed

.metadata

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# This file tracks properties of this Flutter project.
2+
# Used by Flutter tool to assess capabilities and perform upgrades etc.
3+
#
4+
# This file should be version controlled and should not be manually edited.
5+
6+
version:
7+
revision: "761747bfc538b5af34aa0d3fac380f1bc331ec49"
8+
channel: "stable"
9+
10+
project_type: app
11+
12+
# Tracks metadata for the flutter migrate command
13+
migration:
14+
platforms:
15+
- platform: root
16+
create_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
17+
base_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
18+
- platform: web
19+
create_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
20+
base_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
21+
22+
# User provided section
23+
24+
# List of Local paths (relative to this file) that should be
25+
# ignored by the migrate tool.
26+
#
27+
# Files that are not part of the templates will be ignored by default.
28+
unmanaged_files:
29+
- 'lib/main.dart'
30+
- 'ios/Runner.xcodeproj/project.pbxproj'

linux/flutter/generated_plugin_registrant.cc

-8
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,9 @@
66

77
#include "generated_plugin_registrant.h"
88

9-
#include <irondash_engine_context/irondash_engine_context_plugin.h>
10-
#include <super_native_extensions/super_native_extensions_plugin.h>
119
#include <url_launcher_linux/url_launcher_plugin.h>
1210

1311
void fl_register_plugins(FlPluginRegistry* registry) {
14-
g_autoptr(FlPluginRegistrar) irondash_engine_context_registrar =
15-
fl_plugin_registry_get_registrar_for_plugin(registry, "IrondashEngineContextPlugin");
16-
irondash_engine_context_plugin_register_with_registrar(irondash_engine_context_registrar);
17-
g_autoptr(FlPluginRegistrar) super_native_extensions_registrar =
18-
fl_plugin_registry_get_registrar_for_plugin(registry, "SuperNativeExtensionsPlugin");
19-
super_native_extensions_plugin_register_with_registrar(super_native_extensions_registrar);
2012
g_autoptr(FlPluginRegistrar) url_launcher_linux_registrar =
2113
fl_plugin_registry_get_registrar_for_plugin(registry, "UrlLauncherPlugin");
2214
url_launcher_plugin_register_with_registrar(url_launcher_linux_registrar);

linux/flutter/generated_plugins.cmake

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
#
44

55
list(APPEND FLUTTER_PLUGIN_LIST
6-
irondash_engine_context
7-
super_native_extensions
86
url_launcher_linux
97
)
108

macos/Flutter/GeneratedPluginRegistrant.swift

-4
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,9 @@ import FlutterMacOS
66
import Foundation
77

88
import device_info_plus
9-
import irondash_engine_context
10-
import super_native_extensions
119
import url_launcher_macos
1210

1311
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
1412
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
15-
IrondashEngineContextPlugin.register(with: registry.registrar(forPlugin: "IrondashEngineContextPlugin"))
16-
SuperNativeExtensionsPlugin.register(with: registry.registrar(forPlugin: "SuperNativeExtensionsPlugin"))
1713
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
1814
}

pubspec.lock

+29-101
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,6 @@ packages:
5757
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
5858
source: hosted
5959
version: "1.18.0"
60-
crypto:
61-
dependency: transitive
62-
description:
63-
name: crypto
64-
sha256: ff625774173754681d66daaf4a448684fb04b78f902da9cb3d308c19cc5e8bab
65-
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
66-
source: hosted
67-
version: "3.0.3"
6860
csslib:
6961
dependency: transitive
7062
description:
@@ -77,10 +69,10 @@ packages:
7769
dependency: "direct main"
7870
description:
7971
name: cupertino_icons
80-
sha256: d57953e10f9f8327ce64a508a355f0b1ec902193f66288e8cb5070e7c47eeb2d
72+
sha256: ba631d1c7f7bef6b729a622b7b752645a2d076dba9976925b8f25725a30e1ee6
8173
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
8274
source: hosted
83-
version: "1.0.6"
75+
version: "1.0.8"
8476
dart_quill_delta:
8577
dependency: transitive
8678
description:
@@ -153,14 +145,6 @@ packages:
153145
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
154146
source: hosted
155147
version: "7.0.0"
156-
fixnum:
157-
dependency: transitive
158-
description:
159-
name: fixnum
160-
sha256: "25517a4deb0c03aa0f32fd12db525856438902d9c16536311e76cdc57b31d7d1"
161-
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
162-
source: hosted
163-
version: "1.1.0"
164148
flutter:
165149
dependency: "direct main"
166150
description: flutter
@@ -170,10 +154,10 @@ packages:
170154
dependency: transitive
171155
description:
172156
name: flutter_colorpicker
173-
sha256: "458a6ed8ea480eb16ff892aedb4b7092b2804affd7e046591fb03127e8d8ef8b"
157+
sha256: "969de5f6f9e2a570ac660fb7b501551451ea2a1ab9e2097e89475f60e07816ea"
174158
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
175159
source: hosted
176-
version: "1.0.3"
160+
version: "1.1.0"
177161
flutter_keyboard_visibility:
178162
dependency: transitive
179163
description:
@@ -226,10 +210,10 @@ packages:
226210
dependency: "direct dev"
227211
description:
228212
name: flutter_lints
229-
sha256: "9e8c3858111da373efc5aa341de011d9bd23e2c5c5e0c62bccf32438e192d7b1"
213+
sha256: "3f41d009ba7172d5ff9be5f6e6e6abb4300e263aab8866d2a0842ed2a70f8f0c"
230214
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
231215
source: hosted
232-
version: "3.0.2"
216+
version: "4.0.0"
233217
flutter_localizations:
234218
dependency: "direct main"
235219
description: flutter
@@ -239,10 +223,10 @@ packages:
239223
dependency: "direct main"
240224
description:
241225
name: flutter_quill
242-
sha256: "8950da24ad6622d48333997e7a454d5154842f909c962b1f1b87409b031ced06"
226+
sha256: "8101c805242016c46671a1950887b3bda3c1c98d2078f99567c587c33b393343"
243227
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
244228
source: hosted
245-
version: "9.3.6"
229+
version: "9.4.6"
246230
flutter_test:
247231
dependency: "direct dev"
248232
description: flutter
@@ -281,58 +265,42 @@ packages:
281265
dependency: transitive
282266
description:
283267
name: intl
284-
sha256: "3bc132a9dbce73a7e4a21a17d06e1878839ffbf975568bc875c60537824b0c4d"
285-
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
286-
source: hosted
287-
version: "0.18.1"
288-
irondash_engine_context:
289-
dependency: transitive
290-
description:
291-
name: irondash_engine_context
292-
sha256: "4f5e2629296430cce08cdff42e47cef07b8f74a64fdbdfb0525d147bc1a969a2"
268+
sha256: d6f56758b7d3014a48af9701c085700aac781a92a87a62b1333b46d8879661cf
293269
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
294270
source: hosted
295-
version: "0.5.2"
296-
irondash_message_channel:
297-
dependency: transitive
298-
description:
299-
name: irondash_message_channel
300-
sha256: dd581214215dca054bd9873209d690ec3609288c28774cb509dbd86b21180cf8
301-
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
302-
source: hosted
303-
version: "0.6.0"
271+
version: "0.19.0"
304272
leak_tracker:
305273
dependency: transitive
306274
description:
307275
name: leak_tracker
308-
sha256: "78eb209deea09858f5269f5a5b02be4049535f568c07b275096836f01ea323fa"
276+
sha256: "7f0df31977cb2c0b88585095d168e689669a2cc9b97c309665e3386f3e9d341a"
309277
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
310278
source: hosted
311-
version: "10.0.0"
279+
version: "10.0.4"
312280
leak_tracker_flutter_testing:
313281
dependency: transitive
314282
description:
315283
name: leak_tracker_flutter_testing
316-
sha256: b46c5e37c19120a8a01918cfaf293547f47269f7cb4b0058f21531c2465d6ef0
284+
sha256: "06e98f569d004c1315b991ded39924b21af84cf14cc94791b8aea337d25b57f8"
317285
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
318286
source: hosted
319-
version: "2.0.1"
287+
version: "3.0.3"
320288
leak_tracker_testing:
321289
dependency: transitive
322290
description:
323291
name: leak_tracker_testing
324-
sha256: a597f72a664dbd293f3bfc51f9ba69816f84dcd403cdac7066cb3f6003f3ab47
292+
sha256: "6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3"
325293
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
326294
source: hosted
327-
version: "2.0.1"
295+
version: "3.0.1"
328296
lints:
329297
dependency: transitive
330298
description:
331299
name: lints
332-
sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290
300+
sha256: "976c774dd944a42e83e2467f4cc670daef7eed6295b10b36ae8c85bcbf828235"
333301
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
334302
source: hosted
335-
version: "3.0.0"
303+
version: "4.0.0"
336304
markdown:
337305
dependency: transitive
338306
description:
@@ -361,10 +329,10 @@ packages:
361329
dependency: transitive
362330
description:
363331
name: meta
364-
sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04
332+
sha256: "7687075e408b093f36e6bbf6c91878cc0d4cd10f409506f7bc996f68220b9136"
365333
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
366334
source: hosted
367-
version: "1.11.0"
335+
version: "1.12.0"
368336
path:
369337
dependency: transitive
370338
description:
@@ -373,14 +341,6 @@ packages:
373341
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
374342
source: hosted
375343
version: "1.9.0"
376-
pixel_snap:
377-
dependency: transitive
378-
description:
379-
name: pixel_snap
380-
sha256: "677410ea37b07cd37ecb6d5e6c0d8d7615a7cf3bd92ba406fd1ac57e937d1fb0"
381-
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
382-
source: hosted
383-
version: "0.1.5"
384344
plugin_platform_interface:
385345
dependency: transitive
386346
description:
@@ -401,10 +361,10 @@ packages:
401361
dependency: "direct main"
402362
description:
403363
name: refreshed
404-
sha256: "0cf729e2cd42a0946c92e3d5ba1812fec788a338c87406f0f9a794321948720d"
364+
sha256: "889884098c57df730d36f83f29d42d8322e142fb862e02a12abae57c1ca1fd01"
405365
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
406366
source: hosted
407-
version: "2.5.7"
367+
version: "2.7.2"
408368
sky_engine:
409369
dependency: transitive
410370
description: flutter
@@ -418,14 +378,6 @@ packages:
418378
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
419379
source: hosted
420380
version: "1.10.0"
421-
sprintf:
422-
dependency: transitive
423-
description:
424-
name: sprintf
425-
sha256: "1fc9ffe69d4df602376b52949af107d8f5703b77cda567c4d7d86a0693120f23"
426-
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
427-
source: hosted
428-
version: "7.0.0"
429381
stack_trace:
430382
dependency: transitive
431383
description:
@@ -450,22 +402,6 @@ packages:
450402
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
451403
source: hosted
452404
version: "1.2.0"
453-
super_clipboard:
454-
dependency: transitive
455-
description:
456-
name: super_clipboard
457-
sha256: "28ab9c7b4d53cb4acabf4db3a1e3bf37a4f7efa51bb007ecafe53e4448dc13aa"
458-
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
459-
source: hosted
460-
version: "0.8.11"
461-
super_native_extensions:
462-
dependency: transitive
463-
description:
464-
name: super_native_extensions
465-
sha256: "3fd7096b0293ea40a968ae9294b45710f9a13996e165ff7c588acd52541c487b"
466-
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
467-
source: hosted
468-
version: "0.8.11"
469405
term_glyph:
470406
dependency: transitive
471407
description:
@@ -478,10 +414,10 @@ packages:
478414
dependency: transitive
479415
description:
480416
name: test_api
481-
sha256: "5c2f730018264d276c20e4f1503fd1308dfbbae39ec8ee63c5236311ac06954b"
417+
sha256: "9955ae474176f7ac8ee4e989dadfb411a58c30415bcfb648fa04b2b8a03afa7f"
482418
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
483419
source: hosted
484-
version: "0.6.1"
420+
version: "0.7.0"
485421
typed_data:
486422
dependency: transitive
487423
description:
@@ -554,14 +490,6 @@ packages:
554490
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
555491
source: hosted
556492
version: "3.1.1"
557-
uuid:
558-
dependency: transitive
559-
description:
560-
name: uuid
561-
sha256: "814e9e88f21a176ae1359149021870e87f7cddaf633ab678a5d2b0bff7fd1ba8"
562-
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
563-
source: hosted
564-
version: "4.4.0"
565493
vector_math:
566494
dependency: transitive
567495
description:
@@ -574,12 +502,12 @@ packages:
574502
dependency: transitive
575503
description:
576504
name: vm_service
577-
sha256: b3d56ff4341b8f182b96aceb2fa20e3dcb336b9f867bc0eafc0de10f1048e957
505+
sha256: "3923c89304b715fb1eb6423f017651664a03bf5f4b29983627c4da791f74a4ec"
578506
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
579507
source: hosted
580-
version: "13.0.0"
508+
version: "14.2.1"
581509
web:
582-
dependency: transitive
510+
dependency: "direct main"
583511
description:
584512
name: web
585513
sha256: "97da13628db363c635202ad97068d47c5b8aa555808e7a9411963c533b449b27"
@@ -603,5 +531,5 @@ packages:
603531
source: hosted
604532
version: "1.1.2"
605533
sdks:
606-
dart: ">=3.3.3 <4.0.0"
607-
flutter: ">=3.19.0"
534+
dart: ">=3.4.3 <4.0.0"
535+
flutter: ">=3.22.0"

pubspec.yaml

+6-5
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1919
version: 1.0.0+1
2020

2121
environment:
22-
sdk: '>=3.3.3 <4.0.0'
22+
sdk: '>=3.4.3 <4.0.0'
2323

2424
# Dependencies specify other packages that your package needs in order to work.
2525
# To automatically upgrade your package dependencies to the latest versions
@@ -37,11 +37,12 @@ dependencies:
3737

3838
# The following adds the Cupertino Icons font to your application.
3939
# Use with the CupertinoIcons class for iOS style icons.
40-
cupertino_icons: ^1.0.6
41-
flutter_quill: ^9.3.6
42-
refreshed: ^2.5.7
40+
cupertino_icons: ^1.0.8
41+
flutter_quill: ^9.4.6
42+
refreshed: ^2.7.2
4343
# ntp: ^2.0.0
4444
dio: ^5.4.3+1
45+
web: ^0.5.1
4546

4647
dev_dependencies:
4748
flutter_test:
@@ -52,7 +53,7 @@ dev_dependencies:
5253
# activated in the `analysis_options.yaml` file located at the root of your
5354
# package. See that file for information about deactivating specific lint
5455
# rules and activating additional ones.
55-
flutter_lints: ^3.0.2
56+
flutter_lints: ^4.0.0
5657

5758
# For information on the generic Dart part of this file, see the
5859
# following page: https://dart.dev/tools/pub/pubspec

0 commit comments

Comments
 (0)