scaled_list 1.0.0+2 copy "scaled_list: ^1.0.0+2" to clipboard
scaled_list: ^1.0.0+2 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());
  }
}
134
likes
0
pub points
87%
popularity

Publisher

unverified uploader

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