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
140
points
21
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

List of interesting things

License

unknown (license)

Dependencies

flutter

More

Packages that depend on interesting_list