scaled_list 1.0.0+1 copy "scaled_list: ^1.0.0+1" to clipboard
scaled_list: ^1.0.0+1 copied to clipboard

outdated

A Horizontal List view With Lots of modification including the a scaled current item, curved custom painting and a dots indictor below it. it makes the widget of item builder responsive to the device [...]

example/lib/main.dart

import 'package:flutter/material.dart';

import 'home_page.dart';

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

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
        debugShowCheckedModeBanner: false,
        title: 'Flutter Demo',
        theme: ThemeData(
          primarySwatch: Colors.blue,
          visualDensity: VisualDensity.adaptivePlatformDensity,
        ),
        home: HomePage());
  }
}
139
likes
0
points
71
downloads

Publisher

unverified uploader

Weekly Downloads

A Horizontal List view With Lots of modification including the a scaled current item, curved custom painting and a dots indictor below it. it makes the widget of item builder responsive to the device screen's width and height, You can also set the relative width, margin width, height of selected and unselected Card to the entire screen.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on scaled_list