GithubHelp home page GithubHelp logo

flutter_local_ip_plugin's Introduction

Local IP Plugin

This Flutter plugin provides the functionality to retrieve the local IP address of the device. It's designed to work seamlessly with Android devices, offering an easy-to-use Dart interface for fetching the local IP.

Features

  • Retrieve the local IP address of an Android device.
  • Simple and easy-to-use Dart interface.
  • Ideal for network-related applications in Flutter.

Getting Started

To use this plugin, add local_ip_plugin as a dependency in your pubspec.yaml file. Ensure you have the latest version by checking local_ip_plugin on pub.dev.

dependencies:
  local_ip_plugin: ^latest_version

Ussage

Here's a quick example to show you how to use the plugin:

import 'package:local_ip_plugin/local_ip_plugin.dart';

void getLocalIP() async {
  String localIP = await LocalIpPlugin.getLocalIP();
  print('My local IP: $localIP');
}

Additional Information

I appreciate every PR, so feel free to contribute. I will also look through all the issues on github and try to fix them as soon as possible.

flutter_local_ip_plugin's People

Contributors

japsimrans13 avatar

Watchers

 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.