-
```dart
String htmlItalic1 = '''
Italic stuff
, normal stuff.
''';
String htmlItalic2 = '''
Italic stuff
, normal stuff.
''';
void main() {
runApp(
Mat…
-
Am getting error Invalid constant value ?? am new to Flutter
`import 'package:flutter/material.dart';
import 'package:webview_flutter/webview_flutter.dart';
import './Model/Model.dart';
cla…
-
**Describe the bug**
Use Get.snackbar() first in a component, and then continue to use Get.back(), neither of which takes effect
**Reproduction code
example:
```
class ServiceView extends…
-
I'm so glad I found this library after hours of trying to get a persistent bottom navigation bar with proper routing working. There is just one flaw for me right now - I can't find a way to use this l…
-
## Steps to Reproduce
1. Execute `flutter run` on the code sample
2. Hold on any ListTile item that's low next to the bottom navigation bar
**Expected results:** The ripple should be under the navig…
-
**Describe the bug**
For example:
You have a chat list and each element navigates to a ```ConversationPage``` via ```Get.toNamed``` + arguments (eg you pass the chat title).
The ```ConversationPa…
-
this is my code . is it right?
help!!!!!!
===========================================================
class _HomePageState extends State {
String url = 'https://www.doudoudm.com/';
final flu…
-
import 'package:flutter/material.dart';
import 'package:sayitahminuygulamasi/tahminekrani.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp(…
-
**Is your feature request related to a problem?**
Currently library blurs the Child and not the content behind the child.
**Describe the solution you'd like:**
I would like an option to selec…
-
Hi,
i using Urovo DT50, below is my code.
![Screenshot 2024-01-23 at 4 13 21 PM](https://github.com/PluginTechWinzad/plaser_scanner/assets/38138286/0b9716cc-fdf2-44be-8422-254dac543988)
FINE…