Maitreya
Maitreya
I get the same if I try to open the android module in Android Studio. Changing the kotlin version to 1.6.10 does not help.
updateing the android tools solved the problem in my case. ` classpath 'com.android.tools.build:gradle:7.1.1'`
_contextList is non-nullable
can't someone update the pub version?
import 'package:flutter/material.dart'; import 'package:snapping_sheet/snapping_sheet.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { // This widget is the root of your application. @override Widget build(BuildContext context) { return MaterialApp(...
... code reproducing the bug
I think the problem is the initState method in _SnappingSheetState it does not get called when hot reloading. It works if I run on restart.
Bug still exists, tested with firebase_dynamic_links 4.2.5.
Is there any progress on that issue?
Seems to work if you append some text to the URL e.g.: `Share.share("bla bla https://developer.apple.com");` Strange...