fix: update repo name (#427)

pull/428/head
Tom Arra 3 years ago committed by GitHub
parent ad62079c56
commit e97806bb8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -204,7 +204,7 @@ class _MadeWithFlutterAndFirebase extends StatelessWidget {
abstract class _MoreInformationUrl { abstract class _MoreInformationUrl {
static const flutterWebsite = 'https://flutter.dev'; static const flutterWebsite = 'https://flutter.dev';
static const firebaseWebsite = 'https://firebase.google.com'; static const firebaseWebsite = 'https://firebase.google.com';
static const openSourceCode = 'https://github.com/VGVentures/pinball'; static const openSourceCode = 'https://github.com/flutter/pinball';
static const googleIOEvent = 'https://events.google.com/io/'; static const googleIOEvent = 'https://events.google.com/io/';
static const flutterGamesWebsite = 'http://flutter.dev/games'; static const flutterGamesWebsite = 'http://flutter.dev/games';
static const howItsMadeArticle = static const howItsMadeArticle =

@ -3,7 +3,7 @@ import 'package:flame/game.dart';
import 'package:sandbox/common/common.dart'; import 'package:sandbox/common/common.dart';
const _path = const _path =
'https://github.com/VGVentures/pinball/tree/main/packages/pinball_components/sandbox/lib/stories/'; 'https://github.com/flutter/pinball/tree/main/packages/pinball_components/sandbox/lib/stories/';
extension StoryAddGame on Story { extension StoryAddGame on Story {
void addGame({ void addGame({

@ -12,7 +12,7 @@ class ShareRepository {
final String _appUrl; final String _appUrl;
/// Url to the Github Open Source Pinball project. /// Url to the Github Open Source Pinball project.
static const openSourceCode = 'https://github.com/VGVentures/pinball'; static const openSourceCode = 'https://github.com/flutter/pinball';
/// Url to the Google IO Event. /// Url to the Google IO Event.
static const googleIOEvent = 'https://events.google.com/io/'; static const googleIOEvent = 'https://events.google.com/io/';

@ -138,7 +138,7 @@ void main() {
); );
<String, String>{ <String, String>{
'Open Source Code': 'https://github.com/VGVentures/pinball', 'Open Source Code': 'https://github.com/flutter/pinball',
'Google I/O': 'https://events.google.com/io/', 'Google I/O': 'https://events.google.com/io/',
'Flutter Games': 'http://flutter.dev/games', 'Flutter Games': 'http://flutter.dev/games',
'How its made': 'How its made':

Loading…
Cancel
Save