Skip to content

question:'package:flutter/src/widegets/text.dart':failed assertion:line 235 pos 15 : 'data ! = NULL ' : is not true code: #31785

@sarahalramly

Description

@sarahalramly

body: Container(
child: FutureBuilder(
future: _getQu(),
builder: (BuildContext context, AsyncSnapshot snapshot){
if (snapshot.data == null){
return Container(
child: Center(
child: Text(" تحميل البينات........"),
),
);
}Dn.jpg

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions