15 comments found.
will you update this app?
Pre sales question: 1) is it possible to build an ios app as well with this app? 2) does the app utilize the phone camera in order to take pictures and upload them? Thank you
Hello, I am interested for buying the project but I would like to know if it supports the features below:
1. Time-based team project management with support for PDF, Docx, and more
2. Employees of a team can follow the progress of their work according to (start time, end time and request overtime, as well as a time reminder system)
3. View work status (done, in progress or cancelled)
4. See each user’s performance statistics
5. Who has the right to create a team task?
6. Send reports and feedback to manager
7. Support admin functionality on mobile part.
8. And also if you guarantee assistance (Satisfied or Reimbursed)
You can test the app by downloading the demo apk we give.
Hello, i want to buy it. Just a question before, what is the system to invite someone for the task? Thank you.
When you creating task you will find add member option
When i do my first Flutter pub get :
Resolving dependencies… The current Dart SDK version is 3.1.0-56.0.dev.
Because flutter_masked_text 0.7.0 doesn’t support null safety and no versions of flutter_masked_text match >0.7.0 <0.8.0, flutter_masked_text ^0.7.0 is forbidden. So, because workmanager depends on flutter_masked_text ^0.7.0, version solving failed.
The lower bound of “sdk: ’>=1.23.0 <3.0.0’” must be 2.12.0 or higher to enable null safety. For details, see https://dart.dev/null-safety exit code 1
Can you help me ?
Yes sure. You are using oldest SDK . Give us mail kingrizviahmmed@gmail.com
I don’t understand. I use the last SDK version, and flutter_masked_text (and a lot of other extensions) don’t accept Null Safety. I’ve send you an email.
Where is the documentation?
After download the code you will find codes and documentation
Hi, how can I monetize the app? Is there a demo?
Yes. You can add ads network. The demo APK already given in description
Thank you. Do you have a web based demo and back end demo? I am an iOS user
Sorry sir. I have not
Do you have demo login? trying to signup shows an error that invalid email
Dear kingitlimited, could you pls help me building the app? I’ve configured and built the project according to the documentation and got following errors:
==========================> ../../../../../../../../../AppData/Local/Pub/Cache/hosted/pub.dev/file-6.1.2/lib/src/interface/file.dart:15:16: Error: The method ‘File.create’ has fewer named arguments than those of overridden method ‘File.create’. Future<File> create({bool recursive = false}); ^ org-dartlang-sdk:///third_party/dart/sdk/lib/io/file.dart:232:16: Context: This is the overridden method (‘create’). Future<File> create({bool recursive = false, bool exclusive = false}); ^ ../../../../../../../../../AppData/Local/Pub/Cache/hosted/pub.dev/file-6.1.2/lib/src/interface/file.dart:15:16: Error: The method ‘File.create’ doesn’t have the named parameter ‘exclusive’ of overridden method ‘File.create’. Future<File> create({bool recursive = false}); ^ org-dartlang-sdk:///third_party/dart/sdk/lib/io/file.dart:232:16: Context: This is the overridden method (‘create’). Future<File> create({bool recursive = false, bool exclusive = false}); ^ ../../../../../../../../../AppData/Local/Pub/Cache/hosted/pub.dev/file-6.1.2/lib/src/forwarding/forwarding_file.dart:22:8: Error: The method ‘ForwardingFile.createSync’ has fewer named arguments than those of overridden method ‘File.createSync’. void createSync({bool recursive = false}) => ^ org-dartlang-sdk:///third_party/dart/sdk/lib/io/file.dart:248:8: Context: This is the overridden method (‘createSync’). void createSync({bool recursive = false, bool exclusive = false}); ^ ../../../../../../../../../AppData/Local/Pub/Cache/hosted/pub.dev/file-6.1.2/lib/src/forwarding/forwarding_file.dart:22:8: Error: The method ‘ForwardingFile.createSync’ doesn’t have the named parameter ‘exclusive’ of overridden method ‘File.createSync’. void createSync({bool recursive = false}) => ^ org-dartlang-sdk:///third_party/dart/sdk/lib/io/file.dart:248:8: Context: This is the overridden method (‘createSync’). void createSync({bool recursive = false, bool exclusive = false}); ^ lib/pages/home/widgets/add_new_button.dart:108:14: Error: The method ‘FlatButton’ isn’t defined for the class ‘CreateItem’. – ‘CreateItem’ is from ‘package:workmanager/pages/home/widgets/add_new_button.dart’ (‘lib/pages/home/widgets/add_new_button.dart’). Try correcting the name to the name of an existing method, or defining a method named ‘FlatButton’. child: FlatButton( ^^^^^^ Target kernel_snapshot failed: Exception
FAILURE: Build failed with an exception.
- Where: Script ‘C:\src\flutter\packages\flutter_tools\gradle\flutter.gradle’ line: 1151
- What went wrong: Execution failed for task ’:app:compileFlutterBuildRelease’. > Process ‘command ‘C:\src\flutter\bin\flutter.bat’’ finished with non-zero exit value 1
- Try: > Run with—stacktrace option to get the stack trace. > Run with—info or—debug option to get more log output. > Run with—scan to get full insights.
- Get more help at https://help.gradle.org
BUILD FAILED in 2m 10s Running Gradle task ‘assembleRelease’... 132,3s Gradle task assembleRelease failed with exit code 1
This problem is not with code. The problem is your ide. You didn’t build it properly.so the error shown. Try to search on Google or learn flutter from YouTube
Thank you for the hint! What flutter version is recommended? I’ve fixed the above issues but still have 2 errors, can you help in this?
lib/base/base_view_model.dart:24:9: Error: Type ‘AutoDisposeProviderReference’ not found. final AutoDisposeProviderReference ref; ^^^^^^^^^^^^^^ lib/base/base_view_model.dart:24:9: Error: ‘AutoDisposeProviderReference’ isn’t a type. final AutoDisposeProviderReference ref; ^^^^^^^^^^^^^^
Don’t comments here. Mail us kingrizviahmmed@gmail.com
How do I remove admob from the workmanager app? I’m getting errors in the adid.dart file so I just want to remove admob.
Remove the package from yml file and get the package. After that you will see the error code which we use for admov. Remove that code
working through my issues. Now I have this one, can you tell me how to resolve it. Directory ’/Users/josephmurphy/Documents/Apps/workmanager’ does not contain a Gradle build.
I think you are trying with android studio. Please build this project with vscode. We never try in android studio
I’m working in vscode and this is the error I’m getting. Please help. Running “flutter pub get” in workmanager… Resolving dependencies… Because firebase_messaging_web >=2.1.0 <3.2.2 depends on firebase_core ^1.10.0 and workmanager depends on firebase_core ^2.5.0, firebase_messaging_web >=2.1.0 <3.2.2 is forbidden. So, because workmanager depends on firebase_messaging_web ^2.4.0, version solving failed. pub get failed
It’s easy to solve just remove all the version code from package it will take the version automatically. Ex: firebase_core: (version code)
I get 2700 errors in Dart Analysis and the following: /Users/josephmurphy/flutter/bin/flutter—no-color pub get Running “flutter pub get” in workmanager… Because workmanager depends on hooks_riverpod ^2.1.3 which depends on flutter_riverpod 2.1.3, flutter_riverpod 2.1.3 is required. So, because workmanager depends on flutter_riverpod ^0.14.0+3, version solving failed. pub get failed (1; So, because workmanager depends on flutter_riverpod ^0.14.0+3, version solving failed.) Process finished with exit code 1
I think you change or add something in pub
Do you have a web based interface? do you have a demo?
Only app.
is there a demo? Can I invite Client A to Project A and Client B to Project B? Client A does not see Project B.
it has admin panel or firebase?
Firebase. Not admin panel
It has admin panel?
No