Zeinab Kouhkan
Zeinab Kouhkan
I used the solution: `TabBar( isScrollable: true, indicatorSize: TabBarIndicatorSize.tab, indicatorPadding: EdgeInsets.only(top: 33), indicator: BoxDecoration( image: indicatorImage, ), indicatorColor: AppTheme.orange, labelColor: AppTheme.white, unselectedLabelColor: AppTheme.grey, controller: tabController, tabs: categories.map((String name) { return...
When I upload the web release to the server not localhost, it does not get the error and IDM does not download the AssetManifest.bin file and it is resolved. I...
@Larpoux I have the same issue on iOS. flutter_sound: ^9.2.13 flutter sdk version: 3.7.10 This is the log: 2023-05-02 12:09:40.360876+0330 Runner[472:47934] flutter: ┌─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 2023-05-02 12:09:40.361133+0330 Runner[472:47934] flutter: │ #0 FlutterSoundRecorder.startRecorder...
Please check this issue @jaumard
> @Zeinab-Kouhkan @itsAkshatG13 @jeffwoooo @vikasborage > > it's fixed.... Just add like this in your puspec.yaml sms_autofill: git: url: https://github.com/jaumard/sms_autofill thanks, it works.