pecahan_rupiah

Creator: coderz1093

Last updated:

0 purchases

pecahan_rupiah Image
pecahan_rupiah Images
Add to Cart

Description:

pecahan rupiah

pecahan_rupiah #
simple way convert number tu rupiah
Getting Started #
import :
import 'package:pecahan_rupiah/pecahan_rupiah.dart';
copied to clipboard
use
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Container(
child: MaterialApp(
home: Scaffold(
body: SafeArea(
child: Column(
children: [
Text(Pecahan.rupiah(value: 2000000)), // without Rp prefix
Text(Pecahan.rupiah(value: 2000000, withRp: true)) // with Rp prefix : Rp 200.000
],
),
),
),
),
);
}
}
copied to clipboard
malikkurosaki [email protected]

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.