Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
medapp_eksad
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qorri_di
medapp_eksad
Commits
2917c04b
Commit
2917c04b
authored
Aug 30, 2022
by
r.manan@eksad.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
animasi
parent
b9a3d943
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
9 deletions
+15
-9
animasi_kanan_kiri.dart
lib/animation/animasi_kanan_kiri.dart
+1
-2
animasi_kiri_kanan.dart
lib/animation/animasi_kiri_kanan.dart
+1
-2
kanan_kiri_small.dart
lib/animation/kanan_kiri_small.dart
+4
-3
kiri_kanan_small.dart
lib/animation/kiri_kanan_small.dart
+1
-2
pubspec.yaml
pubspec.yaml
+8
-0
No files found.
lib/animation/animasi_kanan_kiri.dart
View file @
2917c04b
import
'package:flutter/material.dart'
;
import
'package:google_fonts/google_fonts.dart'
;
import
'package:show_up_animation/show_up_animation.dart'
;
//
import 'package:show_up_animation/show_up_animation.dart';
class
Animasi_Kanan_Kiri
extends
StatelessWidget
{
const
Animasi_Kanan_Kiri
({
Key
?
key
,
required
this
.
judul
})
:
super
(
key:
key
);
...
...
lib/animation/animasi_kiri_kanan.dart
View file @
2917c04b
import
'package:flutter/material.dart'
;
import
'package:google_fonts/google_fonts.dart'
;
import
'package:show_up_animation/show_up_animation.dart'
;
//
import 'package:show_up_animation/show_up_animation.dart';
class
Animasi_Kiri_Kanan
extends
StatelessWidget
{
const
Animasi_Kiri_Kanan
({
...
...
lib/animation/kanan_kiri_small.dart
View file @
2917c04b
import
'package:flutter/material.dart'
;
import
'package:google_fonts/google_fonts.dart'
;
import
'package:show_up_animation/show_up_animation.dart'
;
// import 'package:show_up_animation/show_up_animation.dart';
class
Animasi_Kanan_Kiri_Small
extends
StatelessWidget
{
const
Animasi_Kanan_Kiri_Small
({
Key
?
key
,
required
this
.
judul
})
:
super
(
key:
key
);
const
Animasi_Kanan_Kiri_Small
({
Key
?
key
,
required
this
.
judul
})
:
super
(
key:
key
);
final
String
judul
;
@override
...
...
lib/animation/kiri_kanan_small.dart
View file @
2917c04b
import
'package:flutter/material.dart'
;
import
'package:google_fonts/google_fonts.dart'
;
import
'package:show_up_animation/show_up_animation.dart'
;
//
import 'package:show_up_animation/show_up_animation.dart';
class
Animasi_Kiri_Kanan_Small
extends
StatelessWidget
{
const
Animasi_Kiri_Kanan_Small
({
...
...
pubspec.yaml
View file @
2917c04b
...
...
@@ -33,11 +33,19 @@ dependencies:
url_launcher
:
^6.1.5
google_fonts
:
^3.0.1
font_awesome_flutter
:
^10.1.0
intl
:
^0.17.0
dropdown_search
:
^5.0.2
carousel_slider
:
^4.1.1
easy_table
:
^2.0.1
sidebarx
:
^0.7.0
flutter_web_plugins
:
sdk
:
flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons
:
^1.0.2
show_up_animation
:
^2.0.0
dev_dependencies
:
flutter_test
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment