Skip to content

Commit 0a839f0

Browse files
committed
update to 0.0.11
1 parent 6a2557f commit 0a839f0

52 files changed

Lines changed: 838 additions & 403 deletions

Some content is hidden

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

.metadata

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ version:
88
channel: stable
99

1010
project_type: package
11+
a

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.11
2+
3+
* Update dependencies
4+
15
## 0.0.10
26

37
* Added support for automatic segregation of Debug/Release data source

android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java

Lines changed: 0 additions & 23 deletions
This file was deleted.

example/.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
.buildlog/
99
.history
1010
.svn/
11+
migrate_working_dir/
1112

1213
# IntelliJ related
1314
*.iml
@@ -21,7 +22,6 @@
2122
#.vscode/
2223

2324
# Flutter/Dart/Pub related
24-
/pubspec.lock
2525
**/doc/api/
2626
**/ios/Flutter/.last_build_id
2727
.dart_tool/
@@ -32,9 +32,6 @@
3232
.pub/
3333
/build/
3434

35-
# Web related
36-
lib/generated_plugin_registrant.dart
37-
3835
# Symbolication related
3936
app.*.symbols
4037

example/.metadata

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
# This file tracks properties of this Flutter project.
22
# Used by Flutter tool to assess capabilities and perform upgrades etc.
33
#
4-
# This file should be version controlled.
4+
# This file should be version controlled and should not be manually edited.
55

66
version:
7-
revision: 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0
8-
channel: stable
7+
revision: "e1e47221e86272429674bec4f1bd36acc4fc7b77"
8+
channel: "stable"
99

1010
project_type: app
1111

1212
# Tracks metadata for the flutter migrate command
1313
migration:
1414
platforms:
1515
- platform: root
16-
create_revision: 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0
17-
base_revision: 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0
16+
create_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
17+
base_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
1818
- platform: android
19-
create_revision: 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0
20-
base_revision: 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0
19+
create_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
20+
base_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
2121
- platform: ios
22-
create_revision: 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0
23-
base_revision: 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0
22+
create_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
23+
base_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
2424
- platform: linux
25-
create_revision: 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0
26-
base_revision: 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0
25+
create_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
26+
base_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
2727
- platform: macos
28-
create_revision: 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0
29-
base_revision: 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0
28+
create_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
29+
base_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
3030
- platform: web
31-
create_revision: 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0
32-
base_revision: 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0
31+
create_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
32+
base_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
3333
- platform: windows
34-
create_revision: 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0
35-
base_revision: 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0
34+
create_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
35+
base_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
3636

3737
# User provided section
3838

example/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# example
2+
3+
A new Flutter project.
4+
5+
## Getting Started
6+
7+
This project is a starting point for a Flutter application.
8+
9+
A few resources to get you started if this is your first Flutter project:
10+
11+
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
12+
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
13+
14+
For help getting started with Flutter development, view the
15+
[online documentation](https://docs.flutter.dev/), which offers tutorials,
16+
samples, guidance on mobile development, and a full API reference.

example/analysis_options.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# This file configures the analyzer, which statically analyzes Dart code to
2+
# check for errors, warnings, and lints.
3+
#
4+
# The issues identified by the analyzer are surfaced in the UI of Dart-enabled
5+
# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be
6+
# invoked from the command line by running `flutter analyze`.
7+
8+
# The following line activates a set of recommended lints for Flutter apps,
9+
# packages, and plugins designed to encourage good coding practices.
10+
include: package:flutter_lints/flutter.yaml
11+
12+
linter:
13+
# The lint rules applied to this project can be customized in the
14+
# section below to disable rules from the `package:flutter_lints/flutter.yaml`
15+
# included above or to enable additional rules. A list of all available lints
16+
# and their documentation is published at https://dart.dev/lints.
17+
#
18+
# Instead of disabling a lint rule for the entire project in the
19+
# section below, it can also be suppressed for a single line of code
20+
# or a specific dart file by using the `// ignore: name_of_lint` and
21+
# `// ignore_for_file: name_of_lint` syntax on the line or in the file
22+
# producing the lint.
23+
rules:
24+
# avoid_print: false # Uncomment to disable the `avoid_print` rule
25+
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
26+
27+
# Additional information about this file can be found at
28+
# https://dart.dev/guides/language/analysis-options

example/android/app/build.gradle

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
plugins {
2+
id "com.android.application"
3+
id "kotlin-android"
4+
id "dev.flutter.flutter-gradle-plugin"
5+
}
6+
17
def localProperties = new Properties()
28
def localPropertiesFile = rootProject.file('local.properties')
39
if (localPropertiesFile.exists()) {
@@ -6,11 +12,6 @@ if (localPropertiesFile.exists()) {
612
}
713
}
814

9-
def flutterRoot = localProperties.getProperty('flutter.sdk')
10-
if (flutterRoot == null) {
11-
throw new GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.")
12-
}
13-
1415
def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
1516
if (flutterVersionCode == null) {
1617
flutterVersionCode = '1'
@@ -21,11 +22,8 @@ if (flutterVersionName == null) {
2122
flutterVersionName = '1.0'
2223
}
2324

24-
apply plugin: 'com.android.application'
25-
apply plugin: 'kotlin-android'
26-
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
27-
2825
android {
26+
namespace "com.example.example"
2927
compileSdkVersion flutter.compileSdkVersion
3028
ndkVersion flutter.ndkVersion
3129

@@ -66,6 +64,4 @@ flutter {
6664
source '../..'
6765
}
6866

69-
dependencies {
70-
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
71-
}
67+
dependencies {}

example/android/app/src/debug/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.example.example">
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
32
<!-- The INTERNET permission is required for development. Specifically,
43
the Flutter tool needs it to communicate with the running application
54
to allow setting breakpoints, to provide hot reload, etc.

example/android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.example.example">
3-
<application
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2+
<application
43
android:label="example"
54
android:name="${applicationName}"
65
android:icon="@mipmap/ic_launcher">

0 commit comments

Comments
 (0)