Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added async import
  • Loading branch information
olivierbrand committed Jul 21, 2020
commit e520e81bdbefc5d1be07d6781d13ea7c9afef10d
1 change: 1 addition & 0 deletions packages/quick_actions/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

// ignore_for_file: public_member_api_docs

import 'dart:async';
import 'package:flutter/material.dart';
import 'package:quick_actions/quick_actions.dart';

Expand Down