Skip to content

Instantly share code, notes, and snippets.

@manofi21
Created April 10, 2020 23:59
Show Gist options
  • Save manofi21/c83f084fd7fb96316e4f00aad7ead9ff to your computer and use it in GitHub Desktop.
Save manofi21/c83f084fd7fb96316e4f00aad7ead9ff to your computer and use it in GitHub Desktop.
untuk pindah halaman.
..................
onTap: () {
Navigator.of(context).push(
MaterialPageRoute(
fullscreenDialog: true,
builder: (BuildContext context) =>
BarChartApplication(weatherData.hourly.data)),
);
},
...................
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment