RangeError (index): Invalid value: Valid value range is empty: 0

Make sure specifying the length of the list of data. For example, if you’re using ListView.builder give proper value to the attribute itemCount.

ListView.builder(
            itemCount: snapshot.data.length,
            itemBuilder: (ctx, index) {
              return WidgetItem();
            });

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)