Skip to content

Commit

Permalink
Made Some Chnages
Browse files Browse the repository at this point in the history
  • Loading branch information
angrezichatterbox committed Apr 16, 2024
1 parent 2f0c3b1 commit 5494acc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/pages/homepage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ import 'dart:convert';
import 'dart:io';
import 'package:attendence1/global.dart';
import 'package:attendence1/pages/onboarding.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter/widgets.dart';
import 'package:http/http.dart' as http;
import 'package:flutter_secure_storage/flutter_secure_storage.dart';
import 'package:attendence1/utls/HomePage.dart' ;
Expand Down Expand Up @@ -186,7 +188,7 @@ class HomePageState extends State<HomePage> {
padding: const EdgeInsets.all(8.0),
child:
Column(crossAxisAlignment: CrossAxisAlignment.stretch, children: [
Expanded(
Flexible(
child: ListView.builder(
itemCount: stats.length,
itemBuilder: (context, index) {
Expand Down

0 comments on commit 5494acc

Please sign in to comment.