Skip to content

Commit 3c8d864

Browse files
committed
Bug Fixes and App Moderations
1 parent fc693ab commit 3c8d864

7 files changed

+0
-10
lines changed

fonts/FiraCode-Light.ttf

-161 KB
Binary file not shown.

fonts/FiraCode-Medium.ttf

-161 KB
Binary file not shown.

fonts/FiraCode-Regular.ttf

-161 KB
Binary file not shown.

fonts/Poppins-Light.ttf

-156 KB
Binary file not shown.

fonts/Poppins-Medium.ttf

-153 KB
Binary file not shown.

fonts/Poppins-SemiBold.ttf

-152 KB
Binary file not shown.

pubspec.yaml

-10
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ dependencies:
2323
chips_choice: ^2.0.1
2424
flutter_launcher_icons: ^0.9.2
2525

26-
2726
dev_dependencies:
2827
flutter_test:
2928
sdk: flutter
@@ -41,7 +40,6 @@ flutter_icons:
4140

4241
# The following section is specific to Flutter.
4342
flutter:
44-
4543
# The following line ensures that the Material Icons font is
4644
# included with your application, so that you can use the icons in
4745
# the material Icons class.
@@ -54,12 +52,4 @@ flutter:
5452
fonts:
5553
- family: Poppins
5654
fonts:
57-
- asset: fonts/Poppins-Light.ttf
58-
- asset: fonts/Poppins-Medium.ttf
5955
- asset: fonts/Poppins-Regular.ttf
60-
- asset: fonts/Poppins-SemiBold.ttf
61-
- family: Fira Code
62-
fonts:
63-
- asset: fonts/FiraCode-Light.ttf
64-
- asset: fonts/FiraCode-Medium.ttf
65-
- asset: fonts/FiraCode-Regular.ttf

0 commit comments

Comments
 (0)