mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
[platform_channels] adds implementation of BasicMessageChannel for iOS (#610)
This commit is contained in:
@@ -25,6 +25,11 @@ class PlatformChannelSample extends StatelessWidget {
|
||||
'/addPetDetails': (context) => AddPetDetails(),
|
||||
},
|
||||
title: 'Platform Channel Sample',
|
||||
theme: ThemeData(
|
||||
snackBarTheme: SnackBarThemeData(
|
||||
backgroundColor: Colors.blue[500],
|
||||
),
|
||||
),
|
||||
home: HomePage(),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user