-
I initialise as:
await FlutterLogs.initLogs(
logLevelsEnabled: [
LogLevel.INFO,
LogLevel.WARNING,
LogLevel.ERROR,
LogLevel.SEVERE
],
timeStampFormat: TimeSt…
-
## Steps to Reproduce
If you create a `SnackBarThemeData` where you define its `shape` with the intent to replicate something similar that the in default theme behavior offers, which is having diff…
-
### Context
- In the My Site Dashboard project we have [converted the existing Quick Start entry point into a dashboard card](https://github.com/wordpress-mobile/WordPress-Android/pull/15237).
- A…
-
### Description
On the app I am testing there are a number of toast messages that I check to make sure toasts are displayed with correct text. My espresso tests started to fail when using Android 11 …
-
**Description:** FloatingActionButton twitches when SnackBar appears.
![untitled](https://user-images.githubusercontent.com/32244726/74826928-1df16780-5315-11ea-9797-9f8c7a906882.gif)
**Expected b…
-
I am unable too import FloatingActionButton and Snackbar class successfully, Can anyone guide me ?
```
import android.app.ListActivity;
import android.os.Bundle;
import android.support.design.widget.…
-
Is it possible to move the Snackbar above Bottom Navigation bar.
I have created the snackbar like this
`` var view = ((Activity)Forms.Context).FindViewById(Android.Resource.Id.Content);
…
-
### Bug type
Component
### Component name
SnackbarOptions
### What happened?
I'll dynamically show `Snackbar` icon, so the corresponding parameter might be `null` when `ISnackbar.Add` is …
-
### Steps to reproduce
1.Create a ListView with 35 items.
2.Use a Dismissible widget for each item inside the ListView.
3.Scroll the list up and down.
4.Observe that when starting the scroll wit…
-
**Function to test**
String uploadedImageUrl = await AmazonS3Cognito.uploadImage(
path,
'myalbum/$_userId/$_albumId',
'us-east-1:xxxxxx-xx-xx-xx-xxxxx');
pri…