Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
org.benoitharrault.random
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
android
org.benoitharrault.random
Commits
60ef2d72
Commit
60ef2d72
authored
5 months ago
by
Benoît Harrault
Browse files
Options
Downloads
Plain Diff
Merge branch '91-restore-custom-font' into 'master'
Resolve "Restore custom font" Closes
#91
See merge request
!88
parents
e1322670
7223aa54
No related branches found
No related tags found
1 merge request
!88
Resolve "Restore custom font"
Pipeline
#6878
passed
5 months ago
Stage: build-debug
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pubspec.lock
+3
-3
3 additions, 3 deletions
pubspec.lock
pubspec.yaml
+14
-2
14 additions, 2 deletions
pubspec.yaml
with
17 additions
and
5 deletions
pubspec.lock
+
3
−
3
View file @
60ef2d72
...
...
@@ -186,11 +186,11 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "0.
2
.0"
resolved-ref: b
bf0abd5457d42678882384216af9e83c38549bc
ref: "0.
3
.0"
resolved-ref: b
24e16ca0cf72bde23640c72020d5c9da2e00e62
url: "https://git.harrault.fr/android/flutter-toolbox.git"
source: git
version: "0.
2
.0"
version: "0.
3
.0"
flutter_lints:
dependency: "direct dev"
description:
...
...
This diff is collapsed.
Click to expand it.
pubspec.yaml
+
14
−
2
View file @
60ef2d72
...
...
@@ -3,7 +3,7 @@ description: A random application, for testing purpose only.
publish_to
:
"
none"
version
:
1.3.
0
+7
1
version
:
1.3.
1
+7
2
environment
:
sdk
:
"
^3.0.0"
...
...
@@ -16,7 +16,7 @@ dependencies:
flutter_custom_toolbox
:
git
:
url
:
https://git.harrault.fr/android/flutter-toolbox.git
ref
:
0.
2
.0
ref
:
0.
3
.0
# specific
camera
:
^0.11.0+2
...
...
@@ -31,3 +31,15 @@ flutter:
assets
:
-
assets/translations/
-
assets/ui/
fonts
:
-
family
:
Nunito
fonts
:
-
asset
:
packages/flutter_custom_toolbox/fonts/Nunito-Bold.ttf
weight
:
700
-
asset
:
packages/flutter_custom_toolbox/fonts/Nunito-Medium.ttf
weight
:
500
-
asset
:
packages/flutter_custom_toolbox/fonts/Nunito-Regular.ttf
weight
:
400
-
asset
:
packages/flutter_custom_toolbox/fonts/Nunito-Light.ttf
weight
:
300
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment