Skip to content

Commit c8106db

Browse files
authored
Update flutter_math_fork (#30)
* update packages * changelog * update flutter-action workflow in checks.yml * clean up imports * remove unnecessary import
1 parent 8e72442 commit c8106db

File tree

10 files changed

+26
-20
lines changed

10 files changed

+26
-20
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- uses: actions/checkout@v2.3.3
39-
- uses: subosito/flutter-action@v1.4.0
39+
- uses: subosito/flutter-action@v2
4040
with:
4141
channel: ${{ matrix.channel }}
4242
- name: pub get
@@ -64,7 +64,7 @@ jobs:
6464

6565
steps:
6666
- uses: actions/checkout@v2.3.3
67-
- uses: subosito/flutter-action@v1.4.0
67+
- uses: subosito/flutter-action@v2
6868
with:
6969
channel: ${{ matrix.channel }}
7070
- run: flutter pub get

math_keyboard/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.4+1
2+
3+
* Bumped `flutter_math_fork`.
4+
15
## 0.1.4
26

37
* Fixed missing implicit times operator between a closing and an opening parenthesis.

math_keyboard/lib/src/widgets/math_field.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import 'package:flutter/scheduler.dart';
33
import 'package:flutter/services.dart';
44
import 'package:flutter_math_fork/flutter_math.dart';
55
import 'package:math_expressions/math_expressions.dart';
6-
import 'package:math_keyboard/math_keyboard.dart';
76
import 'package:math_keyboard/src/foundation/keyboard_button.dart';
7+
import 'package:math_keyboard/src/foundation/math2tex.dart';
88
import 'package:math_keyboard/src/foundation/node.dart';
99
import 'package:math_keyboard/src/widgets/decimal_separator.dart';
1010
import 'package:math_keyboard/src/widgets/math_keyboard.dart';

math_keyboard/lib/src/widgets/math_form_field.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import 'package:flutter/material.dart';
2-
import 'package:flutter/widgets.dart';
32
import 'package:math_keyboard/src/widgets/math_field.dart';
43
import 'package:math_keyboard/src/widgets/math_keyboard.dart';
54

math_keyboard/lib/src/widgets/math_keyboard.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import 'dart:ui';
2-
31
import 'package:flutter/material.dart';
42
import 'package:flutter/scheduler.dart';
53
import 'package:flutter_math_fork/flutter_math.dart';

math_keyboard/lib/src/widgets/view_insets.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import 'dart:math';
22

33
import 'package:flutter/material.dart';
4-
import 'package:flutter/widgets.dart';
54
import 'package:math_keyboard/math_keyboard.dart';
65

76
/// Widget for math keyboards ensuring the content is pushed up by the

math_keyboard/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: math_keyboard
22
description: >-2
33
Math expression editing using an on-screen software keyboard or physical keyboard input in a
44
typeset input field in Flutter.
5-
version: 0.1.4
5+
version: 0.1.4+1
66
homepage: https://github.com/simpleclub/math_keyboard/tree/main/math_keyboard
77

88
environment:
@@ -15,7 +15,7 @@ dependencies:
1515
flutter_localizations:
1616
sdk: flutter
1717

18-
flutter_math_fork: ^0.4.0+1
18+
flutter_math_fork: ^0.6.1
1919
holding_gesture: ^1.1.0
2020
intl: ^0.17.0
2121
math_expressions: ^2.1.0

math_keyboard_demo/lib/widgets/page_view.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import 'package:flutter/material.dart';
2-
import 'package:flutter/scheduler.dart';
32
import 'package:flutter/services.dart';
43
import 'package:math_expressions/math_expressions.dart';
54
import 'package:math_keyboard/math_keyboard.dart';

math_keyboard_demo/pubspec.lock

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: characters
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "1.1.0"
10+
version: "1.2.0"
1111
clock:
1212
dependency: transitive
1313
description:
@@ -38,14 +38,14 @@ packages:
3838
name: flutter_math_fork
3939
url: "https://pub.dartlang.org"
4040
source: hosted
41-
version: "0.4.0+1"
41+
version: "0.6.1"
4242
flutter_svg:
4343
dependency: "direct main"
4444
description:
4545
name: flutter_svg
4646
url: "https://pub.dartlang.org"
4747
source: hosted
48-
version: "0.22.0"
48+
version: "1.0.3"
4949
flutter_web_plugins:
5050
dependency: transitive
5151
description: flutter
@@ -79,6 +79,13 @@ packages:
7979
url: "https://pub.dartlang.org"
8080
source: hosted
8181
version: "0.12.10"
82+
material_color_utilities:
83+
dependency: transitive
84+
description:
85+
name: material_color_utilities
86+
url: "https://pub.dartlang.org"
87+
source: hosted
88+
version: "0.1.3"
8289
math_expressions:
8390
dependency: transitive
8491
description:
@@ -92,7 +99,7 @@ packages:
9299
path: "../math_keyboard"
93100
relative: true
94101
source: path
95-
version: "0.1.1+1"
102+
version: "0.1.4+1"
96103
meta:
97104
dependency: transitive
98105
description:
@@ -120,14 +127,14 @@ packages:
120127
name: path_drawing
121128
url: "https://pub.dartlang.org"
122129
source: hosted
123-
version: "0.5.1"
130+
version: "1.0.0"
124131
path_parsing:
125132
dependency: transitive
126133
description:
127134
name: path_parsing
128135
url: "https://pub.dartlang.org"
129136
source: hosted
130-
version: "0.2.1"
137+
version: "1.0.0"
131138
pedantic:
132139
dependency: "direct dev"
133140
description:
@@ -244,7 +251,7 @@ packages:
244251
name: vector_math
245252
url: "https://pub.dartlang.org"
246253
source: hosted
247-
version: "2.1.0"
254+
version: "2.1.1"
248255
xml:
249256
dependency: transitive
250257
description:
@@ -253,5 +260,5 @@ packages:
253260
source: hosted
254261
version: "5.0.2"
255262
sdks:
256-
dart: ">=2.12.0 <3.0.0"
257-
flutter: ">=2.0.0"
263+
dart: ">=2.14.0 <3.0.0"
264+
flutter: ">=2.4.0-0.0.pre"

math_keyboard_demo/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313

14-
flutter_svg: ^0.22.0
14+
flutter_svg: ^1.0.0
1515

1616
math_keyboard:
1717
path: ../math_keyboard

0 commit comments

Comments
 (0)