Stefan Sturm
Stefan Sturm
I can't use this, as I'm using the swift-3 branch in my main app. I get this from CocoaPods: > [!] There are multiple dependencies with different sources for `ChameleonFramework`...
It turns out, that not even clearing the list always helps to update the SilverList :(
I have the same problem :( Any news on this?
what is the status here? Because I would like to include it in my next update...
This is great :)
But cliipings does not share the clipboard for two or more macs :(
@bierbaumtim Thanks agin for you code... I now used a dialog on tablets. Looks more natural for me.. This is the code: ``` showGeneralDialog( barrierLabel: "", barrierDismissible: true, barrierColor: Colors.black.withOpacity(0.5),...
@bierbaumtim This PR : https://github.com/jamesblasco/modal_bottom_sheet/pull/141 added a width, this fixes all my iPad problems :) Hopefully this gets merged asap :) @jamesblasco
Still not getting it to work.. Here is a simple example. Where is my Problem :( ``` import 'package:flutter/material.dart'; import 'package:modal_bottom_sheet/modal_bottom_sheet.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget...
@haashem And how can I call the route? When I call inside my example : ```Navigator.pushNamed(context, '/settings');``` It is not working... And will it still work in CupertinoApp?