-
When drawing a blurred circle whose radius and blur sigma are scaled inversely with the scale applied to the canvas, one would expect a more or less identical result regardless of the scale. This work…
Hixie updated
3 months ago
-
(few questions - not sure if this is correct place to ask)
New to Flutter & come across this package. In terms of doing a small 2D point & click apps, that has a backage image, with clickable poly…
-
### Steps to reproduce
1. Copy the example below to [DartPad](https://dartpad.dev/?sample=counter).
2. The blue text shows the clicked area, while the red position marks the caret.
4. Clickin…
-
Create a web-based game to be implemented into bible kids ap
Acceptance criteria:
- [ ] Picture Selection- Provide a library of colouring sheets to choose from
- [ ] Predefined Color Palette- Offer …
-
## Steps to reproduce
Run the following app:
```dart
import 'package:flutter/material.dart';
void main() {
runApp(HairlineNotSoMuch());
}
class HairlineNotSoMuch extends StatelessWidg…
-
Please take a look at the code below. If you change, in the first sample, inner's `topLeft: Radius.elliptical(3.9, 57.3)` to `topLeft: Radius.elliptical(4.0, 57.3)` the issue disappears. `3.8`? Also g…
-
Code
```dart
import 'package:flutter/material.dart';
void main() {
runApp(
MaterialApp(
debugShowCheckedModeBanner: false,
theme: ThemeData.dark(),
home: Scaffold(
…
-
### Steps to reproduce
3. `flutter run`
### Expected results
I see a plain grey screen.
### Actual results
The app has some dark gray squares on a light grey background.
When I instead run `fl…
-
@saurabhraj042 requested to add a new animated text like [Effect 15](https://tobiasahlin.com/moving-letters/#15)
-
Hi,
How do I use this in a Widget in Flutter?