Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
org.benoitharrault.midisynth
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.midisynth
Compare revisions
deeca0dd882445bb0bf1d7fd822c95fc4831398b to b2acf8cce67ea87c4f180307de63c805ff9b5077
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
android/org.benoitharrault.midisynth
Select target project
No results found
b2acf8cce67ea87c4f180307de63c805ff9b5077
Select Git revision
Swap
Target
android/org.benoitharrault.midisynth
Select target project
android/org.benoitharrault.midisynth
1 result
deeca0dd882445bb0bf1d7fd822c95fc4831398b
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pubspec.yaml
+5
-22
5 additions, 22 deletions
pubspec.yaml
with
5 additions
and
22 deletions
pubspec.yaml
View file @
b2acf8cc
...
@@ -3,7 +3,7 @@ description: MIDI Synth
...
@@ -3,7 +3,7 @@ description: MIDI Synth
publish_to
:
"
none"
publish_to
:
"
none"
version
:
0.
1.1
+1
3
version
:
0.
2.0
+1
4
environment
:
environment
:
sdk
:
"
^3.0.0"
sdk
:
"
^3.0.0"
...
@@ -13,15 +13,10 @@ dependencies:
...
@@ -13,15 +13,10 @@ dependencies:
sdk
:
flutter
sdk
:
flutter
# base
# base
auto_size_text
:
^3.0.0
flutter_custom_toolbox
:
easy_localization
:
^3.0.1
git
:
equatable
:
^2.0.5
url
:
https://git.harrault.fr/android/flutter-toolbox.git
flutter_bloc
:
^8.1.1
ref
:
0.1.1
hive
:
^2.2.3
hydrated_bloc
:
^9.0.0
package_info_plus
:
^8.0.0
path_provider
:
^2.0.11
unicons
:
^3.0.0
# specific
# specific
# (none)
# (none)
...
@@ -33,15 +28,3 @@ flutter:
...
@@ -33,15 +28,3 @@ flutter:
uses-material-design
:
true
uses-material-design
:
true
assets
:
assets
:
-
assets/translations/
-
assets/translations/
fonts
:
-
family
:
Nunito
fonts
:
-
asset
:
assets/fonts/Nunito-Bold.ttf
weight
:
700
-
asset
:
assets/fonts/Nunito-Medium.ttf
weight
:
500
-
asset
:
assets/fonts/Nunito-Regular.ttf
weight
:
400
-
asset
:
assets/fonts/Nunito-Light.ttf
weight
:
300
This diff is collapsed.
Click to expand it.
Prev
1
2
3
Next