Skip to content

Commit 1b22c41

Browse files
committed
fmt
1 parent ecad25d commit 1b22c41

9 files changed

+3
-203
lines changed

example/fonts/Roboto/LICENSE.txt

-202
This file was deleted.

example/fonts/Roboto/Roboto-Black.ttf

-167 KB
Binary file not shown.

example/fonts/Roboto/Roboto-Bold.ttf

-167 KB
Binary file not shown.

example/fonts/Roboto/Roboto-Light.ttf

-166 KB
Binary file not shown.
-168 KB
Binary file not shown.
-168 KB
Binary file not shown.

example/fonts/Roboto/Roboto-Thin.ttf

-168 KB
Binary file not shown.

example/pubspec.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,13 @@ dev_dependencies:
4141
# package. See that file for information about deactivating specific lint
4242
# rules and activating additional ones.
4343
flutter_lints: ^5.0.0
44+
45+
test: any
4446

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

4850
# The following section is specific to Flutter packages.
49-
test: any
5051
flutter:
5152

5253
# The following line ensures that the Material Icons font is

pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dependencies:
1919
flat_buffers: ^23.5.26
2020
path: ^1.9.0
2121
web: ">=0.5.0 <2.0.0"
22+
plugin_platform_interface: ^2.0.2
2223
flutter_lints: ^5.0.0
2324

2425
dev_dependencies:

0 commit comments

Comments
 (0)