interesting_list 0.0.1 copy "interesting_list: ^0.0.1" to clipboard
interesting_list: ^0.0.1 copied to clipboard

List of interesting things

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:interesting_list/interesting_list.dart';

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

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      home: Scaffold(
        body: InterestingList.getWidget(),
      ),
    );
  }
}
1
likes
130
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

List of interesting things

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on interesting_list