nbp_custom_widgets 0.0.2 copy "nbp_custom_widgets: ^0.0.2" to clipboard
nbp_custom_widgets: ^0.0.2 copied to clipboard

Custom Flutter widgets and components designed for clean and scalable UI development.

Custom Widgets #

A collection of reusable Flutter UI widgets designed to help developers build clean, consistent, and scalable user interfaces faster.


✨ Features #

  • Reusable and customizable Flutter widgets
  • Clean and simple API
  • Easy to integrate into any Flutter project
  • Production-ready components

🚀 Getting Started #

Add the dependency to your pubspec.yaml:

dependencies:
  nbp_custom_widgets: ^0.0.1

Then run:

flutter pub get

Import the package:

import 'package:nbp_custom_widgets/nbp_custom_widgets.dart';

📦 Dependencies #

This package internally uses the following Flutter packages:

  • url_launcher
  • chewie
  • video_player
  • visibility_detector

Please refer to their respective documentation for advanced or platform-specific configuration.


⚙️ Platform Setup #

This package uses video_player and chewie, which require platform setup in the host application.

Android #

Ensure your minSdkVersion is 21 or higher:

defaultConfig {
    minSdkVersion 21
}

iOS #

For playing remote video URLs, add the following to your Info.plist:

<key>NSAppTransportSecurity</key>
<dict>
  <key>NSAllowsArbitraryLoads</key>
  <true/>
</dict>

📄 License #

This project is licensed under the MIT License.


🔖 Third-party Licenses #

This package depends on open-source packages licensed under their respective licenses.

1
likes
140
points
10
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Custom Flutter widgets and components designed for clean and scalable UI development.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

chewie, flutter, url_launcher, video_player, visibility_detector

More

Packages that depend on nbp_custom_widgets