Wian-TMC

Results 11 issues of Wian-TMC

FYI: ![image](https://user-images.githubusercontent.com/72802049/140941020-70f0654c-0b1a-486a-aa7e-85e8ab8ea9ea.png)

bug

Adding passthrough mode for the Absolute Bubble Slide will allow us to force the user to interact with a specific position and will not dismiss the showcase when pressing anywhere...

enhancement

When creating the RelativeBubbleSlide instance, I cannot set the `onExit` and `onEnter` functions.

enhancement

Causes app to crash, but very seldom. Here are the app logs: ``` Fatal Exception: java.lang.IllegalStateException: Reply already submitted at io.flutter.embedding.engine.dart.DartMessenger$Reply.reply(DartMessenger.java:35) at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler$1.success(MethodChannel.java:14) at rekab.app.background_locator.BackgroundLocatorPlugin$Companion$sendResultWithDelay$$inlined$let$lambda$1.run(BackgroundLocatorPlugin.java:10) at android.os.Handler.handleCallback(Handler.java:938) at android.os.Handler.dispatchMessage(Handler.java:99) at...

Causes many crashes on android. Here are the crash logs: ``` Fatal Exception: java.lang.RuntimeException: Unable to create service rekab.app.background_locator.IsolateHolderService: java.lang.IllegalStateException: FlutterCallbackInformatiā€¦formation(callbackHandle) must not be null at android.app.ActivityThread.handleCreateService(ActivityThread.java:3484) at android.app.ActivityThread.-wrap4(ActivityThread.java) at...

Background locator fails to start on some Android 10 device apparent invalid notification argument for small icon. Here are the logs: ``` Fatal Exception: java.lang.RuntimeException: Unable to create service rekab.app.background_locator.IsolateHolderService:...

Only tested on Android 1. While the background locator is active and the app is killed, remove the location permissions for the app - Set to deny (Note how the...

It would be awesome to incorporate a schedule view, similar to that of Goole Calendar

enhancement
priority:2

For example, a user can only make 10 requests every 5 seconds. If a user exceeds the limit (11 calls in the 5 seconds window), they can be penalised (for...

**Describe the bug** I am getting the build error ``` ../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_place_picker-1.0.1/lib/src/components/prediction_tile.dart:29:51: Error: The getter 'title' isn't defined for the class 'TextTheme'. - 'TextTheme' is from 'package:flutter/src/material/text_theme.dart' ('../../../../../Development/flutter/packages/flutter/lib/src/material/text_theme.dart'). Try correcting the...