Skip to content

Commit

Permalink
Update app slug
Browse files Browse the repository at this point in the history
  • Loading branch information
TechAurelian committed Nov 1, 2024
1 parent a9acb0d commit cb31514
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lib/hello_world_message.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2022-2024 Hellogramming. All rights reserved.
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file or at
// https://hellogramming.com/hello_world_plus/license/.
// https://hellogramming.com/helloworldplus/license/.

/// A Hello World message in a specific language.
class HelloWorldMessage {
Expand Down
2 changes: 1 addition & 1 deletion lib/hello_world_messages.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2022-2024 Hellogramming. All rights reserved.
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file or at
// https://hellogramming.com/hello_world_plus/license/.
// https://hellogramming.com/helloworldplus/license/.

import 'hello_world_message.dart';

Expand Down
2 changes: 1 addition & 1 deletion lib/home_screen.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2022-2024 Hellogramming. All rights reserved.
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file or at
// https://hellogramming.com/hello_world_plus/license/.
// https://hellogramming.com/helloworldplus/license/.

import 'dart:math';
import 'package:flutter/material.dart';
Expand Down
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2022-2024 Hellogramming. All rights reserved.
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file or at
// https://hellogramming.com/hello_world_plus/license/.
// https://hellogramming.com/helloworldplus/license/.

import 'package:flutter/material.dart';

Expand Down
2 changes: 1 addition & 1 deletion lib/message_list_screen.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2022-2024 Hellogramming. All rights reserved.
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file or at
// https://hellogramming.com/hello_world_plus/license/.
// https://hellogramming.com/helloworldplus/license/.

import 'package:flutter/material.dart';

Expand Down
2 changes: 1 addition & 1 deletion lib/strings.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2022-2024 Hellogramming. All rights reserved.
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file or at
// https://hellogramming.com/hello_world_plus/license/.
// https://hellogramming.com/helloworldplus/license/.

/// Application wide UI string constants.
library;
Expand Down
4 changes: 2 additions & 2 deletions lib/urls.dart
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// Copyright 2022-2024 Hellogramming. All rights reserved.
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file or at
// https://hellogramming.com/hello_world_plus/license/.
// https://hellogramming.com/helloworldplus/license/.

/// URL constants used in the app.
library;

const String viewSourceUrl = 'https://github.com/Hellogramming/hello_world_plus';

const String aboutUrl = 'https://hellogramming.com/hello_world_plus/';
const String aboutUrl = 'https://hellogramming.com/helloworldplus/';

0 comments on commit cb31514

Please sign in to comment.