A tool for debugging your Flutter apps.

Overview

anyinspect_app

GitHub (pre-)release

A tool for debugging your Flutter apps.

Discord


Platform Support

Linux macOS Windows
✔️

Installation

Downloads are available on the Releases page. Also check out the website for other installation methods.

Please refer to our Quick Start guide to set up.

Development

We welcome you to join the development of AnyInspect.

Before You Start

  1. Create working directory
$ mkdir ~/anyinspect
$ cd ~/anyinspect
  1. Clone dependency repos via git:
$ git clone https://github.com/anyinspect/anyinspect.git
  1. Clone this repo via git:
$ git clone https://github.com/anyinspect/anyinspect_app.git
  1. Change to anyinspect_app directory
$ cd ~/anyinspect/anyinspect_app
  1. Install dependencies
$ flutter pub get

Run app

$ flutter run -d linux / macos / windows

Related Links

License

MIT License

Copyright (c) 2021 LiJianying 
   
    

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

   
You might also like...

Build beautiful desktop apps with flutter and rust. 🌠

Build beautiful desktop apps with flutter and rust. 🌠

flutter-rs Build flutter desktop app in dart & rust. Get Started Install requirements Rust flutter sdk Develop install the cargo flutter command cargo

Dec 26, 2022

This plugin allows Flutter desktop apps to register and handle custom protocols

protocol_handler This plugin allows Flutter desktop apps to register and handle custom protocols (i.e. deep linking). English | 简体中文 protocol_handler

Dec 22, 2022

Build Win32 apps with Dart!

Build Win32 apps with Dart!

A package that wraps some of the most common Win32 API calls using FFI to make them accessible to Dart code without requiring a C compiler or the Wind

Jan 2, 2023

Binder is a web framework that can be used to create web apps and APIs .

Binder is a web framework that can be used to create web apps and APIs .

Binder Framework Binder is a web framework that can be used to create web apps and APIs . It's like React + Express or any combination of front-end fr

Sep 13, 2022

A Flutter package that makes it easy to customize and work with your Flutter desktop app window.

A Flutter package that makes it easy to customize and work with your Flutter desktop app window.

bitsdojo_window A Flutter package that makes it easy to customize and work with your Flutter desktop app window on Windows, macOS and Linux. Watch the

Jan 4, 2023

A Flutter package that makes it easy to customize and work with your Flutter desktop app's system tray.

A Flutter package that makes it easy to customize and work with your Flutter desktop app's system tray.

system_tray A Flutter package that that enables support for system tray menu for desktop flutter apps. on Windows, macOS and Linux. Features: - Modify

Dec 30, 2022

Build installers for your Flutter applications with Squirrel

squirrel A new Flutter package project. Getting Started This project is a starting point for a Dart package, a library module containing code that can

Dec 28, 2022

A flutter application to monitor your Linux PC statistic.

A flutter application to monitor your Linux PC statistic.

Linux Stats App A flutter application to monitor your Linux PC statistic. Screenshots Installation Download or clone the repository: $ git clone https

Dec 17, 2022

A simple flutter input widget to add @ mentions functionality to your app

A simple flutter input widget to add @ mentions functionality to your app

📛 Flutter Mentions A simple flutter input widget to add @ mentions functionality to your app Install 📦 To use this package, add flutter_mentions as

