Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
fix: ajuste de package name
Browse files Browse the repository at this point in the history
  • Loading branch information
vitoramaral10 committed Oct 21, 2022
1 parent 4876f91 commit 38a3234
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Excel
# Excel Facility

<a href="https://flutter.io">
<img src="https://img.shields.io/badge/Platform-Flutter-yellow.svg"
Expand Down
2 changes: 1 addition & 1 deletion example/excel_example.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'dart:io';
import 'package:excel_facility/excel.dart';
import 'package:path/path.dart';
import 'package:excel/excel.dart';

void main(List<String> args) {
//var file = "/Users/kawal/Desktop/excel/test/test_resources/example.xlsx";
Expand Down
2 changes: 1 addition & 1 deletion example/excel_time_consuming.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'dart:io';
import 'package:excel_facility/excel.dart';
import 'package:path/path.dart';
import 'package:excel/excel.dart';

void main(List<String> args) {
Stopwatch stopwatch = new Stopwatch()..start();
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: excel
name: excel_facility
description: A flutter and dart library for reading, creating, editing and
updating excel sheets with compatible both on client and server side.
version: 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion test/excel_test.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'dart:io';

import 'package:excel/excel.dart';
import 'package:excel_facility/excel.dart';
import 'package:test/test.dart';

void main() {
Expand Down

0 comments on commit 38a3234

Please sign in to comment.