-
**Describe the bug**
On the refund screen, ℹ️ button becomes visible after rotating the screen.
**To Reproduce**
Steps to reproduce the behavior:
1. Open the Orders tab in the portrait orientati…
-
# Tutorial for Firebase integration
## 1. Account creation
Create yourself an account at [Firebase](https://firebase.google.com/)
## 2. Go to the console
Click on the respective link in the upp…
-
```
Hello..
Is there any VVM server that I could use for test bed?
Or could I use general IMAP4 server just for testing message incommings?
I was looking for test environment using this example but …
-
**Describe the bug**
io.objectbox.exception.DbException
Not a database file (-30793)
**Basic info (please complete the following information):**
- ObjectBox version : [2.8.1]
- Reproducibilit…
-
Hello,
I have encountered a weird bug when using the XBeeJavaLibrary and HTTP. I am developing an application with an XBee connected to a PC that is supposed to collect data from some sensors. The …
-
- Steps to reproduce the problem: Use `AppCardBuilder#imageUri()` with `content` Uri serviced by provider which does not expose `_data` column eg. [FileProvider](http://developer.android.com/reference…
-
```
android.database.sqlite.SQLiteException: unable to open database file
at mmenning.mobilegis.database.SQLiteOnSDCard.(SQLiteOnSDCard.java:70)
Also, would be awesome to have a README file describin…
-
1. 将需求划分为若干个小的、独立的功能模块。
> 若一个类依赖的类过多,不符合高内聚、低耦合的代码设计思想,则对该类进行拆分。
2. 定义核心类、类内部的属性和方法
3. 定义各个类之间的交互关系
4. 将全部类组装起来并提供执行入口
-
**Describe the bug**
The date format we currently use is hardcoded. It should be dynamically localized. For example, in English it should be "Aug 13" while it should be "13 Agu" in Turkish.
The we…
-
In the documentation it shows that the referenced columns should be available when using `withReferences()`, but in my case is not showing up.
Tables:
```dart
class DynamicRelations extends Table…