Skip to content

Commit 4a128f3

Browse files
committed
minor fixes for publish
1 parent 1197ff0 commit 4a128f3

File tree

4 files changed

+2
-15
lines changed

4 files changed

+2
-15
lines changed

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import 'package:flutter/material.dart';
2-
import 'package:flutter_phosphor_icons/phosphor_icons.dart';
2+
import 'package:flutter_phosphor_icons/flutter_phosphor_icons.dart';
33

44
void main() {
55
runApp(MyApp());

pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: flutter_phosphor_icons
22
description: Phosphor is a flexible icon family for interfaces, diagrams, presentations — whatever, really.
33
version: 0.0.1
4-
author:
5-
homepage:
4+
homepage: https://github.com/afkcodes/flutter_phosphor_icons
65

76
environment:
87
sdk: ">=2.7.0 <3.0.0"

test/phosphor_icons_test.dart

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1 @@
1-
import 'package:flutter_test/flutter_test.dart';
21

3-
import 'package:phosphor_icons/phosphor_icons.dart';
4-
5-
void main() {
6-
test('adds one to input values', () {
7-
final calculator = Calculator();
8-
expect(calculator.addOne(2), 3);
9-
expect(calculator.addOne(-7), -6);
10-
expect(calculator.addOne(0), 1);
11-
expect(() => calculator.addOne(null), throwsNoSuchMethodError);
12-
});
13-
}

0 commit comments

Comments
 (0)