Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
Movie-app
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dio Maulana
Movie-app
Commits
12db10ad
Commit
12db10ad
authored
Feb 17, 2022
by
Dio Maulana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
final
parent
3236cc49
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
62 additions
and
0 deletions
+62
-0
pubspec.lock
pubspec.lock
+56
-0
pubspec.yaml
pubspec.yaml
+6
-0
No files found.
pubspec.lock
View file @
12db10ad
# Generated by pub
# Generated by pub
# See https://dart.dev/tools/pub/glossary#lockfile
# See https://dart.dev/tools/pub/glossary#lockfile
packages:
packages:
archive:
dependency: transitive
description:
name: archive
url: "https://pub.dartlang.org"
source: hosted
version: "3.2.0"
args:
dependency: transitive
description:
name: args
url: "https://pub.dartlang.org"
source: hosted
version: "2.3.0"
async:
async:
dependency: transitive
dependency: transitive
description:
description:
...
@@ -43,6 +57,13 @@ packages:
...
@@ -43,6 +57,13 @@ packages:
url: "https://pub.dartlang.org"
url: "https://pub.dartlang.org"
source: hosted
source: hosted
version: "1.15.0"
version: "1.15.0"
crypto:
dependency: transitive
description:
name: crypto
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.1"
cupertino_icons:
cupertino_icons:
dependency: "direct main"
dependency: "direct main"
description:
description:
...
@@ -62,6 +83,13 @@ packages:
...
@@ -62,6 +83,13 @@ packages:
description: flutter
description: flutter
source: sdk
source: sdk
version: "0.0.0"
version: "0.0.0"
flutter_launcher_icons:
dependency: "direct main"
description:
name: flutter_launcher_icons
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.2"
flutter_lints:
flutter_lints:
dependency: "direct dev"
dependency: "direct dev"
description:
description:
...
@@ -95,6 +123,13 @@ packages:
...
@@ -95,6 +123,13 @@ packages:
url: "https://pub.dartlang.org"
url: "https://pub.dartlang.org"
source: hosted
source: hosted
version: "4.0.0"
version: "4.0.0"
image:
dependency: transitive
description:
name: image
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.1"
lints:
lints:
dependency: transitive
dependency: transitive
description:
description:
...
@@ -130,6 +165,13 @@ packages:
...
@@ -130,6 +165,13 @@ packages:
url: "https://pub.dartlang.org"
url: "https://pub.dartlang.org"
source: hosted
source: hosted
version: "1.8.0"
version: "1.8.0"
petitparser:
dependency: transitive
description:
name: petitparser
url: "https://pub.dartlang.org"
source: hosted
version: "4.4.0"
sky_engine:
sky_engine:
dependency: transitive
dependency: transitive
description: flutter
description: flutter
...
@@ -191,6 +233,20 @@ packages:
...
@@ -191,6 +233,20 @@ packages:
url: "https://pub.dartlang.org"
url: "https://pub.dartlang.org"
source: hosted
source: hosted
version: "2.1.1"
version: "2.1.1"
xml:
dependency: transitive
description:
name: xml
url: "https://pub.dartlang.org"
source: hosted
version: "5.3.1"
yaml:
dependency: transitive
description:
name: yaml
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.0"
sdks:
sdks:
dart: ">=2.16.0 <3.0.0"
dart: ">=2.16.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5"
flutter: ">=1.12.13+hotfix.5"
pubspec.yaml
View file @
12db10ad
...
@@ -30,9 +30,15 @@ dependencies:
...
@@ -30,9 +30,15 @@ dependencies:
cupertino_icons
:
^1.0.2
cupertino_icons
:
^1.0.2
flutter
:
flutter
:
sdk
:
flutter
sdk
:
flutter
flutter_launcher_icons
:
^0.9.2
flutter_rating_bar
:
^4.0.0
flutter_rating_bar
:
^4.0.0
http
:
^0.13.4
http
:
^0.13.4
flutter_icons
:
android
:
"
launcher_icon"
ios
:
true
image_path
:
"
assets/icon/icon.png"
dev_dependencies
:
dev_dependencies
:
flutter_lints
:
^1.0.0
flutter_lints
:
^1.0.0
flutter_test
:
flutter_test
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment