Giter VIP home page Giter VIP logo

indoor-positioning-system-using-ble-and-flutter's People

Contributors

zaincheema avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

indoor-positioning-system-using-ble-and-flutter's Issues

flutter 2.0 upgrade permission group error

The plugin flutter_ble_lib uses a deprecated version of the Android embedding.
To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a future release of Flutter will remove these deprecated APIs.
If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.
This application is not configured to build on the web.
To add web support to a project, run flutter create ..
Launching lib\main.dart on Chrome in debug mode...
Waiting for connection from debug service on Chrome...
lib/Model/AppStateModel.dart:193:34: Error: Type 'PermissionGroup' not found.
Future requestPermission(PermissionGroup permission) async {
^^^^^^^^^^^^^^^
lib/Model/AppStateModel.dart:30:64: Error: Member not found: 'unknown'.
PermissionStatus locationPermissionStatus = PermissionStatus.unknown;
^^^^^^^
lib/Model/AppStateModel.dart:115:56: Error: The argument type 'Object Function()' can't be assigned to the parameter type 'Map<String, dynamic>'.

  • 'Object' is from 'dart:core'.
  • 'Map' is from 'dart:core'.
    anchorBeacons.add(BeaconInfo.fromJson(document.data));
    ^
    lib/Model/AppStateModel.dart:193:34: Error: 'PermissionGroup' isn't a type.
    Future requestPermission(PermissionGroup permission) async {
    ^^^^^^^^^^^^^^^
    lib/Model/AppStateModel.dart:194:11: Error: 'PermissionHandler' isn't a type.
    final PermissionHandler _permissionHandler = PermissionHandler();
    ^^^^^^^^^^^^^^^^^
    lib/Model/AppStateModel.dart:194:50: Error: The method 'PermissionHandler' isn't defined for the class 'AppStateModel'.
  • 'AppStateModel' is from 'package:umbrella/Model/AppStateModel.dart' ('lib/Model/AppStateModel.dart').
    Try correcting the name to the name of an existing method, or defining a method named 'PermissionHandler'.
    final PermissionHandler _permissionHandler = PermissionHandler();
    ^^^^^^^^^^^^^^^^^
    lib/Model/AppStateModel.dart:204:43: Error: The getter 'PermissionGroup' isn't defined for the class 'AppStateModel'.
  • 'AppStateModel' is from 'package:umbrella/Model/AppStateModel.dart' ('lib/Model/AppStateModel.dart').
    Try correcting the name to the name of an existing getter, or defining a getter or field named 'PermissionGroup'.
    var granted = await requestPermission(PermissionGroup.location);
    ^^^^^^^^^^^^^^^
    lib/Model/AppStateModel.dart:216:42: Error: The getter 'PermissionGroup' isn't defined for the class 'AppStateModel'.
  • 'AppStateModel' is from 'package:umbrella/Model/AppStateModel.dart' ('lib/Model/AppStateModel.dart').
    Try correcting the name to the name of an existing getter, or defining a getter or field named 'PermissionGroup'.
    gpsAllowed = await requestPermission(PermissionGroup.location);
    ^^^^^^^^^^^^^^^
    Failed to compile application.

Beacons suggestions

Hi! Your project is awesome, I'm trying to start doing something close to that to locate people on my university, but I'm at the very beginning of the idea.
What kinds of bluetooth beacon models or suggestions can you give?

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.