score_progress_pretty_display 1.0.0 copy "score_progress_pretty_display: ^1.0.0" to clipboard
score_progress_pretty_display: ^1.0.0 copied to clipboard

A Flutter package to display and visualize credit card scores, or any other type of score, in a visually appealing way.

example/lib/main.dart

import 'package:example/features/dashboard/dashboard_screen.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Demo',
      debugShowCheckedModeBanner: false,
      theme: ThemeData.dark(),
      home: const DashboardScreen(),
    );
  }
}
2
likes
0
pub points
62%
popularity

Publisher

unverified uploader

A Flutter package to display and visualize credit card scores, or any other type of score, in a visually appealing way.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on score_progress_pretty_display