We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a08969 commit 0792668Copy full SHA for 0792668
README.md
@@ -1,6 +1,6 @@
1
# ChatGPT-like Flutter App
2
3
-Nimbus is a ChatGPT-like interface built on Flutter to target multiple platforms. [Live Demo](https://flutter-chatgpt.pages.dev).
+ChatGPT-like interface built on Flutter to target multiple platforms. [Live Demo](https://flutter-chatgpt.pages.dev).
4
5

6
lib/main.dart
@@ -130,7 +130,7 @@ class _Login extends StatelessWidget {
130
height: 30,
131
),
132
const Text(
133
- 'nimbus',
+ 'ChatGPT-like Flutter App',
134
style: TextStyle(fontSize: 22, fontWeight: FontWeight.bold),
135
)
136
],
0 commit comments