-
I use flutter_app_badger: ^1.1.2.
I got this error when I build release apk:
> FAILURE: Build failed with an exception.
>
> * What went wrong:
> Task 'assembleAarRelease' not found in root pro…
-
In order to get the device you can do something like this
```
import 'dart:io' show Platform;
if (Platform.isAndroid) {
// Android-specific code
} else if (Platform.isIOS) {
// iOS-spec…
-
When I build my app for release I get this error. I can post this to the flutter_mailer package, if nobody here is experiencing the same problem.
```
FAILURE: Build failed with an exception.
* …
-
# Reference Materials
## Documents
1. https://developer.ibm.com/patterns/compose-bots-using-an-agent-bot/
2. https://developer.ibm.com/patterns/building-a-chatbot-with-kubernetes-watson-assistant-a…
-
Where I have to Place API Key
-
*Disclaimer: I'm relatively new to the Flutter and BloC world.
So, i tried [weather app tutorial](https://bloclibrary.dev/#/flutterweathertutorial), it is working as intended. Now i try to change i…
-
## Your Environment
* Plugin version: ^1.3.2
* Platform: Android
* OS version: 10.0
* Device manufacturer / model: Pixel 3 API 29
* Flutter info (`flutter doctor`):
* Plugin config:
``…
-
Thanks for this awesome package. My use case involves re-authorization using refreshToken and this can be done if an error-code is intercepted and a new token request. This feature would be greatly ap…
-
**Describe the bug**
The events defined in the bloc cannot be accessed by the direct child component it wraps:
```
class App extends StatelessWidget {
final PtvRepository ptvRepository;
…
-
I'm running on a project that uses super_enum, along with other codegen packages.
Relevant portion of my `pubspec.yaml`:
```dart
environment:
sdk: ">=2.5.0