mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-04-29 02:52:20 -05:00
chore: remove unused deps
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
import 'package:flutter/cupertino.dart';
|
import 'package:flutter/cupertino.dart';
|
||||||
import 'package:git_touch/utils/utils.dart';
|
import 'package:git_touch/utils/utils.dart';
|
||||||
import 'package:intl/intl.dart';
|
|
||||||
import 'package:primer/primer.dart';
|
import 'package:primer/primer.dart';
|
||||||
import 'link.dart';
|
import 'link.dart';
|
||||||
|
|
||||||
|
|||||||
21
pubspec.yaml
21
pubspec.yaml
@@ -10,35 +10,30 @@ description: A new Flutter project.
|
|||||||
version: 1.0.0+1
|
version: 1.0.0+1
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.3.0-dev <3.0.0"
|
sdk: ">=2.3.0 <3.0.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
flutter_vector_icons: ^0.2.1
|
||||||
|
flutter_highlight: ^0.4.0
|
||||||
|
primer: ^0.0.2
|
||||||
|
nanoid: ^0.0.6
|
||||||
|
github_contributions: ^0.2.0
|
||||||
|
seti: ^0.2.0
|
||||||
http: ^0.12.0
|
http: ^0.12.0
|
||||||
rxdart: ^0.22.2
|
intl: ^0.16.0
|
||||||
uri: ^0.11.3
|
|
||||||
intl: ^0.15.7
|
|
||||||
url_launcher: ^5.0.2
|
url_launcher: ^5.0.2
|
||||||
uni_links: ^0.1.4
|
uni_links: ^0.1.4
|
||||||
flutter_markdown: ^0.2.0
|
flutter_markdown: ^0.2.0
|
||||||
shared_preferences: ^0.5.0
|
shared_preferences: ^0.5.0
|
||||||
nanoid: ^0.0.6
|
|
||||||
share: ^0.6.0
|
share: ^0.6.0
|
||||||
flutter_vector_icons: ^0.2.1
|
|
||||||
github_contributions: ^0.2.0
|
|
||||||
flutter_svg: ^0.13.0
|
flutter_svg: ^0.13.0
|
||||||
launch_review: ^2.0.0
|
launch_review: ^2.0.0
|
||||||
flutter_highlight: ^0.4.0
|
|
||||||
timeago: ^2.0.18
|
timeago: ^2.0.18
|
||||||
provider: ^3.1.0
|
provider: ^3.1.0
|
||||||
seti: ^0.2.0
|
|
||||||
filesize: ^1.0.4
|
filesize: ^1.0.4
|
||||||
tuple: ^1.0.2
|
tuple: ^1.0.2
|
||||||
primer:
|
|
||||||
git:
|
|
||||||
url: git://github.com/pd4d10/primer-flutter
|
|
||||||
path: primer
|
|
||||||
|
|
||||||
# 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user