Skip to content

Commit

Permalink
fix(docs): Remove "+" character from example (#363)
Browse files Browse the repository at this point in the history
fix: Remove "+" character from example

Co-authored-by: Reuben Turner <[email protected]>
  • Loading branch information
cbenhagen and GroovinChip authored Mar 2, 2023
1 parent 27239a5 commit 35d26a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ class BlurryContainerViewController: NSViewController {
self.addChild(flutterViewController)

flutterViewController.view.frame = self.view.bounds
+ flutterViewController.backgroundColor = .clear // **Required post-Flutter 3.7.0**
flutterViewController.backgroundColor = .clear // **Required post-Flutter 3.7.0**
flutterViewController.view.autoresizingMask = [.width, .height]
self.view.addSubview(flutterViewController.view)
}
Expand Down

0 comments on commit 35d26a8

Please sign in to comment.