forked from zubairehman/Portfolio-Demo-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
46 lines (35 loc) · 1.09 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
name: portfolio
description: A portfolio build by using flutter for web.
# version: 1.0.0
#homepage: http://zubair-portfolio.surge.sh/#/
#author: zubairehman <[email protected]>
environment:
sdk: '>=2.2.0 <3.0.0'
dependencies:
flutter_web: any
flutter_web_ui: any
dev_dependencies:
# Enables the `pub run build_runner` command
build_runner: ^1.6.5
# Includes the JavaScript compilers
build_web_compilers: ^2.1.5
# The Font Awesome Icon pack available as Flutter Icons.
font_awesome: any
# Universal
universal_html: ^1.1.6
# A Flutter plugin for launching a URL in the mobile platform. Supports iOS and Android.
# url_launcher: ^5.1.4
# font_awesome_flutter: ^8.5.0
# flutter_web packages are not published to pub.dartlang.org
# These overrides tell the package tools to get them from GitHub
dependency_overrides:
flutter_web:
git:
url: https://github.com/flutter/flutter_web
path: packages/flutter_web
flutter_web_ui:
git:
url: https://github.com/flutter/flutter_web
path: packages/flutter_web_ui
flutter:
uses-material-design: true