Skip to content

Commit ac42be1

Browse files
committed
remove lottie
1 parent 8c90599 commit ac42be1

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed

lib/page/welcome_page.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@ import 'dart:async';
22

33
import 'package:flare_flutter/flare_actor.dart';
44
import 'package:flutter/material.dart';
5-
import 'package:flutter_lottie/flutter_lottie.dart';
65
import 'package:flutter_redux/flutter_redux.dart';
76
import 'package:gsy_github_app_flutter/common/dao/user_dao.dart';
87
import 'package:gsy_github_app_flutter/common/redux/gsy_state.dart';
98
import 'package:gsy_github_app_flutter/common/style/gsy_style.dart';
10-
import 'package:gsy_github_app_flutter/common/utils/common_utils.dart';
119
import 'package:gsy_github_app_flutter/common/utils/navigator_utils.dart';
1210
import 'package:redux/redux.dart';
1311

@@ -49,7 +47,6 @@ class _WelcomePageState extends State<WelcomePage> {
4947
});
5048
}
5149

52-
void onViewCreatedFile(LottieController controller) {}
5350

5451
@override
5552
Widget build(BuildContext context) {

pubspec.lock

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -232,15 +232,6 @@ packages:
232232
description: flutter
233233
source: sdk
234234
version: "0.0.0"
235-
flutter_lottie:
236-
dependency: "direct main"
237-
description:
238-
path: "."
239-
ref: "3adb18f2e2a45b8dbdebc0437e9a4db3f6ff32b8"
240-
resolved-ref: "3adb18f2e2a45b8dbdebc0437e9a4db3f6ff32b8"
241-
url: "https://github.com/CarSmallGuo/flutter_lottie.git"
242-
source: git
243-
version: "0.2.0"
244235
flutter_markdown:
245236
dependency: "direct main"
246237
description:

pubspec.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ dependencies:
4646
ref: c7a59c9cff8887abb89f2c36b3911f5fbdf189c8
4747
flutter_localizations:
4848
sdk: flutter
49-
flutter_lottie:
50-
git:
51-
url: https://github.com/CarSmallGuo/flutter_lottie.git
52-
ref: 3adb18f2e2a45b8dbdebc0437e9a4db3f6ff32b8
5349
photo_view:
5450
git:
5551
url: https://github.com/CarSmallGuo/photo_view.git

0 commit comments

Comments
 (0)