drag_and_drop_with_pageview 0.1.2 copy "drag_and_drop_with_pageview: ^0.1.2" to clipboard
drag_and_drop_with_pageview: ^0.1.2 copied to clipboard

retracted[pending analysis]

This package build for drag and drop file in the same page and can move to other page with ListView and GridView

example/lib/main.dart

import 'package:example/new_page.dart';
import 'package:flutter/material.dart';

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

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

  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
        useMaterial3: true,
      ),
      // home: const ShakeDemo(),
      home: const TestingNewHomeWidget(),
      debugShowCheckedModeBanner: false,
    );
  }
}

// class Testingssssss extends StatefulWidget {
//   const Testingssssss({super.key});

//   @override
//   State<Testingssssss> createState() => _TestingssssssState();
// }

// class _TestingssssssState extends State<Testingssssss> {
//   bool isTrue = false;
//   @override
//   Widget build(BuildContext context) {
//     return Scaffold(
//       appBar: AppBar(title: const Text('Home')),
//       body: Center(
//         child: Container(
//           color: isTrue ? Colors.amber : Colors.black,
//           padding: const EdgeInsets.all(10.0),
//           width: 200,
//           height: 50,
//           child: Text('hello $isTrue'),
//         ),
//       ),
//       floatingActionButton: FloatingActionButton(
//         onPressed: () {
//           isTrue = !isTrue;
//           setState(() {});
//           debugPrint('hello $isTrue');
//         },
//       ),
//     );
//   }
// }
2
likes
0
points
159
downloads

Publisher

unverified uploader

Weekly Downloads

This package build for drag and drop file in the same page and can move to other page with ListView and GridView

Repository (GitHub)
View/report issues

License

(pending) (license)

Dependencies

flutter

More

Packages that depend on drag_and_drop_with_pageview