-
Sometimes I get this error. The only way to work around the issue is by passing the context of the main screen of the app. This results in a very complex codebase. If I change `I18n.of(context).text` …
-
import 'package:flutter/material.dart';
import 'package:shared_preferences/shared_preferences.dart';
import 'package:sharedpreferences_login/Anasayfa.dart';
void main() {
runApp(const MyApp())…
-
![image](https://user-images.githubusercontent.com/50608974/217690693-365734ff-a61a-4f8e-9b64-af95b5e445dd.png)
![image](https://user-images.githubusercontent.com/50608974/217690720-7dd162cf-2f63-461…
-
**Describe the bug**
When pressing the full screen it doesn't hide the appbar or and it also doesn't hide anything that is in the same body as the YouTube video player, the full screen becomes scrola…
-
import 'package:flutter/material.dart';
import 'package:get/get.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
// This widget is the root of your application.
…
-
import 'package:flutter/material.dart';
import 'package:get/get.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
// This widget is the root of your application.
…
-
**Describe the bug**
I'm using url_strategy package which is used to remove the "#" in the URL. I get the following error when try to access the non-existent path.
`A GlobalKey was used multiple t…
-
Left side Menu option is not visible in light mode. please refer below video
https://github.com/rydmike/flex_scaffold_exp/assets/32235964/488b9614-bab7-495d-8cff-ecbd9f701552
-
the example app is crashed when building.
Flutter SDK version 3.22.2
custom_image_crop: ^0.0.13
the entire code:
```dart
import 'dart:math';
import 'package:custom_image_crop/custom_…
-