noor_player 1.0.1 copy "noor_player: ^1.0.1" to clipboard
noor_player: ^1.0.1 copied to clipboard

A customizable video player with thumbnail and caching support.

example/main.dart

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

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

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(title: const Text('NoorPlayer Example')),
        body: const Center(
          child: NoorPlayer(videoUrl: 'https://www.example.com/sample.mp4'),
        ),
      ),
    );
  }
}
3
likes
125
points
12
downloads

Documentation

API reference

Publisher

verified publishercarboncodes.net

Weekly Downloads

A customizable video player with thumbnail and caching support.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter, path_provider, shimmer, video_player, video_thumbnail, visibility_detector

More

Packages that depend on noor_player