Nov 4, 2022
Comments
  • iOS 启动报错 Null check operator used on a null value

    iOS 启动报错 Null check operator used on a null value

    [VERBOSE-2:ui_dart_state.cc(209)] Unhandled Exception: Null check operator used on a null value
    #0      MethodChannel.binaryMessenger (package:flutter/src/services/platform_channel.dart:121:86)
    #1      MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:146:36)
    #2      MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:329:12)
    #3      MethodChannelNetworkInfo.getWifiIP (package:network_info_plus_platform_interface/method_channel_network_info.dart:38:26)
    #4      NetworkInfo.getWifiIP (package:network_info_plus/network_info_plus.dart:60:22)
    #5      AnyInspect._getServerAddress (package:anyinspect/src/anyinspect.dart:69:38)
    #6      AnyInspect.start (package:anyinspect/src/anyinspect.dart:92:34)
    #7      main (package:fstore/main.dart:39:14)
    
    

    版本

      anyinspect: ^0.1.1
      anyinspect_plugin_network: ^0.1.0
      anyinspect_plugin_shared_preferences: ^0.1.0
    

    flutter doctor

    Doctor summary (to see all details, run flutter doctor -v):
    [✓] Flutter (Channel stable, 2.5.3, on macOS 12.0.1 21A559 darwin-arm, locale zh-Hans-CN)
    [✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
    [✓] Xcode - develop for iOS and macOS
    [✓] Chrome - develop for the web
    [✓] Android Studio (version 2020.3)
    [✓] IntelliJ IDEA Ultimate Edition (version 2021.1.3)
    [✓] VS Code (version 1.62.3)
    [✓] Proxy Configuration
    [✓] Connected device (2 available)
    
    • No issues found!
    
    
    opened by mdddj 1
Owner
AnyInspect
A tool for debugging your Flutter apps.
AnyInspect
Sol - an imperative, statically-typed language designed as a tool for learning how to program

SOL: Simple Obvious Language Sol is an imperative, statically-typed language designed as a tool for learning how to program. It is simple, in that it

Christopher Fujino 3 Oct 6, 2022
A web dashboard that allows you to monitor your Chia farm and sends notifications when blocks are found and new plots are completed through a discord bot. It can link multiple farmers/harvesters to your account.

farmr A web dashboard that allows you to monitor your Chia farm and sends notifications when blocks are found and new plots are completed through a di

Gil Nobrega 261 Nov 10, 2022
Windows95 UI components for Flutter apps. Bring back the nostalgic look and feel of old operating systems with this set of UI components ready to use.

Flutter95 Windows95 UI components for Flutter apps. UNDER CONSTRUCTION Screenshots Components Scaffold95 Scaffold as a Windows95 styled window. Provid

Miguel Beltran 141 Dec 26, 2022
This plugin allows Flutter desktop apps to defines system/inapp wide hotkey (i.e. shortcut).

hotkey_manager This plugin allows Flutter desktop apps to defines system/inapp wide hotkey (i.e. shortcut). hotkey_manager Platform Support Quick Star

LeanFlutter 81 Dec 21, 2022
Native context menu for Flutter apps

native_context_menu Native context menu for flutter apps Installation flutter pub add native_context_menu Usage import 'package:native_context_menu/na

Andrei Lesnitsky 151 Dec 22, 2022
This plugin allows Flutter desktop apps to Retrieve information about screen size, displays, cursor position, etc.

screen_retriever This plugin allows Flutter desktop apps to Retrieve information about screen size, displays, cursor position, etc. screen_retriever P

LeanFlutter 27 Dec 6, 2022
This plugin allows Flutter desktop apps to extract text from screen.

screen_text_extractor This plugin allows Flutter desktop apps to extract text from screen. screen_text_extractor Platform Support Quick Start Installa

LeanFlutter 30 Dec 21, 2022
This plugin allows Flutter desktop apps to defines system tray.

tray_manager This plugin allows Flutter desktop apps to defines system tray. tray_manager Platform Support Quick Start Installation ⚠️ Linux requireme

LeanFlutter 122 Dec 22, 2022
This plugin allows Flutter desktop apps to resizing and repositioning the window.

window_manager This plugin allows Flutter desktop apps to resizing and repositioning the window. window_manager Platform Support Quick Start Installat

LeanFlutter 351 Jan 7, 2023
Build beautiful desktop apps with flutter and rust. 🌠 (wip)

flutter-rs Build flutter desktop app in dart & rust. Get Started Install requirements Rust flutter sdk Develop install the cargo flutter command cargo

null 2k Dec 26, 2022