mirror of
https://github.com/git-touch/git-touch
synced 2025-01-31 16:14:49 +01:00
build: upgrade deps
This commit is contained in:
parent
2ef1c0b982
commit
35b653af65
@ -7,7 +7,6 @@ import 'package:git_touch/widgets/loading.dart';
|
|||||||
import 'package:git_touch/widgets/markdown_view.dart';
|
import 'package:git_touch/widgets/markdown_view.dart';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:flutter_highlight/flutter_highlight.dart';
|
import 'package:flutter_highlight/flutter_highlight.dart';
|
||||||
import 'package:photo_view/photo_view.dart';
|
|
||||||
import 'package:provider/provider.dart';
|
import 'package:provider/provider.dart';
|
||||||
import 'package:git_touch/utils/utils.dart';
|
import 'package:git_touch/utils/utils.dart';
|
||||||
|
|
||||||
|
22
pubspec.yaml
22
pubspec.yaml
@ -18,29 +18,27 @@ dependencies:
|
|||||||
flutter_vector_icons: ^0.2.1
|
flutter_vector_icons: ^0.2.1
|
||||||
flutter_highlight: ^0.6.0
|
flutter_highlight: ^0.6.0
|
||||||
primer: ^0.0.2
|
primer: ^0.0.2
|
||||||
nanoid: ^0.0.6
|
nanoid: ^0.1.0
|
||||||
file_icon: ^0.3.0
|
file_icon: ^0.3.0
|
||||||
http: ^0.12.0
|
http: ^0.12.0
|
||||||
intl: ^0.16.0
|
intl: ^0.16.0
|
||||||
url_launcher: ^5.4.1
|
url_launcher: ^5.4.1
|
||||||
uni_links: ^0.2.0
|
uni_links: ^0.4.0
|
||||||
flutter_markdown: ^0.3.3
|
flutter_markdown: ^0.4.4
|
||||||
shared_preferences: ^0.5.6
|
shared_preferences: ^0.5.6
|
||||||
share: ^0.6.0
|
share: ^0.6.0
|
||||||
flutter_svg: ^0.18.1
|
flutter_svg: ^0.19.0
|
||||||
launch_review: ^2.0.0
|
launch_review: ^2.0.0
|
||||||
timeago: ^2.0.18
|
timeago: ^2.0.18
|
||||||
provider: ^3.1.0
|
provider: ^4.3.2+2
|
||||||
filesize: ^1.0.4
|
filesize: ^1.0.4
|
||||||
tuple: ^1.0.2
|
tuple: ^1.0.2
|
||||||
uri: ^0.11.3
|
uri: ^0.11.3
|
||||||
fimber: ^0.3.2
|
fimber: ^0.4.4
|
||||||
photo_view: ^0.7.0
|
|
||||||
artemis: ^3.2.1
|
artemis: ^3.2.1
|
||||||
gql_link: ^0.2.0
|
|
||||||
fluro: ^1.5.1
|
fluro: ^1.5.1
|
||||||
package_info: ^0.4.0
|
package_info: ^0.4.0
|
||||||
github: ^6.1.2
|
github: ^7.0.2
|
||||||
# git:
|
# git:
|
||||||
# url: git://github.com/pd4d10/github.dart.git
|
# url: git://github.com/pd4d10/github.dart.git
|
||||||
# ref: patch-1
|
# ref: patch-1
|
||||||
@ -48,13 +46,13 @@ dependencies:
|
|||||||
github_trending: ^0.2.0
|
github_trending: ^0.2.0
|
||||||
# The following adds the Cupertino Icons font to your application.
|
# The following adds the Cupertino Icons font to your application.
|
||||||
# Use with the CupertinoIcons class for iOS style icons.
|
# Use with the CupertinoIcons class for iOS style icons.
|
||||||
cupertino_icons: ^0.1.2
|
cupertino_icons: ^1.0.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
build_runner: ^1.7.1
|
build_runner: ^1.10.3
|
||||||
json_serializable: 3.2.3 # TODO:
|
json_serializable: ^3.5.0
|
||||||
|
|
||||||
# dependencies_overrides:
|
# dependencies_overrides:
|
||||||
# flutter_highlight:
|
# flutter_highlight:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user