Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
flutter_screenutil
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Hosam Hasan
2020-03-02 16:30:14 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0768c54d5870e3a2b03616bdb01d08d0fbeb9464
0768c54d
1 parent
93f8dc0c
update dart min. version to 2.6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
example/pubspec.lock
pubspec.yaml
example/pubspec.lock
View file @
0768c54
...
...
@@ -75,7 +75,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.
1
"
version: "1.0.
2
"
flutter_test:
dependency: "direct dev"
description: flutter
...
...
@@ -199,4 +199,4 @@ packages:
source: hosted
version: "3.5.0"
sdks:
dart: ">=2.
4
.0 <3.0.0"
dart: ">=2.
6
.0 <3.0.0"
...
...
pubspec.yaml
View file @
0768c54
...
...
@@ -4,7 +4,7 @@ version: 1.0.2
homepage
:
https://github.com/OpenFlutter/flutter_screenutil
environment
:
sdk
:
"
>=2.
0.0-dev.68
.0
<3.0.0"
sdk
:
"
>=2.
6
.0
<3.0.0"
dependencies
:
flutter
:
...
...
@@ -19,7 +19,6 @@ dev_dependencies:
# The following section is specific to Flutter.
flutter
:
# To add assets to your package, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
...
...
@@ -30,7 +29,6 @@ flutter:
#
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.io/assets-and-images/#resolution-aware.
# To add custom fonts to your package, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
...
...
Please
register
or
login
to post a comment