Skip to content

Commit

Permalink
file-strucrture
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilich6107 committed Jul 9, 2021
1 parent ab0c867 commit 31f32b0
Show file tree
Hide file tree
Showing 9 changed files with 1,843 additions and 1,841 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.2.0 - 9-Jul-2021

-- file structure reorganisation

## 3.1.3 - 7-May-2021

-- PR #308 - Allow suggestionsCallback to return null
Expand Down
2 changes: 1 addition & 1 deletion example/lib/cupertino_app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import 'dart:async';

import 'package:example/data.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter_typeahead/cupertino_flutter_typeahead.dart';
import 'package:flutter_typeahead/flutter_typeahead.dart';

class MyCupertinoApp extends StatelessWidget {
@override
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.5.0"
version: "2.6.1"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -146,7 +146,7 @@ packages:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0"
version: "1.8.1"
stack_trace:
dependency: transitive
description:
Expand Down Expand Up @@ -181,7 +181,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.19"
version: "0.3.0"
typed_data:
dependency: transitive
description:
Expand Down
Loading

0 comments on commit 31f32b0

Please sign in to comment.