Skip to content

Commit fd78215

Browse files
author
“senthilece01”
committed
updated language
1 parent 31e3049 commit fd78215

File tree

4 files changed

+42
-10
lines changed

4 files changed

+42
-10
lines changed

.flutter-plugins

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fluttie=/Users/SENTHIL/Code/Flutter SDK/flutter/.pub-cache/hosted/pub.dartlang.org/fluttie-0.3.2/

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.* linguist-language=Dart

.packages

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Generated by pub on 2019-10-20 20:24:20.046979.
2+
archive:file:///Users/SENTHIL/Code/Flutter%20SDK/flutter/.pub-cache/hosted/pub.dartlang.org/archive-2.0.10/lib/
3+
args:file:///Users/SENTHIL/Code/Flutter%20SDK/flutter/.pub-cache/hosted/pub.dartlang.org/args-1.5.2/lib/
4+
async:file:///Users/SENTHIL/Code/Flutter%20SDK/flutter/.pub-cache/hosted/pub.dartlang.org/async-2.3.0/lib/
5+
boolean_selector:file:///Users/SENTHIL/Code/Flutter%20SDK/flutter/.pub-cache/hosted/pub.dartlang.org/boolean_selector-1.0.5/lib/
6+
charcode:file:///Users/SENTHIL/Code/Flutter%20SDK/flutter/.pub-cache/hosted/pub.dartlang.org/charcode-1.1.2/lib/
7+
collection:file:///Users/SENTHIL/Code/Flutter%20SDK/flutter/.pub-cache/hosted/pub.dartlang.org/collection-1.14.11/lib/
8+
convert:file:///Users/SENTHIL/Code/Flutter%20SDK/flutter/.pub-cache/hosted/pub.dartlang.org/convert-2.1.1/lib/
9+
crypto:file:///Users/SENTHIL/Code/Flutter%20SDK/flutter/.pub-cache/hosted/pub.dartlang.org/crypto-2.1.3/lib/
10+
cupertino_icons:file:///Users/SENTHIL/Code/Flutter%20SDK/flutter/.pub-cache/hosted/pub.dartlang.org/cupertino_icons-0.1.2/lib/
11+
flutter:file:///Users/SENTHIL/Code/Flutter%20SDK/flutter/packages/flutter/lib/
12+
flutter_test:file:///Users/SENTHIL/Code/Flutter%20SDK/flutter/packages/flutter_test/lib/
13+
fluttie:file:///Users/SENTHIL/Code/Flutter%20SDK/flutter/.pub-cache/hosted/pub.dartlang.org/fluttie-0.3.2/lib/
14+
image:file:///Users/SENTHIL/Code/Flutter%20SDK/flutter/.pub-cache/hosted/pub.dartlang.org/image-2.1.4/lib/
15+
matcher:file:///Users/SENTHIL/Code/Flutter%20SDK/flutter/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.5/lib/
16+
meta:file:///Users/SENTHIL/Code/Flutter%20SDK/flutter/.pub-cache/hosted/pub.dartlang.org/meta-1.1.7/lib/
17+
path:file:///Users/SENTHIL/Code/Flutter%20SDK/flutter/.pub-cache/hosted/pub.dartlang.org/path-1.6.4/lib/
18+
pedantic:file:///Users/SENTHIL/Code/Flutter%20SDK/flutter/.pub-cache/hosted/pub.dartlang.org/pedantic-1.8.0+1/lib/
19+
petitparser:file:///Users/SENTHIL/Code/Flutter%20SDK/flutter/.pub-cache/hosted/pub.dartlang.org/petitparser-2.4.0/lib/
20+
quiver:file:///Users/SENTHIL/Code/Flutter%20SDK/flutter/.pub-cache/hosted/pub.dartlang.org/quiver-2.0.5/lib/
21+
sky_engine:file:///Users/SENTHIL/Code/Flutter%20SDK/flutter/bin/cache/pkg/sky_engine/lib/
22+
source_span:file:///Users/SENTHIL/Code/Flutter%20SDK/flutter/.pub-cache/hosted/pub.dartlang.org/source_span-1.5.5/lib/
23+
stack_trace:file:///Users/SENTHIL/Code/Flutter%20SDK/flutter/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.9.3/lib/
24+
stream_channel:file:///Users/SENTHIL/Code/Flutter%20SDK/flutter/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.0.0/lib/
25+
string_scanner:file:///Users/SENTHIL/Code/Flutter%20SDK/flutter/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.0.5/lib/
26+
term_glyph:file:///Users/SENTHIL/Code/Flutter%20SDK/flutter/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.1.0/lib/
27+
test_api:file:///Users/SENTHIL/Code/Flutter%20SDK/flutter/.pub-cache/hosted/pub.dartlang.org/test_api-0.2.5/lib/
28+
typed_data:file:///Users/SENTHIL/Code/Flutter%20SDK/flutter/.pub-cache/hosted/pub.dartlang.org/typed_data-1.1.6/lib/
29+
vector_math:file:///Users/SENTHIL/Code/Flutter%20SDK/flutter/.pub-cache/hosted/pub.dartlang.org/vector_math-2.0.8/lib/
30+
xml:file:///Users/SENTHIL/Code/Flutter%20SDK/flutter/.pub-cache/hosted/pub.dartlang.org/xml-3.5.0/lib/
31+
lottie:lib/

README.md

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
# lottie
1+
# Flutter Lottie Animation :
22

3-
A new Flutter application.
3+
This repo gives you amazing Flutter Lottie Animation!
44

5-
## Getting Started
5+
## Demo :
66

7-
This project is a starting point for a Flutter application.
7+
![Lottie_Demo](https://user-images.githubusercontent.com/10756609/67161271-83891380-f376-11e9-8e3a-4898a427de6a.gif)
88

9-
A few resources to get you started if this is your first Flutter project:
9+
## Requirements :
1010

11-
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
12-
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
11+
* Any Operating System (ie. MacOS X, Linux, Windows)
12+
* Any IDE with Flutter SDK installed (ie. IntelliJ, Android Studio, VSCode etc)
13+
* A little knowledge of Dart and Flutter A brain to think
1314

14-
For help getting started with Flutter, view our
15-
[online documentation](https://flutter.dev/docs), which offers tutorials,
16-
samples, guidance on mobile development, and a full API reference.
15+
## ⭐ Star the repo if you like what you see. ⭐

0 commit comments

Comments
 (0)