Guilherme Girotto

Results 13 issues of Guilherme Girotto

Is there any way to animate a MacawView.zoom? I've tried putting inside an `UIView.animate` like: ``` UIView.animate(withDuration: 2) { self.mapView.zoom.set(offset: Size(200, 200), scale: 1.5, angle: nil) } ``` But had...

Central issue to track the [Collection creation](https://github.com/olmps/memo/projects/8) for `memo`. ### Why User must be able to create and edit its own collections in the app, otherwise it would be constrained...

enhancement
P1
target: flutter
target: collections

### Summary In favor of using [`flutter_quill`](https://github.com/singerdmx/flutter-quill) we will create our own rich text editor. ### Features - The editor must support `readonly` mode. - Must support `bold`, `italic`, `underline`...

enhancement
P1
target: flutter

Hi guys. I'm trying to use your plugin with Flutter WebView to render an epub file. The problem is that it seems that the PageTurn plugin doesn't work as expected...

## Steps to Reproduce 1. Run `flutter create bug`. 2. Update the `main.dart` file as follows ``` import 'package:flutter/material.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { //...

framework
f: material design
passed first triage
has reproducible steps
found in release: 3.3
found in release: 3.7

I'm trying to understand the decision of having multiple certificates, one for each visited website. This means that we have to manually trust each one of the generated certificates once...

I noticed that adding properties to `ContentState` makes the activity to don't be displayed for some reason. If I use `LiveDeliveryData` like: ```swift struct LiveActivitiesAppAttributes: ActivityAttributes, Identifiable { public typealias...

enhancement

During all search that I've made through web-sniffer to run on Node environment, Hoxy was the one the closest reached all my necessities. Sadly, it's no longer supported. Given this...

Is there a way to stop requests from being send to their destination?

In this PR https://github.com/segmentio/analytics_flutter/pull/73 it seems that you guys added a new property to `Configuration` class which is `token`, but what happens if the device token is only acquired after...