Skip to content

Commit eb06528

Browse files
committed
✏️ Copyrights redirection update.
1 parent 81834f5 commit eb06528

25 files changed

+25
-24
lines changed

example/lib/constants/picker_model.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
///
2-
/// [Author] Alex (https://github.com/AlexVincent525)
2+
/// [Author] Alex (https://github.com/Alex525)
33
/// [Date] 2020-05-30 20:56
44
///
55
import 'package:flutter/material.dart';

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
///
2-
/// [Author] Alex (https://github.com/AlexVincent525)
2+
/// [Author] Alex (https://github.com/Alex525)
33
/// [Date] 2020/5/30 15:39
44
///
55
import 'package:flutter/material.dart';

example/lib/pages/home_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
///
2-
/// [Author] Alex (https://github.com/AlexVincent525)
2+
/// [Author] Alex (https://github.com/Alex525)
33
/// [Date] 2020-05-31 21:38
44
///
55
import 'package:flutter/material.dart';

example/lib/pages/multi_assets_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
///
2-
/// [Author] Alex (https://github.com/AlexVincent525)
2+
/// [Author] Alex (https://github.com/Alex525)
33
/// [Date] 2020-05-31 20:21
44
///
55
import 'package:flutter/material.dart';

example/lib/pages/single_assets_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
///
2-
/// [Author] Alex (https://github.com/AlexVincent525)
2+
/// [Author] Alex (https://github.com/Alex525)
33
/// [Date] 2020-05-31 21:17
44
///
55
import 'package:flutter/material.dart';

example/lib/pages/splash_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
///
2-
/// [Author] Alex (https://github.com/AlexVincent525)
2+
/// [Author] Alex (https://github.com/Alex525)
33
/// [Date] 2020-05-31 21:36
44
///
55
import 'package:flutter/material.dart';

example/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ dependencies:
1010
flutter:
1111
sdk: flutter
1212

13+
camera: ">=0.5.8+2 <2.0.0"
1314
wechat_assets_picker:
1415
path: ../
1516

lib/src/constants/colors.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
///
2-
/// [Author] Alex (https://github.com/AlexVincent525)
2+
/// [Author] Alex (https://github.com/Alex525)
33
/// [Date] 2020/3/31 16:02
44
///
55
import 'package:flutter/painting.dart';

lib/src/constants/constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
///
2-
/// [Author] Alex (https://github.com/AlexVincent525)
2+
/// [Author] Alex (https://github.com/Alex525)
33
/// [Date] 2020/3/31 16:02
44
///
55
import 'constants.dart';

lib/src/constants/custom_scroll_physics.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
///
2-
/// [Author] Alex (https://github.com/AlexVincent525)
2+
/// [Author] Alex (https://github.com/Alex525)
33
/// [Date] 2020/3/31 17:34
44
///
55
import 'package:flutter/cupertino.dart';

0 commit comments

Comments
 (0)