Skip to content

Commit

Permalink
Merge branch 'feature/avatar' of https://github.com/forus-labs/forui
Browse files Browse the repository at this point in the history
…into feature/avatar
  • Loading branch information
Daviiddoo committed Jul 23, 2024
2 parents a9c2910 + 2f4329d commit 8fe4702
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions forui/lib/src/widgets/avatar.dart
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import 'dart:ffi';

import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter/widgets.dart';
import 'package:forui/forui.dart';

import 'package:meta/meta.dart';

import 'package:forui/forui.dart';

/// An image element with a fallback for representing the user.
///
/// Typically used with a user's profile image, or, in the absence of
Expand Down

0 comments on commit 8fe4702

Please sign in to comment.