|
1 | 1 | import 'package:flutter/material.dart';
|
2 |
| -import 'package:getflutter/components/alert/gf_alert.dart'; |
3 |
| -import 'package:getflutter/getwidget.dart'; |
4 |
| -import 'package:getflutter/types/gf_alert_type.dart'; |
| 2 | +import 'package:getwidget/getwidget.dart'; |
5 | 3 | import 'package:gf_web/screens/layout/layout.dart';
|
6 | 4 | import 'package:gf_web/styles/styles.dart';
|
7 | 5 |
|
@@ -71,7 +69,7 @@ class _AlertState extends State<Alert> {
|
71 | 69 | backgroundColor: Colors.white,
|
72 | 70 | title: 'Welcome !',
|
73 | 71 | content:
|
74 |
| - 'Get Flutter is one of the largest Flutter open-source UI library for mobile or web apps with 1000+ pre-built reusable widgets.', |
| 72 | + 'GetWidget is one of the largest Flutter open-source UI library for mobile or web apps with 1000+ pre-built reusable widgets.', |
75 | 73 | bottombar: Row(
|
76 | 74 | mainAxisAlignment: MainAxisAlignment.end,
|
77 | 75 | children: <Widget>[
|
@@ -145,7 +143,7 @@ class _AlertState extends State<Alert> {
|
145 | 143 | backgroundColor: Colors.white,
|
146 | 144 | title: 'Welcome !',
|
147 | 145 | content:
|
148 |
| - 'Get Flutter is one of the largest Flutter open-source UI library for mobile or web apps with 1000+ pre-built reusable widgets.', |
| 146 | + 'GetWidget is one of the largest Flutter open-source UI library for mobile or web apps with 1000+ pre-built reusable widgets.', |
149 | 147 | type: GFAlertType.rounded,
|
150 | 148 | bottombar: Row(
|
151 | 149 | mainAxisAlignment: MainAxisAlignment.end,
|
@@ -217,7 +215,7 @@ class _AlertState extends State<Alert> {
|
217 | 215 | backgroundColor: Colors.white,
|
218 | 216 | title: 'Welcome !',
|
219 | 217 | content:
|
220 |
| - 'Get Flutter is one of the largest Flutter open-source UI library for mobile or web apps with 1000+ pre-built reusable widgets.', |
| 218 | + 'GetWidget is one of the largest Flutter open-source UI library for mobile or web apps with 1000+ pre-built reusable widgets.', |
221 | 219 | type: GFAlertType.fullWidth,
|
222 | 220 | bottombar: Row(
|
223 | 221 | mainAxisAlignment: MainAxisAlignment.end,
|
|
0 commit comments