Skip to content
Snippets Groups Projects
Commit c897fa23 authored by vjrj's avatar vjrj
Browse files

Moving things

parent 144e9e92
No related branches found
No related tags found
No related merge requests found
......@@ -14,10 +14,7 @@ class CardDrawer extends StatelessWidget {
@override
Widget build(BuildContext context) {
final List<CesiumCard> cards = SharedPreferencesHelper().cesiumCards;
final ImageIcon g1nkgoIcon = ImageIcon(
AssetImage(assets('img/favicon.png')),
size: 24,
);
return FutureBuilder<PackageInfo>(
future: PackageInfo.fromPlatform(),
builder: (BuildContext context, AsyncSnapshot<PackageInfo> snapshot) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment