Skip to content

Commit eda9c94

Browse files
authored
Merge pull request #22 from foresightmobile/feature/update-for-1-0-3
Update everything and auto publish for 1.0.3
2 parents 3360a54 + 246612b commit eda9c94

File tree

9 files changed

+334
-123
lines changed

9 files changed

+334
-123
lines changed

.github/workflows/publish.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# .github/workflows/publish.yml
2+
name: Publish to pub.dev
3+
4+
on:
5+
push:
6+
tags:
7+
- 'v[0-9]+.[0-9]+.[0-9]+' # tag pattern on pub.dev: 'v{{version}'
8+
9+
# Publish using custom workflow
10+
jobs:
11+
publish:
12+
permissions:
13+
id-token: write # Required for authentication using OIDC
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/checkout@v3
17+
- uses: dart-lang/setup-dart@v1
18+
- uses: subosito/flutter-action@v2
19+
with:
20+
channel: 'stable'
21+
- name: Install dependencies
22+
run: flutter pub get
23+
# Here you can insert custom steps you need
24+
# - run: dart tool/generate-code.dart
25+
- name: Publish
26+
run: flutter pub publish --force

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ lib/generated_plugin_registrant.dart
3636
# Exceptions to above rules.
3737
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
3838
example/android/app/.cxx/Debug
39+
example/ios/Flutter/ephemeral

example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
2930
shouldUseLaunchSchemeArgsEnv = "YES">
3031
<Testables>
3132
</Testables>
@@ -45,11 +46,13 @@
4546
buildConfiguration = "Debug"
4647
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4748
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
49+
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
4850
launchStyle = "0"
4951
useCustomWorkingDirectory = "NO"
5052
ignoresPersistentStateOnLaunch = "NO"
5153
debugDocumentVersioning = "YES"
5254
debugServiceExtension = "internal"
55+
enableGPUValidationMode = "1"
5356
allowLocationSimulation = "YES">
5457
<BuildableProductRunnable
5558
runnableDebuggingMode = "0">

example/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
isa = PBXProject;
183183
attributes = {
184184
LastSwiftUpdateCheck = 0920;
185-
LastUpgradeCheck = 1300;
185+
LastUpgradeCheck = 1510;
186186
ORGANIZATIONNAME = "";
187187
TargetAttributes = {
188188
33CC10EC2044A3C60003C045 = {

example/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1300"
3+
LastUpgradeVersion = "1510"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -48,6 +48,7 @@
4848
ignoresPersistentStateOnLaunch = "NO"
4949
debugDocumentVersioning = "YES"
5050
debugServiceExtension = "internal"
51+
enableGPUValidationMode = "1"
5152
allowLocationSimulation = "YES">
5253
<BuildableProductRunnable
5354
runnableDebuggingMode = "0">

example/pubspec.lock

Lines changed: 47 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -13,50 +13,50 @@ packages:
1313
dependency: transitive
1414
description:
1515
name: async
16-
sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c"
16+
sha256: "758e6d74e971c3e5aceb4110bfd6698efc7f501675bcfe0c775459a8140750eb"
1717
url: "https://pub.dev"
1818
source: hosted
19-
version: "2.11.0"
19+
version: "2.13.0"
2020
boolean_selector:
2121
dependency: transitive
2222
description:
2323
name: boolean_selector
24-
sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66"
24+
sha256: "8aab1771e1243a5063b8b0ff68042d67334e3feab9e95b9490f9a6ebf73b42ea"
2525
url: "https://pub.dev"
2626
source: hosted
27-
version: "2.1.1"
27+
version: "2.1.2"
2828
characters:
2929
dependency: transitive
3030
description:
3131
name: characters
32-
sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605"
32+
sha256: f71061c654a3380576a52b451dd5532377954cf9dbd272a78fc8479606670803
3333
url: "https://pub.dev"
3434
source: hosted
35-
version: "1.3.0"
35+
version: "1.4.0"
3636
clock:
3737
dependency: transitive
3838
description:
3939
name: clock
40-
sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf
40+
sha256: fddb70d9b5277016c77a80201021d40a2247104d9f4aa7bab7157b7e3f05b84b
4141
url: "https://pub.dev"
4242
source: hosted
43-
version: "1.1.1"
43+
version: "1.1.2"
4444
collection:
4545
dependency: transitive
4646
description:
4747
name: collection
48-
sha256: a1ace0a119f20aabc852d165077c036cd864315bd99b7eaa10a60100341941bf
48+
sha256: "2f5709ae4d3d59dd8f7cd309b4e023046b57d8a6c82130785d2b0e5868084e76"
4949
url: "https://pub.dev"
5050
source: hosted
51-
version: "1.19.0"
51+
version: "1.19.1"
5252
fake_async:
5353
dependency: transitive
5454
description:
5555
name: fake_async
56-
sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78"
56+
sha256: "5368f224a74523e8d2e7399ea1638b37aecfca824a3cc4dfdf77bf1fa905ac44"
5757
url: "https://pub.dev"
5858
source: hosted
59-
version: "1.3.1"
59+
version: "1.3.3"
6060
flutter:
6161
dependency: "direct main"
6262
description: flutter
@@ -65,27 +65,25 @@ packages:
6565
flutter_markdown_plus:
6666
dependency: "direct main"
6767
description:
68-
name: flutter_markdown_plus
69-
sha256: "20bcb404e5ba9bc949320b6b314f2bf6a60df048106f1bc09c8310086eac004b"
70-
url: "https://pub.dev"
71-
source: hosted
72-
version: "1.0.2"
68+
path: ".."
69+
relative: true
70+
source: path
71+
version: "1.0.3"
7372
flutter_markdown_plus_latex:
7473
dependency: "direct main"
7574
description:
76-
name: flutter_markdown_plus_latex
77-
sha256: "39ed8ddccc7e3e71bf812e74ca4541c4aa994e47dbc6c265acb49f42728721f1"
78-
url: "https://pub.dev"
79-
source: hosted
80-
version: "1.0.0"
75+
path: "../../flutter_markdown_plus_latex"
76+
relative: true
77+
source: path
78+
version: "1.0.1"
8179
flutter_math_fork:
8280
dependency: transitive
8381
description:
8482
name: flutter_math_fork
85-
sha256: "284bab89b2fbf1bc3a0baf13d011c1dd324d004e35d177626b77f2fc056366ac"
83+
sha256: "6d5f2f1aa57ae539ffb0a04bb39d2da67af74601d685a161aff7ce5bda5fa407"
8684
url: "https://pub.dev"
8785
source: hosted
88-
version: "0.7.3"
86+
version: "0.7.4"
8987
flutter_svg:
9088
dependency: transitive
9189
description:
@@ -119,18 +117,18 @@ packages:
119117
dependency: transitive
120118
description:
121119
name: leak_tracker
122-
sha256: "7bb2830ebd849694d1ec25bf1f44582d6ac531a57a365a803a6034ff751d2d06"
120+
sha256: "6bb818ecbdffe216e81182c2f0714a2e62b593f4a4f13098713ff1685dfb6ab0"
123121
url: "https://pub.dev"
124122
source: hosted
125-
version: "10.0.7"
123+
version: "10.0.9"
126124
leak_tracker_flutter_testing:
127125
dependency: transitive
128126
description:
129127
name: leak_tracker_flutter_testing
130-
sha256: "9491a714cca3667b60b5c420da8217e6de0d1ba7a5ec322fab01758f6998f379"
128+
sha256: f8b613e7e6a13ec79cfdc0e97638fddb3ab848452eff057653abd3edba760573
131129
url: "https://pub.dev"
132130
source: hosted
133-
version: "3.0.8"
131+
version: "3.0.9"
134132
leak_tracker_testing:
135133
dependency: transitive
136134
description:
@@ -151,10 +149,10 @@ packages:
151149
dependency: transitive
152150
description:
153151
name: matcher
154-
sha256: d2323aa2060500f906aa31a895b4030b6da3ebdcc5619d14ce1aada65cd161cb
152+
sha256: dc58c723c3c24bf8d3e2d3ad3f2f9d7bd9cf43ec6feaa64181775e60190153f2
155153
url: "https://pub.dev"
156154
source: hosted
157-
version: "0.12.16+1"
155+
version: "0.12.17"
158156
material_color_utilities:
159157
dependency: transitive
160158
description:
@@ -167,10 +165,10 @@ packages:
167165
dependency: transitive
168166
description:
169167
name: meta
170-
sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7
168+
sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c
171169
url: "https://pub.dev"
172170
source: hosted
173-
version: "1.15.0"
171+
version: "1.16.0"
174172
nested:
175173
dependency: transitive
176174
description:
@@ -183,10 +181,10 @@ packages:
183181
dependency: transitive
184182
description:
185183
name: path
186-
sha256: "087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af"
184+
sha256: "75cca69d1490965be98c73ceaea117e8a04dd21217b37b292c9ddbec0d955bc5"
187185
url: "https://pub.dev"
188186
source: hosted
189-
version: "1.9.0"
187+
version: "1.9.1"
190188
path_parsing:
191189
dependency: transitive
192190
description:
@@ -220,50 +218,50 @@ packages:
220218
dependency: transitive
221219
description:
222220
name: source_span
223-
sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c"
221+
sha256: "254ee5351d6cb365c859e20ee823c3bb479bf4a293c22d17a9f1bf144ce86f7c"
224222
url: "https://pub.dev"
225223
source: hosted
226-
version: "1.10.0"
224+
version: "1.10.1"
227225
stack_trace:
228226
dependency: transitive
229227
description:
230228
name: stack_trace
231-
sha256: "9f47fd3630d76be3ab26f0ee06d213679aa425996925ff3feffdec504931c377"
229+
sha256: "8b27215b45d22309b5cddda1aa2b19bdfec9df0e765f2de506401c071d38d1b1"
232230
url: "https://pub.dev"
233231
source: hosted
234-
version: "1.12.0"
232+
version: "1.12.1"
235233
stream_channel:
236234
dependency: transitive
237235
description:
238236
name: stream_channel
239-
sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7
237+
sha256: "969e04c80b8bcdf826f8f16579c7b14d780458bd97f56d107d3950fdbeef059d"
240238
url: "https://pub.dev"
241239
source: hosted
242-
version: "2.1.2"
240+
version: "2.1.4"
243241
string_scanner:
244242
dependency: transitive
245243
description:
246244
name: string_scanner
247-
sha256: "688af5ed3402a4bde5b3a6c15fd768dbf2621a614950b17f04626c431ab3c4c3"
245+
sha256: "921cd31725b72fe181906c6a94d987c78e3b98c2e205b397ea399d4054872b43"
248246
url: "https://pub.dev"
249247
source: hosted
250-
version: "1.3.0"
248+
version: "1.4.1"
251249
term_glyph:
252250
dependency: transitive
253251
description:
254252
name: term_glyph
255-
sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84
253+
sha256: "7f554798625ea768a7518313e58f83891c7f5024f88e46e7182a4558850a4b8e"
256254
url: "https://pub.dev"
257255
source: hosted
258-
version: "1.2.1"
256+
version: "1.2.2"
259257
test_api:
260258
dependency: transitive
261259
description:
262260
name: test_api
263-
sha256: "664d3a9a64782fcdeb83ce9c6b39e78fd2971d4e37827b9b06c3aa1edc5e760c"
261+
sha256: fb31f383e2ee25fbbfe06b40fe21e1e458d14080e3c67e7ba0acfde4df4e0bbd
264262
url: "https://pub.dev"
265263
source: hosted
266-
version: "0.7.3"
264+
version: "0.7.4"
267265
tuple:
268266
dependency: transitive
269267
description:
@@ -316,10 +314,10 @@ packages:
316314
dependency: transitive
317315
description:
318316
name: vm_service
319-
sha256: f6be3ed8bd01289b34d679c2b62226f63c0e69f9fd2e50a6b3c1c729a961041b
317+
sha256: ddfa8d30d89985b96407efce8acbdd124701f96741f2d981ca860662f1c0dc02
320318
url: "https://pub.dev"
321319
source: hosted
322-
version: "14.3.0"
320+
version: "15.0.0"
323321
web:
324322
dependency: transitive
325323
description:
@@ -337,5 +335,5 @@ packages:
337335
source: hosted
338336
version: "6.5.0"
339337
sdks:
340-
dart: ">=3.5.0 <4.0.0"
338+
dart: ">=3.7.0-0 <4.0.0"
341339
flutter: ">=3.27.1"

example/pubspec.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@ dependencies:
1010
flutter:
1111
sdk: flutter
1212

13-
flutter_markdown_plus: ^1.0.2
14-
flutter_markdown_plus_latex: ^1.0.0
13+
# flutter_markdown_plus: ^1.0.3
14+
flutter_markdown_plus_latex: ^1.0.4
15+
16+
flutter_markdown_plus:
17+
path: ../
18+
# flutter_markdown_plus_latex:
19+
# path: ../../flutter_markdown_plus_latex # For relative path testing
20+
1521
markdown: ^7.3.0
1622

1723

0 commit comments

Comments
 (0)