Skip to content

Instantly share code, notes, and snippets.

View Sofianel5's full-sized avatar
🎯
locked tf in

Sofianel5

🎯
locked tf in
View GitHub Profile
@Sofianel5
Sofianel5 / main.dart
Created March 5, 2021 04:01
Flutter NetworkImage memory issue
import 'dart:math';
import 'package:flutter/material.dart';
import 'package:flutter_staggered_grid_view/flutter_staggered_grid_view.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {