GithubHelp home page GithubHelp logo

ynadtiy19 / device_scan_animation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yashmakan/device_scan_animation

0.0 0.0 0.0 1012 KB

License: MIT License

Shell 0.90% C++ 39.35% C 3.46% Objective-C 1.09% Java 0.95% Kotlin 0.21% Dart 13.26% Swift 3.19% HTML 3.13% CMake 34.45%

device_scan_animation's Introduction

Device Scan Animation

A package to quickly add nearby device scan animation with customizations. Device Scan Animation Demo

YouTube Video Demonstration

Demo Video

Pub.dev

The package is available on pub.dev Device Scan Animation Package

Usage

For basic usage checkout the example provided. Below are all the parameters DeviceScanWidget accepts for customizations.

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

  @override
  Widget build(BuildContext context) {
    return Scaffold(
      body: Center(
        child: DeviceScanWidget(
          nodeType: ..., // optional
          ringColor: ..., // optional
          ringThickness: ..., // optional
          nodeColor: ..., // optional
          onInitialize: () {}, // optional
          newNodesDuration: ..., // optional
          duration: ..., // optional
          scanColor: ..., // optional
          centerNodeColor: ..., // optional
          gap: ..., // optional
          layers: ..., // optional
          hideNodes: ..., // optional
        ),
      ),
    );
  }
}

device_scan_animation's People

Contributors

yashmakan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.