Skip to content

Commit

Permalink
Update demo name
Browse files Browse the repository at this point in the history
  • Loading branch information
zmtzawqlp committed Aug 18, 2023
1 parent 7075e1d commit 93236d7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 356 deletions.
1 change: 1 addition & 0 deletions example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@
!**/ios/**/default.pbxuser
!**/ios/**/default.perspectivev3
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
pubspec.lock
4 changes: 2 additions & 2 deletions example/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ linter:
- hash_and_equals
- implementation_imports
# - invariant_booleans # too many false positives: https://github.com/dart-lang/linter/issues/811
- iterable_contains_unrelated_type
# - iterable_contains_unrelated_type
# - join_return_with_assignment # not yet tested
- library_names
- library_prefixes
# - lines_longer_than_80_chars # not yet tested
- list_remove_unrelated_type
# - list_remove_unrelated_type
# - literal_only_boolean_expressions # too many false positives: https://github.com/dart-lang/sdk/issues/34181
# - missing_whitespace_between_adjacent_strings # not yet tested
- no_adjacent_strings_in_list
Expand Down
2 changes: 1 addition & 1 deletion example/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.example">
<application
android:label="example"
android:label="extended_text_field demo"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity
Expand Down
351 changes: 0 additions & 351 deletions example/pubspec.lock

This file was deleted.

4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
cupertino_icons: ^1.0.4

ff_annotation_route_library: ^3.0.0
extended_text: ^11.0.0
extended_text: ^11.1.0
# extended_text:
# version: ^11.0.0-dev.1
# hosted: "https://pub.dev"
Expand All @@ -49,7 +49,7 @@ dependency_overrides:
# # git:
# # url: https://github.com/fluttercandies/extended_text.git
# # ref: refactor
path: ../../extended_text
#path: ../../extended_text
#extended_text_library:
# # git:
# # url: https://github.com/fluttercandies/extended_text_library.git
Expand Down

0 comments on commit 93236d7

Please sign in to comment.