Skip to content

Instantly share code, notes, and snippets.

@pmutisya
Created September 17, 2019 16:16
@override
void initState() {
super.initState();
rootBundle.loadString('assets/dark_map_style.json').then((string) {
_darkMapStyle = string;
});
rootBundle.loadString('assets/normal_map_style.json').then((string) {
_normalMapStyle = string;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment