refractor: migrate components in right package

This commit is contained in:
AN12345
2022-12-07 14:56:05 -05:00
parent cf9f1ddb65
commit a20e4a1715
17 changed files with 21 additions and 39 deletions
@@ -14,12 +14,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
import 'package:flutter/material.dart';
import 'package:wyatt_wyatt_ui_components/wyatt_wyatt_ui_components.dart';
void main() {
runApp(const MyApp());
}
@@ -39,9 +35,8 @@ class MyApp extends StatelessWidget {
appBar: AppBar(
title: const Text('Wyatt Ui Components Example'),
),
body: Center(child: Text(wyatt())),
body: const Center(child: Text('')),
),
);
}
}
@@ -32,7 +32,7 @@ dependencies:
sdk: flutter
wyatt_wyatt_ui_components:
wyatt_ui_components:
path: "../"
dev_dependencies: