Skip to content

Commit 179573c

Browse files
authored
Merge pull request #67 from Earlybyte/pubDev
Comply Pub Dev Requirements
2 parents 4472009 + f7d6991 commit 179573c

File tree

138 files changed

+379
-505
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+379
-505
lines changed

.flutter-plugins

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 3 deletions

analysis_options.yaml

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
2+
# for details. All rights reserved. Use of this source code is governed by a
3+
# BSD-style license that can be found in the LICENSE file.
4+
#
5+
# Google internally enforced rules. See README.md for more information,
6+
# including a list of lints that are intentionally _not_ enforced.
7+
8+
linter:
9+
rules:
10+
- always_declare_return_types
11+
- always_require_non_null_named_parameters
12+
- annotate_overrides
13+
- avoid_empty_else
14+
- avoid_init_to_null
15+
- avoid_null_checks_in_equality_operators
16+
- avoid_relative_lib_imports
17+
- avoid_return_types_on_setters
18+
- avoid_shadowing_type_parameters
19+
- avoid_types_as_parameter_names
20+
- camel_case_extensions
21+
- curly_braces_in_flow_control_structures
22+
- empty_catches
23+
- empty_constructor_bodies
24+
- library_names
25+
- library_prefixes
26+
- no_duplicate_case_values
27+
- null_closures
28+
- omit_local_variable_types
29+
- prefer_adjacent_string_concatenation
30+
- prefer_collection_literals
31+
- prefer_conditional_assignment
32+
- prefer_contains
33+
- prefer_equal_for_default_values
34+
- prefer_final_fields
35+
- prefer_for_elements_to_map_fromIterable
36+
- prefer_generic_function_type_aliases
37+
- prefer_if_null_operators
38+
- prefer_is_empty
39+
- prefer_is_not_empty
40+
- prefer_iterable_whereType
41+
- prefer_single_quotes
42+
- prefer_spread_collections
43+
- recursive_getters
44+
- slash_for_doc_comments
45+
- type_init_formals
46+
- unawaited_futures
47+
- unnecessary_const
48+
- unnecessary_new
49+
- unnecessary_null_in_if_null_operators
50+
- unnecessary_this
51+
- unrelated_type_equality_checks
52+
- use_function_type_syntax_for_parameters
53+
- use_rethrow_when_possible
54+
- valid_regexps

android/local.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sdk.dir=C:\\Users\\tobias.meier.eb\\AppData\\Local\\Android\\sdk
2-
flutter.sdk=C:\\flutter
1+
sdk.dir=/Users/philipp/Library/Android/sdk
2+
flutter.sdk=/Users/philipp/development/flutter
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)