Ahmad Nashihuddien

Results 18 comments of Ahmad Nashihuddien

any update please?

i think it's related to #93

you can have "unlimited" provider using this approach: MultiProvider( providers: [ ChangeNotifierProvider(create: (_) => AppProvider()), ], child: MaterialApp(...), ) then class AppProvider extends ChangeNotifier { late HomeProvider homeProvider; late SecondProvider...

hello.. any update please?

hello @aleksandra-majchrzak could you please share how'd you turn off the scroll in your case? thank you

okay i just manually change the lib code files in build.gradle project level change the kotlin version from 1.3.10 to 1.4.30, also change its gradle dependencies to 4.1.2 and adding...