Skip to content

Commit

Permalink
Removed unnecessary import package:flutter/foundation.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
BrawlerXull authored Nov 18, 2024
1 parent 51d68e2 commit ed4f164
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/api_service.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// ignore_for_file: depend_on_referenced_packages, unnecessary_null_in_if_null_operators

import 'dart:convert';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:http/http.dart' as http;
import 'package:sqflite/sqflite.dart';
Expand Down

0 comments on commit ed4f164

Please sign in to comment.