Skip to content

Commit

Permalink
fries: Add MdiIcons lib
Browse files Browse the repository at this point in the history
Change-Id: I8d0debe560cb7b0e3036ba84fb2684b8895cecfe
  • Loading branch information
SahilSonar committed Dec 11, 2021
1 parent 19a5a4e commit d821a2a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/backend/data.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// ignore_for_file: constant_identifier_names

import 'package:flutter/material.dart';
import 'package:material_design_icons_flutter/material_design_icons_flutter.dart';
import 'package:potato_fries/backend/models/dependency.dart';
import 'package:potato_fries/backend/models/pages.dart';
import 'package:potato_fries/backend/models/properties.dart';
Expand Down
7 changes: 7 additions & 0 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.2"
material_design_icons_flutter:
dependency: "direct main"
description:
name: material_design_icons_flutter
url: "https://pub.dartlang.org"
source: hosted
version: "5.0.6595"
meta:
dependency: transitive
description:
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dependencies:
sdk: flutter

animations: ^2.0.2
material_design_icons_flutter: ^5.0.6595
fuzzywuzzy: ^0.1.6
provider: ^6.0.1
pub_semver: ^2.1.0
Expand Down

0 comments on commit d821a2a

Please sign in to comment.