Commit 2917c04b authored by r.manan@eksad.com's avatar r.manan@eksad.com

animasi

parent b9a3d943
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);
......
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({
......
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
......
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({
......
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment