Coder Social home page Coder Social logo

madhavpruthi / hr-management-and-geo-attendance-system Goto Github PK

View Code? Open in Web Editor NEW
197.0 10.0 121.0 7.87 MB

An application for location-based attendance and management of the employees using geofencing

License: Apache License 2.0

Swift 0.23% Objective-C 0.02% Dart 98.07% Shell 0.31% JavaScript 1.37%
flutter firebase attendance employees geofence geofencing geofencing-tool

hr-management-and-geo-attendance-system's People

Contributors

agargya123 avatar arunav11 avatar deepaktiwari88 avatar dependabot[bot] avatar happy-san avatar madhavpruthi 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hr-management-and-geo-attendance-system's Issues

code not working

The plugins device_id, firebase_auth use a deprecated version of the Android embedding.
To avoid unexpected runtime failures, or future build failures, try to see if these plugins support the Android V2 embedding. Otherwise, consider removing them 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/src/ui/pages/dashboard.dart:97:8: Error: Type 'StaggeredTile' not found.
List _staggeredTiles() {
^^^^^^^^^^^^^
lib/src/ui/pages/dashboard.dart:98:10: Error: 'StaggeredTile' isn't a type.
List widgets = new List();
^^^^^^^^^^^^^
lib/src/ui/pages/dashboard.dart:100:19: Error: The getter 'StaggeredTile' isn't defined for the class 'DashboardMainPanel'.

  • 'DashboardMainPanel' is from 'package:geo_attendance_system/src/ui/pages/dashboard.dart' ('lib/src/ui/pages/dashboard.dart').
    Try correcting the name to the name of an existing getter, or defining a getter or field named 'StaggeredTile'.
    widgets.add(StaggeredTile.extent(1, 210.0));
    ^^^^^^^^^^^^^
    lib/src/ui/pages/dashboard.dart:119:16: Error: The getter 'StaggeredGridView' isn't defined for the class 'DashboardMainPanel'.
  • 'DashboardMainPanel' is from 'package:geo_attendance_system/src/ui/pages/dashboard.dart' ('lib/src/ui/pages/dashboard.dart').
    Try correcting the name to the name of an existing getter, or defining a getter or field named 'StaggeredGridView'.
    child: StaggeredGridView.count(
    ^^^^^^^^^^^^^^^^^
    lib/src/ui/pages/profile_page.dart:31:44: Error: The getter 'subhead' isn't defined for the class 'TextTheme'.
  • 'TextTheme' is from 'package:flutter/src/material/text_theme.dart' ('/F:/flutter_windows_2.5.3-stable/flutter/packages/flutter/lib/src/material/text_theme.dart').
    Try correcting the name to the name of an existing getter, or defining a getter or field named 'subhead'.
    style: Theme.of(context).textTheme.subhead,
    ^^^^^^^
    lib/src/ui/pages/attendance_summary.dart:208:9: Error: No named parameter with the name 'markersBuilder'.
    markersBuilder: (context, date, events, holidays) {
    ^^^^^^^^^^^^^^
    /F:/flutter_windows_2.5.3-stable/flutter/.pub-cache/hosted/pub.dartlang.org/table_calendar-3.0.3/lib/src/customization/calendar_builders.dart:82:9: Context: Found this candidate, but the arguments don't match.
    const CalendarBuilders({
    ^^^^^^^^^^^^^^^^
    lib/src/ui/pages/attendance_summary.dart:235:30: Error: The argument type 'DateTime' can't be assigned to the parameter type 'List'.
  • 'DateTime' is from 'dart:core'.
  • 'List' is from 'dart:core'.
    _onDaySelected(date, events);
    ^
    lib/src/ui/pages/attendance_summary.dart:246:16: Error: The getter '_calendarController' isn't defined for the class '_AttendanceSummaryState'.
  • '_AttendanceSummaryState' is from 'package:geo_attendance_system/src/ui/pages/attendance_summary.dart' ('lib/src/ui/pages/attendance_summary.dart').
    Try correcting the name to the name of an existing getter, or defining a getter or field named '_calendarController'.
    color: _calendarController.isSelected(date)
    ^^^^^^^^^^^^^^^^^^^
    lib/src/ui/pages/attendance_summary.dart:248:15: Error: The getter '_calendarController' isn't defined for the class '_AttendanceSummaryState'.
  • '_AttendanceSummaryState' is from 'package:geo_attendance_system/src/ui/pages/attendance_summary.dart' ('lib/src/ui/pages/attendance_summary.dart').
    Try correcting the name to the name of an existing getter, or defining a getter or field named '_calendarController'.
    : _calendarController.isToday(date)
    ^^^^^^^^^^^^^^^^^^^
    lib/src/ui/pages/attendance_summary.dart:291:19: Error: The getter '_calendarController' isn't defined for the class '_AttendanceSummaryState'.
  • '_AttendanceSummaryState' is from 'package:geo_attendance_system/src/ui/pages/attendance_summary.dart' ('lib/src/ui/pages/attendance_summary.dart').
    Try correcting the name to the name of an existing getter, or defining a getter or field named '_calendarController'.
    _calendarController.setCalendarFormat(CalendarFormat.month);
    ^^^^^^^^^^^^^^^^^^^
    lib/src/ui/pages/attendance_summary.dart:305:19: Error: The getter '_calendarController' isn't defined for the class '_AttendanceSummaryState'.
  • '_AttendanceSummaryState' is from 'package:geo_attendance_system/src/ui/pages/attendance_summary.dart' ('lib/src/ui/pages/attendance_summary.dart').
    Try correcting the name to the name of an existing getter, or defining a getter or field named '_calendarController'.
    _calendarController
    ^^^^^^^^^^^^^^^^^^^
    lib/src/ui/pages/attendance_summary.dart:320:19: Error: The getter '_calendarController' isn't defined for the class '_AttendanceSummaryState'.
  • '_AttendanceSummaryState' is from 'package:geo_attendance_system/src/ui/pages/attendance_summary.dart' ('lib/src/ui/pages/attendance_summary.dart').
    Try correcting the name to the name of an existing getter, or defining a getter or field named '_calendarController'.
    _calendarController.setCalendarFormat(CalendarFormat.week);
    ^^^^^^^^^^^^^^^^^^^
    lib/src/ui/pages/leave_application.dart:126:15: Error: No named parameter with the name 'body1'.
    body1: TextStyle(
    ^^^^^
    /F:/flutter_windows_2.5.3-stable/flutter/packages/flutter/lib/src/material/text_theme.dart:81:9: Context: Found this candidate, but the arguments don't match.
    const TextTheme({
    ^^^^^^^^^

Map is not showing and updations

after building and all, when i open this app, i am unable to see Map, and also, pls tell me that how can i change Allocated Location ?

Help Wrong " markersBuilder " Issue

Hello Nice App btw
but i have issue i cant run the program Becuase
markersBuilder not define !
in lib > src > ui > pages>attendance_summary.dart

How can i resolve this issue !
Here is The Code :

" markersBuilder: (context, date, events, holidays) {
final children = [];

      if (events.isNotEmpty) {
        children.add(
          Positioned(
            right: 1,
            bottom: 1,
            child: _buildEventsMarker(date, events),
          ),
        );"

Configuration document

Hi - I am very new to this code / app, can someone please share me detailed documentation how to configure this application.

Help to Configure

So if someone is new to app development what are the things to change in the code to make it work. Like do we need to creat account somewhere and put api keys and all the. Is there any document to help me get started on the basic configuration?

Code not working as its asking to migrate to the latest android

Your Flutter application is created using an older version of the Android
embedding. It's being deprecated in favor of Android embedding v2. Follow the
steps at

https://flutter.dev/go/android-project-migration

to migrate your project.

@MadhavPruthi Can some one help with this issue. Tried pub outdated and got the below output.

Showing outdated packages.
[*] indicates versions that are not the latest available.

Package Name Current Upgradable Resolvable Latest

direct dependencies:
cupertino_icons *0.1.3 *0.1.3 1.0.3 1.0.3
device_info *0.4.2+10 *0.4.2+10 2.0.2 2.0.2
firebase_auth *0.6.2+1 *0.6.2+1 1.2.0 1.2.0
firebase_database *6.0.0 *6.0.0 7.0.0 7.0.0
firebase_messaging *6.0.16 *6.0.16 10.0.0 10.0.0
flutter_local_notifications *4.0.1+2 *4.0.1+2 *5.0.0+4 6.0.0
flutter_screenutil *0.4.6 *0.4.6 5.0.0+2 5.0.0+2
flutter_spinkit *3.1.0 *3.1.0 5.0.0 5.0.0
google_maps_flutter *0.5.33 *0.5.33 2.0.6 2.0.6
location *2.5.4 *2.5.4 4.1.1 4.1.1
permission_handler *4.4.0+hotfix.4 *4.4.0+hotfix.4 8.0.0+2 8.0.0+2

transitive dependencies:
device_info_platform_interface *1.0.1 *1.0.1 2.0.1 2.0.1
firebase_auth_platform_interface - - 4.2.3 4.2.3
firebase_auth_web - - 1.1.3 1.1.3
firebase_core *0.7.0 *0.7.0 1.2.0 1.2.0
firebase_core_platform_interface *3.0.1 *3.0.1 4.0.1 4.0.1
firebase_core_web *0.2.1+3 *0.2.1+3 1.1.0 1.1.0
firebase_messaging_platform_interface - - 3.0.0 3.0.0
firebase_messaging_web - - 2.0.0 2.0.0
flutter_local_notifications_platform_interface *2.0.0+1 *2.0.0+1 *3.0.0 4.0.0
flutter_plugin_android_lifecycle *1.0.11 *1.0.11 2.0.2 2.0.2
google_maps_flutter_platform_interface *1.2.0 *1.2.0 2.0.4 2.0.4
http_parser - - 4.0.0 4.0.0
location_platform_interface - - 2.1.0 2.1.0
location_web - - 3.0.0 3.0.0
meta *1.3.0 *1.3.0 *1.3.0 1.4.0
permission_handler_platform_interface *1.0.0 *1.0.0 3.5.0 3.5.0
platform *2.2.1 *2.2.1 3.0.0 3.0.0
plugin_platform_interface *1.0.3 *1.0.3 2.0.0 2.0.0
quiver *2.1.5 *2.1.5 - 3.0.1
source_span *1.8.0 *1.8.0 *1.8.0 1.8.1
stream_transform *1.2.0 *1.2.0 2.0.0 2.0.0
timezone *0.6.1 *0.6.1 0.7.0 0.7.0

transitive dev_dependencies:
async *2.5.0 *2.5.0 *2.5.0 2.7.0
test_api *0.2.19 *0.2.19 *0.2.19 0.4.0

23 dependencies are constrained to versions that are older than a resolvable version.
To update these dependencies, edit pubspec.yaml, or run flutter pub upgrade --major-versions.

project asks to migrate the project

when i run the project it shows to migrate the project to new version of flutter

it shows like below and also attached image

Messages Hr Management and Geo Attendance-System master)
Running "flutter pub get" in HR-Managenent-and-Geo-Attendance-Systen-master...
Warning
Your Flutter application is created using an older version of the Android embedding. It's being deprecated in favor of Android embedding v2. Follow the steps at
to migrate your project.
Process finished with exit code e

photo_2020-10-22_17-55-46

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.