init_temp
上级
正在显示
.github/FUNDING.yml
0 → 100644
.github/dependabot.yml
0 → 100644
.github/workflows/main.yml
0 → 100644
.gitignore
0 → 100644
CHANGELOG.md
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
analysis_options.yaml
0 → 100644
example/.gitignore
0 → 100644
example/.metadata
0 → 100644
example/README.md
0 → 100644
example/analysis_options.yaml
0 → 100644
example/android/.gitignore
0 → 100644
example/android/app/build.gradle
0 → 100644
544 Bytes
442 Bytes
721 Bytes
example/android/build.gradle
0 → 100644
example/android/gradle.properties
0 → 100644
example/android/settings.gradle
0 → 100644
example/ios/.gitignore
0 → 100644
10.7 KB
564 Bytes
1.3 KB
1.6 KB
1.0 KB
1.7 KB
1.9 KB
1.3 KB
1.9 KB
2.6 KB
2.6 KB
3.7 KB
1.8 KB
3.2 KB
3.5 KB
68 Bytes
68 Bytes
68 Bytes
example/ios/Runner/Info.plist
0 → 100644
example/lib/main.dart
0 → 100644
example/lib/showcase.dart
0 → 100644
example/lib/workspace.dart
0 → 100644
example/macos/.gitignore
0 → 100644
45.9 KB
3.2 KB
1.4 KB
5.8 KB
1.2 KB
14.5 KB
1.8 KB
example/macos/Runner/Info.plist
0 → 100644
example/pubspec.lock
0 → 100644
example/pubspec.yaml
0 → 100644
example/web/favicon.png
0 → 100644
917 Bytes
example/web/icons/Icon-192.png
0 → 100644
5.2 KB
example/web/icons/Icon-512.png
0 → 100644
8.1 KB
5.5 KB
20.5 KB
example/web/index.html
0 → 100644
example/web/manifest.json
0 → 100644
lib/flutter_spinkit.dart
0 → 100644
lib/src/chasing_dots.dart
0 → 100644
lib/src/circle.dart
0 → 100644
lib/src/cube_grid.dart
0 → 100644
lib/src/dancing_square.dart
0 → 100644
lib/src/double_bounce.dart
0 → 100644
lib/src/dual_ring.dart
0 → 100644
lib/src/fading_circle.dart
0 → 100644
lib/src/fading_cube.dart
0 → 100644
lib/src/fading_four.dart
0 → 100644
lib/src/fading_grid.dart
0 → 100644
lib/src/folding_cube.dart
0 → 100644
lib/src/hour_glass.dart
0 → 100644
lib/src/piano_wave.dart
0 → 100644
lib/src/pouring_hour_glass.dart
0 → 100644
lib/src/pulse.dart
0 → 100644
lib/src/pulsing_grid.dart
0 → 100644
lib/src/pumping_heart.dart
0 → 100644
lib/src/ring.dart
0 → 100644
lib/src/ripple.dart
0 → 100644
lib/src/rotating_circle.dart
0 → 100644
lib/src/rotating_plain.dart
0 → 100644
lib/src/spinning_circle.dart
0 → 100644
lib/src/spinning_lines.dart
0 → 100644
lib/src/square_circle.dart
0 → 100644
lib/src/three_bounce.dart
0 → 100644
lib/src/three_in_out.dart
0 → 100644
lib/src/tweens/delay_tween.dart
0 → 100644
lib/src/wandering_cubes.dart
0 → 100644
lib/src/wave.dart
0 → 100644
lib/src/wave_spinner.dart
0 → 100644
makefile
0 → 100644
pubspec.yaml
0 → 100644
screenshots/FadingCube.gif
0 → 100644
67.1 KB
screenshots/FadingFour.gif
0 → 100644
13.3 KB
screenshots/PouringHourGlass.gif
0 → 100644
58.6 KB
screenshots/dancing-square.gif
0 → 100644
20.7 KB
screenshots/dual-ring.gif
0 → 100644
36.5 KB
screenshots/grid.gif
0 → 100644
47.0 KB
screenshots/heart.gif
0 → 100644
32.3 KB
screenshots/hour-glass.gif
0 → 100644
55.9 KB
screenshots/itemBuilder.gif
0 → 100644
58.0 KB
screenshots/piano-wave.gif
0 → 100644
78.3 KB
234.0 KB
screenshots/pulsing-grid.gif
0 → 100644
245.2 KB
screenshots/ring.gif
0 → 100644
37.6 KB
screenshots/ripple.gif
0 → 100644
51.0 KB
276.1 KB
screenshots/spinning-circle.gif
0 → 100644
43.5 KB
screenshots/spinning-lines.gif
0 → 100644
114.7 KB
screenshots/square_circle.gif
0 → 100644
172.2 KB
screenshots/three-in-out.gif
0 → 100644
69.3 KB
test/chasing_dots_test.dart
0 → 100644
test/circle_test.dart
0 → 100644
test/cube_grid_test.dart
0 → 100644
test/dancing_square_test.dart
0 → 100644
test/double_bounce_test.dart
0 → 100644
test/dual_ring_test.dart
0 → 100644
test/fading_circle_test.dart
0 → 100644
test/fading_cube_test.dart
0 → 100644
test/fading_four_test.dart
0 → 100644
test/fading_grid_test.dart
0 → 100644
test/folding_cube_test.dart
0 → 100644
test/helpers.dart
0 → 100644
test/hour_glass_test.dart
0 → 100644
test/piano_wave_test.dart
0 → 100644
test/pouring_hour_glass_test.dart
0 → 100644
test/pulse_test.dart
0 → 100644
test/pulsing_grid_test.dart
0 → 100644
test/pumping_heart_test.dart
0 → 100644
test/ring_test.dart
0 → 100644
test/ripple_test.dart
0 → 100644
test/rotating_circle_test.dart
0 → 100644
test/rotating_plain_test.dart
0 → 100644
test/smoke_test.dart
0 → 100644
test/spinning_circle_test.dart
0 → 100644
test/spinning_line_test.dart
0 → 100644
test/square_circle_test.dart
0 → 100644
test/three_bounce_test.dart
0 → 100644
test/three_in_out_test.dart
0 → 100644
test/wandering_cubes_test.dart
0 → 100644
test/wave_spinner_test.dart
0 → 100644
test/wave_test.dart
0 → 100644