forked from rrousselGit/flutter_hooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
34 lines (29 loc) · 908 Bytes
/
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
name: flutter_hooks_web
description: (For Flutter WEB) A flutter implementation of React hooks. It adds a new kind of widget with enhanced code reuse.
homepage: https://github.com/dart-for-apps/flutter_hooks_web
author: Gihwan Oh <wurikiji@gmail.com>, Remi Rousselete <darky12s@gmail.com>
version: 0.6.0
environment:
sdk: ">=2.0.0 <3.0.0"
flutter: ">=1.5.8 <2.0.0"
dependencies:
flutter_web: any
dev_dependencies:
flutter_web_test: any
build_runner: ^1.5.0
build_web_compilers: ^2.1.0
pedantic: ^1.4.0
mockito: ">=4.0.0 <5.0.0"
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_web_test:
git:
url: https://github.com/flutter/flutter_web
path: packages/flutter_web_test